root/contributed_modules/modules/routepermissions/module.xml

Revision 12379, 1.6 kB (checked in by mickecarlsson, 10 months ago)

Re #5220, updated Route Permissions to be in phase with HiPBX code. No release yet, more testing needs to be done

Line 
1 <module>
2   <rawname>routepermissions</rawname>
3   <name>Outbound Route Permissions</name>
4   <category>Third Party Addon</category>
5   <version>0.4.0.0</version>
6   <publisher>HiPBX.org</publisher>
7   <license>AGPLv3</license>
8   <candisable>yes</candisable>
9   <canuninstall>yes</canuninstall>
10   <changelog>
11     *0.4.0.0* #5220, updated to work with FreePBX 2.9
12     *0.3.2.5* add version dependency
13     *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)
14     *0.3.2.3* Changed font size and color on empty redirect field error message to make it more obvious
15     *0.3.2.2* If redirect selected make sure redirect field is not empty or whitespace only
16     *0.3.2.1* Minor changes to instructions on main page
17     *0.3.2.0* Bug fixes in Ticket #3655 and Ticket #3669
18     *0.3.1.0* Inserts ROUTENAME into routes so core does not have to
19     *0.3.0.0* Added ability to redirect back with a prefix, added 'fail' destination.
20     *0.2.0.0* Fixed bug with routenames not being displayed properly if they contained a hyphen
21     *0.1.0.0* Original Release
22   </changelog>
23   <description>
24     Allows you to block access to various routes, on a per-extension basis. Note that this module requires a database to be available AT ALL TIMES.
25   </description>
26   <info>http://www.freepbx.org/support/documentation/module-documentation/third-party-unsupported-modules/outbound-route-permission</info>
27   <menuitems>
28     <routepermissions>Outbound Permissions</routepermissions>
29   </menuitems>
30   <type>setup</type>
31   <location>contributed_modules/release/routepermissions-0.3.2.5.tgz</location>
32   <md5sum>11734f588010342f5191a87e0017eed1</md5sum>
33 </module>
Note: See TracBrowser for help on using the browser.