forked from FreePBX/cdr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.xml
More file actions
66 lines (66 loc) · 3.14 KB
/
module.xml
File metadata and controls
66 lines (66 loc) · 3.14 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
61
62
63
64
65
66
<module>
<rawname>cdr</rawname>
<repo>standard</repo>
<description>Call Data Record report tools for viewing reports of your calls</description>
<more-info>https://wiki.freepbx.org/display/F2/CDR+Reports+Module</more-info>
<name>CDR Reports</name>
<version>14.0.5.26</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>
*14.0.5.26* Packaging of ver 14.0.5.26
*14.0.5.25* FREEI-3509 D-phone API for call_log takes time to show the entry
*14.0.5.24* FREEI-2660 UCC timestamp mismatch on main CDR module
*14.0.5.23* FREEI-2099 extensions name shown incorrectly.
*14.0.5.22* Packaging of ver 14.0.5.22
*14.0.5.21* Fixing FREEI-1763
*14.0.5.20* Fixing FREEPBX-20172
*14.0.5.19* Fixing FREEI-427 Call history on UCP not showing correctly issue
*14.0.5.18* FREEPBX-18954 fallback to AMPDBHOST
*14.0.5.17* Packaging of ver 14.0.5.17
*14.0.5.16* Fixing FREEPBX-18783 sql exception issue
*14.0.5.15* Feature/FREEPBX-18632
*14.0.5.14* Fixing FREEPBX-17091 making total duration default value to 1.
*14.0.5.13* Changed query to avoid getting empty recording files and limited the output to 1 in case of registers that have same uniqueid
*14.0.5.12* Add index to recordingfield
*14.0.5.11* FREEPBX-14302 jPlayer takes control of all input in UCP 14
*14.0.5.10* FREEPBX-14302 jPlayer takes control of all input in UCP 14
*14.0.5.9* FREEPBX-15567
*14.0.5.8* FREEPBX-15139 Recordings playing/downloading in call history doesn't work with multiple widget in the same dashboard
*14.0.5.7* FREEPBX-13535 Minor styling issue with Call Date row in CDR Reports module
*14.0.5.6* Add missing fields
*14.0.5.4* FREEPBX-14750 make max duration is 1
*14.0.5.3* Not supported in some versions
*14.0.5.2* Remove deprecated options from CDR res_odbc configuration to suppress warnings
*14.0.5.1* Default widget sizing
*14.0.5* Fix display of records in UCP
*14.0.3* UCP 14
*14.0.2* Fix namespace issues
*14.0.1alpha1* Inital 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 13.0.1beta3.56</module>
<module>core ge 12.0.8</module>
</depends>
<supported>
<version>14.0</version>
</supported>
<location>release/2.11/cdr-2.11.0.4.tgz</location>
<md5sum>31321560b9a2b33615d20239544812a5</md5sum>
</module>