-
Notifications
You must be signed in to change notification settings - Fork 7
/
module.xml
37 lines (37 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
34
35
36
37
<module>
<rawname>cel</rawname>
<repo>standard</repo>
<name>Call Event Logging</name>
<version>17.0.2.10</version>
<publisher>Sangoma Technologies Corporation</publisher>
<license>GPLv3+</license>
<licenselink>http://www.gnu.org/licenses/gpl-3.0.txt</licenselink>
<changelog>
*17.0.2.8* bump
*17.0.2* Packaging of ver 17.0.2
*17.0.1alpha* 17.0.1 alpha release
</changelog>
<hooks>
<ucp class="Ucp">
<method callingMethod="constructModuleConfigPages" class="Cel" namespace="FreePBX\modules">ucpConfigPage</method>
<method callingMethod="addUser" class="Cel" namespace="FreePBX\modules">ucpAddUser</method>
<method callingMethod="updateUser" class="Cel" namespace="FreePBX\modules">ucpUpdateUser</method>
<method callingMethod="delUser" class="Cel" namespace="FreePBX\modules">ucpDelUser</method>
<method callingMethod="addGroup" class="Cel" namespace="FreePBX\modules">ucpAddGroup</method>
<method callingMethod="updateGroup" class="Cel" namespace="FreePBX\modules">ucpUpdateGroup</method>
<method callingMethod="delGroup" class="Cel" namespace="FreePBX\modules">ucpDelGroup</method>
</ucp>
</hooks>
<category>Reports</category>
<description>The Call Event Logging module allows you to see all inbound and outbound calls for your user and listen to any call recordings that are associated with that call.</description>
<more-info>https://sangomakb.atlassian.net/wiki/spaces/PG/pages/26444382/Call+Event+Logging</more-info>
<menuitems>
<cel needsenginedb="yes">Call Event Logging</cel>
</menuitems>
<depends>
<version>17.0.1</version>
</depends>
<supported>
<version>17.0</version>
</supported>
</module>