FusionPBX
f4378f8c2d
Update xml_cdr.php
2016-12-21 14:02:56 -07:00
FusionPBX
37f4fc42eb
Update xml_cdr_details.php
...
Fix the recording links in the xml cdr details.
2016-11-23 22:01:37 -07:00
FusionPBX
d2b65acc3a
Update xml_cdr.php
2016-11-23 05:24:33 -07:00
FusionPBX
aef9abc28c
Update xml_cdr.php
2016-10-25 18:06:34 -06:00
FusionPBX
edf8117215
Update xml_cdr.php
2016-10-25 18:02:26 -06:00
FusionPBX
7f55015629
Update app_defaults.php
2016-10-22 22:53:41 -06:00
FusionPBX
7bfcf7eb39
Update xml_cdr_inc.php
2016-09-30 01:00:55 -06:00
FusionPBX
97681298cc
Update v_xml_cdr_import.php
2016-09-03 20:48:27 -06:00
minotaur01
6b5e0fd9fd
CDR Functiality Fix Extended Data Logic ( #1897 )
...
Raw data field was not being pulled so logic was broken, added derived
field raw_data_exists to sql statement, instead of pulling raw data with
query. Also added logic to hide the view extended data icon on the right
side of table.
2016-09-03 12:03:35 -06:00
minotaur01
de861e641b
CDR Display functionality change ( #1894 )
...
Dont make the row clickable if the extended data field (json) is empty
2016-09-02 13:29:33 -06:00
FusionPBX
10c6d68f60
Update xml_cdr_extension_summary.php
2016-08-23 03:32:25 -06:00
FusionPBX
f67f9ec142
Update xml_cdr_extension_summary.php
2016-08-23 03:12:24 -06:00
FusionPBX
a16601c86b
Update xml_cdr_extension_summary.php
2016-08-23 03:10:57 -06:00
FusionPBX
4d35df9c3d
Update xml_cdr_extension_summary.php
...
Add a download csv button to the Extension Summary.
2016-08-23 03:05:56 -06:00
FusionPBX
b673102666
Update xml_cdr_extension_summary.php
...
Extensio Summary - Change the default to today instead of last 7 days.
2016-08-14 11:47:49 -06:00
markjcrane
8f096a3255
Merge branch 'master' of https://github.com/fusionpbx/fusionpbx
2016-07-26 20:52:07 -06:00
markjcrane
7895492492
Adjust the indentation and organization of these to xml cdr files.
2016-07-26 20:51:50 -06:00
FusionPBX
06849f491f
Update xml_cdr_inc.php
...
Disable paging for the XML PDF export and modified slightly for the CSV export.
2016-07-26 20:49:23 -06:00
FusionPBX
811b8388ad
Update xml_cdr.php
...
Show the image in CDR only if direction is set.
2016-07-09 16:29:42 -06:00
markjcrane
bd23c78670
Use FreeSWITCH to run mkdir so it inherits its own user and group permissions.
2016-06-28 15:18:40 -06:00
reliberate
3c823fa651
Music on Hold: Style/layout tweaks.
...
Recordings: Updated to support new audio playback indicator. Show upload date/time (when not using base64).
VM Messages: Updated to support new audio playback indicator.
VM Greetings: Updated to support new audio playback indicator.
CDR: Updated to support new audio playback indicator.
2016-06-22 12:42:03 -06:00
FusionPBX
5f1d64bd61
Update xml_cdr.php
...
Fix the order by number alias addition by grouping it with ( and ).
2016-06-15 11:48:53 -06:00
Alexey Melnichuk
97d6bd24d8
Fix. Display correct info for extensions with number-alias. ( #1665 )
2016-06-15 11:39:09 -06:00
FusionPBX
a44a9c0a91
Update xml_cdr_extension_summary.php
...
Update the extension summary to use the new class. Add an option to export to CSV.
2016-06-14 22:51:38 -06:00
FusionPBX
08ceeece82
Update xml_cdr.php
...
Update the xml cdr class to generate a complete extension / user summary array.
2016-06-14 22:44:34 -06:00
FusionPBX
e9ce02147a
Update xml_cdr.php
...
In the xml_cdr class change method xml_array from $row to $key. Key is more descriptive and should prevent bugs in the future.
2016-06-11 16:17:35 -06:00
FusionPBX
cd5baa1df5
Update xml_cdr_inc.php
...
Only check the select count if there is a default setting that instructs it to do so as it is slow on a large number of records.
2016-06-11 07:15:11 -06:00
markjcrane
57bbc8f7f7
Time to start using jsonb in the xml cdr table.
2016-06-08 19:25:51 -06:00
FusionPBX
3454ba6853
Update xml_cdr_extension_summary.php
...
Add the domain_uuid.
2016-06-05 21:54:54 -06:00
FusionPBX
c4532e782e
Update xml_cdr.php
...
Use the class variables.
2016-06-05 21:53:28 -06:00
markjcrane
1c67d0baee
Get the extensions then the summary array.
2016-06-05 17:53:12 -06:00
markjcrane
32e43d942f
Remove the second quick_select variable that was accidently added.
2016-06-05 17:51:23 -06:00
markjcrane
01ae160e04
Adding user summary (extension summary) to the xml_cdr class.
2016-06-05 17:19:06 -06:00
FusionPBX
fb8eee457f
Update xml_cdr_inc.php
...
Work on the XML CDR export to CSV.
2016-06-03 19:47:35 -06:00
markjcrane
ee3ae4b7c2
If last_sent_callee_id_number is set use it as the destination_number.
2016-06-01 16:45:50 -06:00
Mafoo
71525c26b0
I got the permissions wrong ( #1616 )
...
it should have been in octal mod (leading 0)
also updated the fax application as it needs the stickygid too
2016-05-26 05:55:46 -06:00
Mafoo
86c4742347
Added sticky GID permissions ( #1615 )
2016-05-25 21:51:41 -06:00
markjcrane
8e01682c3c
Fix a minor issue.
2016-05-11 18:42:30 -06:00
markjcrane
e3792a33a6
Additional work on caller id name and number.
2016-05-11 18:37:01 -06:00
markjcrane
07b6b54396
Add the new column source_number.
2016-05-11 18:21:36 -06:00
markjcrane
e752e5fab7
Additional work on the destination_number on the new xml cdr import tool.
2016-05-11 17:58:43 -06:00
markjcrane
1833df9567
Fix the syntax to the last commit.
2016-05-11 17:05:06 -06:00
markjcrane
e1f0c205c7
Add source_number and change the destination_number to the number sent to the carrier.
2016-05-11 16:23:42 -06:00
markjcrane
1aa2547358
Fix a missing bracket from the last commit.
2016-05-07 16:15:15 -06:00
markjcrane
eaadc99e88
To prevent all warnings for XML CDR Details check all arrays.
2016-05-07 12:28:07 -06:00
markjcrane
268f51132b
Fix the warning on XML CDR details.
2016-05-07 11:48:46 -06:00
reliberate
2307cef9c8
CDR: Fix PHP warnings regarding paging.
2016-05-05 13:54:17 -06:00
markjcrane
f3ef1154e2
Disable limit and offset when exporting CDR to CSV.
2016-05-04 22:35:05 -06:00
markjcrane
097a5d8ade
Check the missing array has content before processing it.
2016-05-04 00:22:35 -06:00
markjcrane
17620586c4
Add a new xml_cdr_import.php and add limit and filter options to the xml_cdr.php class.
2016-05-01 17:44:53 -06:00