-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmodule.xml
32 lines (32 loc) · 957 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
32
<module>
<rawname>outcnam</rawname>
<name>Outbound CNAM</name>
<version>0.0.6</version>
<publisher>POSSA</publisher>
<license>GPLv2+</license>
<category>Admin</category>
<menuitems>
<outcnam>Outbound CNAM</outcnam>
</menuitems>
<changelog>
*0.0.1* First release
*0.0.2* Splice postion fix
*0.0.3* Change CDR Column
*0.0.4* Fix typo and add check for cronmanager class
*0.0.5* Modernize code
*0.0.6* 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" />
<field name="route" type="string" length="50" />
</table>
</database>
<depends>
<version>ge 15.0.1</version>
<module>superfecta ge2.11</module>
</depends>
</module>