-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmodule.xml
More file actions
60 lines (60 loc) · 2.79 KB
/
module.xml
File metadata and controls
60 lines (60 loc) · 2.79 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<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.11</version>
<publisher>Sangoma Technologies Corporation</publisher>
<more-info>https://sangomakb.atlassian.net/wiki/spaces/PG/pages/26542152/PBX+GUI+-+CDR+Reports+Module</more-info>
<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.11* FREEI-2806 fix:add sanitization for Order parameter
*17.0.9* FREEI-2689 - Changes done to play voicemails in gsm format on sangoma talk app
*17.0.8* Packaging of ver 17.0.8
*17.0.7* Packaging of ver 17.0.7
*17.0.6* FREEI-2699 Fixing the issue on GraphQL fetchAllCdrs pagination/sorting
*17.0.5* FREEI-2679 fix:add sanitization for limit POST parameter
*17.0.4.43* FREEI-2468 cdr_manager_mapping
*17.0.4.42* FREEI-2509: Fix Whoops undefined array key error
*17.0.4.41* FREEI-2573 Scribe - ucp user can download the transcription
*17.0.4.40* FREEI-2506 new option cancel disposition added to cdr for asterisk ver &gt;= 20
*17.0.4.39* #issues- 583 fetchAllCdrs gql api 'after' parameter made functional
*17.0.4.38* Adding DB index to dstchannel
*17.0.4.36* #issues- 503 Backup &amp; Restore module fails to preserve character encoding in CDRs
*17.0.4.35* FREEI-1804 undefined array
*17.0.4.34* FREEI-1632 move cdr sync job to cron from fwconsole jobs
*17.0.4.33* #629 Recent Scribe Icon fix causes uncaught TypeError
*17.0.4.32* FREEI-1521 Call Recording files are not able to play from CDR report
*17.0.4.31* bump
*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>
<console>
<command>
<name>cdr</name>
</command>
</console>
</module>