-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.xml
31 lines (30 loc) · 883 Bytes
/
module.xml
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
<module>
<rawname>outcnam</rawname>
<repo>unsupported</repo>
<name>Outbound CNAM</name>
<version>17.0.1</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.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>