-
Notifications
You must be signed in to change notification settings - Fork 19
/
module.xml
36 lines (36 loc) · 1.41 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
<module>
<rawname>cdr</rawname>
<repo>standard</repo>
<description>Call Data Record report tools for viewing reports of your calls</description>
<name>CDR Reports</name>
<version>17.0.4.30</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv3+</license>
<licenselink>http://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<category>Reports</category>
<menuitems>
<cdr>CDR Reports</cdr>
</menuitems>
<changelog>
*17.0.4.30* Fixing typo error
*17.0.1alpha* 17.0.1 alpha release
</changelog>
<hooks>
<ucp class="Ucp">
<method namespace="FreePBX\modules" class="Cdr" callingMethod="constructModuleConfigPages">ucpConfigPage</method>
<method namespace="FreePBX\modules" class="Cdr" callingMethod="addUser">ucpAddUser</method>
<method namespace="FreePBX\modules" class="Cdr" callingMethod="updateUser">ucpUpdateUser</method>
<method namespace="FreePBX\modules" class="Cdr" callingMethod="delUser">ucpDelUser</method>
<method namespace="FreePBX\modules" class="Cdr" callingMethod="addGroup">ucpAddGroup</method>
<method namespace="FreePBX\modules" class="Cdr" callingMethod="updateGroup">ucpUpdateGroup</method>
<method namespace="FreePBX\modules" class="Cdr" callingMethod="delGroup">ucpDelGroup</method>
</ucp>
</hooks>
<depends>
<module>framework ge 17.0.1</module>
<module>core ge 17.0.1</module>
</depends>
<supported>
<version>17.0</version>
</supported>
</module>