-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.xml
More file actions
32 lines (31 loc) · 936 Bytes
/
module.xml
File metadata and controls
32 lines (31 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<module>
<rawname>outcnam</rawname>
<repo>unsupported</repo>
<name>Outbound CNAM</name>
<version>17.0.2</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv3+</license>
<licenselink>http://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<category>Admin</category>
<menuitems>
<outcnam>Outbound CNAM</outcnam>
</menuitems>
<changelog>
*17.0.2* outcnam/issues/1 Removed online version check
*17.0.1* fix splice fail if no trunks/outroutes
</changelog>
<database>
<table name="outcnam_config">
<field name="outcnam_index" type="integer" primarykey="true" autoincrement="true"/>
<field name="enable_cdr" type="string" length="50"/>
<field name="enable_rpid" type="string" length="50"/>
<field name="scheme" type="string" length="50"/>
</table>
</database>
<depends>
<version>ge 17.0.1</version>
</depends>
<supported>
<version>17.0</version>
</supported>
</module>