forked from FreePBX/sipsettings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.xml
35 lines (35 loc) · 1.38 KB
/
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
33
34
35
<module>
<rawname>sipsettings</rawname>
<repo>standard</repo>
<candisable>no</candisable>
<canuninstall>no</canuninstall>
<name>Asterisk SIP Settings</name>
<version>2.11.0.7</version>
<publisher>schmoozecom.com</publisher>
<license>AGPLv3</license>
<category>Settings</category>
<menuitems>
<sipsettings>Asterisk SIP Settings</sipsettings>
</menuitems>
<description>
Use to configure Various Asterisk SIP Settings in the General section of sip.conf. Also includes an auto-configuration tool to determine NAT settings. The module assumes Asterisk version 1.4 or higher. Some settings may not exist in Asterisk 1.2 and will be ignored by Asterisk.
</description>
<changelog>
*2.11.0.7* rtp.conf cleanup, require this module
*2.11.0.6* #6473 - check t38pt_udptl value before setting in sip_general_additional.conf
*2.11.0.5* More fixes related to rtpstart and rtpend values
*2.11.0.4* Fixes to missing rtpstart and rtpend values. They will always be added now.
*2.11.0.3* Packaging of ver 2.11.0.3
*2.11.0.2* Packaging of ver 2.11.0.2
*2.11.0.1* Adds rtp controlled settings (rtpstart,rtpend), re #6397
*2.11.0.0* #6019
</changelog>
<depends>
<module>core ge 2.11.0.0beta2.4</module>
</depends>
<supported>
<version>2.11</version>
</supported>
<location>release/2.11/sipsettings-2.11.0.6.tgz</location>
<md5sum>a4c4581ad637d58944a51678a0cda811</md5sum>
</module>