-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.xml
30 lines (30 loc) · 1.58 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
<module>
<rawname>customcontexts</rawname>
<repo>unsupported</repo>
<name>Custom Contexts</name>
<version>17.0.1.3</version>
<category>Connectivity</category>
<license>GPLv2+</license>
<licenselink>http://www.gnu.org/licenses/gpl-2.0.txt</licenselink>
<description>
Creates custom contexts which can be used to allow limited access to dialplan applications. Allows for time restrictions on any dialplan access. Allows for pattern matching to allow/deny. Allows for failover destinations, and PIN protected failover. This can be very useful for multi-tennant systems. Inbound routing can be done using DID or zap channel routing, this module allows for selective outbound routing. House/public phones can be placed in a restricted context allowing them only internal calls.
</description>
<menuitems>
<customcontexts>Custom Contexts</customcontexts>
<customcontextsadmin>Custom Contexts Admin</customcontextsadmin>
</menuitems>
<depends>
<version>17.0</version>
<module>core</module>
<module>timeconditions</module>
</depends>
<changelog>
*17.0.0.1* initial 17.0 release
</changelog>
<attention>
This is an advanced module, and you should not use it without understanding asterisk dialplans! This is meant as a convenience tool for someone who would have had to resort to config editing. If you experience problems with it, just disable it and no harm done. REMEMBER! Any device placed in a restricted context will have no access to the dialplan if this module is disabled until it is placed in a normal context!
</attention>
<supported>
<version>17.0</version>
</supported>
</module>