-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmodule.xml
More file actions
36 lines (36 loc) · 1.31 KB
/
module.xml
File metadata and controls
36 lines (36 loc) · 1.31 KB
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
33
34
35
36
<module>
<rawname>setcid</rawname>
<repo>standard</repo>
<name>Set CallerID</name>
<version>17.0.1.2</version>
<category>Applications</category>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv3+</license>
<licenselink>https://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<description>
Adds the ability to change the CallerID within a call flow.
</description>
<more-info>https://sangomakb.atlassian.net/wiki/spaces/PG/pages/24477926/Set+CallerID+Module</more-info>
<menuitems>
<setcid needsenginedb="yes">Set CallerID</setcid>
</menuitems>
<database>
<table name="setcid">
<field name="cid_id" type="integer" primarykey="true" autoincrement="true"/>
<field name="cid_name" type="string" length="150" notnull="false"/>
<field name="cid_num" type="string" length="150" notnull="false"/>
<field name="description" type="string" length="50" notnull="false"/>
<field name="dest" type="string" length="255" notnull="false"/>
</table>
</database>
<changelog>
*17.0.1.1* 17.0.1.1 release
*17.0.1* 17.0.1 release
</changelog>
<depends>
<version>17.0.1</version>
</depends>
<supported>
<version>17.0</version>
</supported>
</module>