-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.xml
41 lines (41 loc) · 1.3 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
36
37
38
39
40
41
<module>
<rawname>allowlist</rawname>
<repo>unsupported</repo>
<name>Allow List</name>
<version>17.0.1.1</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv3+</license>
<licenselink>http://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<category>Admin</category>
<description>
This module is used to manage a system wide list of allowlisted callers.
</description>
<changelog>
*17.0.1.1* 17.0 release
</changelog>
<hooks>
<bulkhandler class="Bulkhandler" namespace="FreePBX\modules">
<method callingMethod="getHeaders" class="Allowlist" namespace="FreePBX\modules">bulkhandlerGetHeaders</method>
<method callingMethod="getTypes" class="Allowlist" namespace="FreePBX\modules">bulkhandlerGetTypes</method>
<method callingMethod="import" class="Allowlist" namespace="FreePBX\modules">bulkhandlerImport</method>
<method callingMethod="export" class="Allowlist" namespace="FreePBX\modules">bulkhandlerExport</method>
</bulkhandler>
</hooks>
<depends>
<module>core ge 17.0.1</module>
<module>cdr</module>
</depends>
<menuitems>
<allowlist needsenginedb="yes">Allowlist</allowlist>
</menuitems>
<supported>
<version>17.0</version>
</supported>
<console>
<command>
<name>allowlist</name>
</command>
</console>
<database>
</database>
</module>