forked from FreePBX-ContributedModules/routepermissions
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.xml
33 lines (33 loc) · 1.63 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
<module>
<rawname>routepermissions</rawname>
<name>Outbound Route Permissions</name>
<version>1.5</version>
<category>Settings</category>
<menuitems>
<routepermissions>Outbound Permissions</routepermissions>
</menuitems>
<publisher>Point of Presence</publisher>
<description>Allows you to block access to various routes, on a per-extension basis.</description>
<changelog>*1.5* remove all legacy code, version 13+ only
*1.0* full rewrite for compatibility with 13 (tested working with 11 as well), store prefix in separate column, allow per-extension destinations and bulk destination changes
*0.4.0.0* #5220, updated to work with FreePBX 2.9
*0.3.2.5* add version dependency
*0.3.2.4* Changed category to Third Party Addon, that name to be used by all modules in the Extended Repo (until they are brought into the main repo)
*0.3.2.3* Changed font size and color on empty redirect field error message to make it more obvious
*0.3.2.2* If redirect selected make sure redirect field is not empty or whitespace only
*0.3.2.1* Minor changes to instructions on main page
*0.3.2.0* Bug fixes in Ticket #3655 and Ticket #3669
*0.3.1.0* Inserts ROUTENAME into routes so core does not have to
*0.3.0.0* Added ability to redirect back with a prefix, added 'fail' destination.
*0.2.0.0* Fixed bug with routenames not being displayed properly if they contained a hyphen
*0.1.0.0* Original Release
</changelog>
<info></info>
<license>AGPL 3</license>
<licenselink>http://www.gnu.org/licenses/agpl-3.0.txt</licenselink>
<depends>
<version>13</version>
<engine>asterisk ge 1.6.0</engine>
<phpversion>5.3</phpversion>
</depends>
</module>