forked from POSSA/freepbx-lenny_blacklist_mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
25 lines (25 loc) · 701 Bytes
/
Copy pathmodule.xml
File metadata and controls
25 lines (25 loc) · 701 Bytes
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
<module>
<rawname>lenny</rawname>
<name>Lenny Blacklist Mod</name>
<version>0.0.8</version>
<publisher>POSSA</publisher>
<license>GPLv2+</license>
<category>Other</category>
<menuitems>
<lenny>Lenny Blacklist Mod</lenny>
</menuitems>
<changelog>
*0.0.8* Restore pre 2.11 compatibility
*0.0.7* Fix bug in dialplan splice, now requires 2.11
*0.0.6* Remove Blacklist html hook for debug
*0.0.5* Updated to use html hook in Blacklist module
*0.0.4* Typos and note about respecing TOS
*0.0.3* Added core 2.10 dependency
*0.0.2* minor bug fixes
*0.0.1* First release
</changelog>
<depends>
<version>ge 2.9</version>
<module>blacklist</module>
</depends>
</module>