Commit Graph

191 Commits

Author SHA1 Message Date
chansizzle d8a98c6709 Update xml_cdr.php (#4647)
removes potential for "Warning: sizeof(): Parameter must be an array or an object that implements Countable"
2019-09-24 13:38:19 -06:00
Nate cc33248ac7 CDR: Database class integration. 2019-09-03 08:29:44 -06:00
Nate 6e813908fc Update date/time picker to latest version, restoring functionality. 2019-08-22 11:04:03 -06:00
agree 1c935a44e5 Update xml_cdr.php (#4256) 2019-06-05 12:18:56 -06:00
agree 62ae643399 Update xml_cdr.php 2019-05-30 15:02:32 -04:00
FusionPBX fa3d83d0a1 Update xml_cdr.php 2019-05-24 19:54:27 -06:00
FusionPBX c2f77eb539 Update xml_cdr.php 2019-05-24 13:51:43 -06:00
FusionPBX c23d39bbd9 Update xml_cdr.php 2019-05-24 13:45:29 -06:00
agree a07a846d58 Update xml_cdr.php 2019-05-24 13:58:31 -04:00
FusionPBX 978dd8342e Update xml_cdr.php 2019-03-13 20:15:19 -06:00
FusionPBX d02dbc0f9d Update xml_cdr.php 2019-01-30 08:52:49 -07:00
FusionPBX e00284a956 Update xml_cdr.php (#3975)
Truncate values in the CDR list to fix the Column width.
2019-01-24 22:34:23 -07:00
FusionPBX d0b40b1d39 Update xml_cdr.php 2018-10-17 22:27:40 -06:00
FusionPBX 728f6d0b4f Update xml_cdr.php 2018-07-06 11:42:07 -06:00
AlexanderDCrane 9f43705e6e Escape user data on xml_cdr.php (#3112) 2018-06-09 13:21:23 -06:00
FusionPBX 6ab925ec7f Update xml_cdr.php 2018-05-04 09:14:02 -06:00
FusionPBX 160ca51876 Update xml_cdr.php 2018-05-04 08:31:45 -06:00
FusionPBX 4a22faf2e5 Update xml_cdr.php 2018-05-01 03:02:36 -06:00
konradSC c7510768c7 Updates for CDR archives database server (#3036)
* Updates for CDR archives database server

* Add CDR Archive Server

* Updates for CDR archive server

* Updates for CDR Archive server

* Updates for CDR Archive server

* Create xml_cdr_archive.php
2018-04-23 13:24:30 -06:00
FusionPBX c63686cdd8 Update xml_cdr.php 2018-03-13 10:45:09 -06:00
FusionPBX 5b714ad7c8 Update xml_cdr.php 2018-03-13 10:30:45 -06:00
FusionPBX 43886770d4 Update xml_cdr.php 2017-12-09 12:27:27 -07:00
FusionPBX 261ba6493b Update xml_cdr.php 2017-10-15 15:46:25 -06:00
FusionPBX b85549e728 Update xml_cdr.php 2017-10-15 13:51:44 -06:00
FusionPBX f8a281ed6a Update xml_cdr.php 2017-09-14 12:51:31 -05:00
Len 63f4ca3fa7 bug fix caller_destination label 2017-06-13 18:34:18 -04:00
Alexey Melnichuk 9050da03cc Add. Handle `b` legs in CDR. (#2626)
* Add. Handle `b` legs in CDR.

CDR list/statistic by default handle only `a` legs.
So it prevent display wrong result when b-leg turn on.
Add ability to write to db `b` legs only for specific call directions.

To be able see b-legs in CDR need set xml_cdr_b_leg permission.
To add specific call direction to filter need add element to `cdr/b_leg/array` in default/domain settings.

* Add. `b_leg` to defalut settings.
2017-06-02 22:31:20 -06:00
FusionPBX 31ade811a5 Update xml_cdr.php 2017-05-29 15:18:18 -06:00
FusionPBX 990b46523f Update xml_cdr.php 2017-05-29 15:15:31 -06:00
FusionPBX 27e71ffa15 Update xml_cdr.php 2017-05-29 11:23:36 -06:00
Mafoo 4963119692 Enhance [master] add column descriptions to xml_cdr (#2571)
update th_order_by to accept optional description parameter that will
populate the title field and append the , sort(order)
2017-05-13 14:14:03 -06:00
Mafoo 0cfa084401 BugFix-[master]-mos (#2547)
change incorrect % calculation of MOS to tagged words to represent the standard, see - https://en.wikipedia.org/wiki/Mean_opinion_score
2017-05-10 14:09:30 -06:00
FusionPBX 4aac065209 Add a refresh button to xml cdr. 2017-04-25 01:01:40 -06:00
FusionPBX 082d694b05 Fix xml cdr show all for export. 2017-01-18 20:05:21 -07:00
FusionPBX 7dabd1261a Update xml_cdr.php 2017-01-04 22:25:17 -07:00
FusionPBX 4ea4d28467 Update xml_cdr.php 2016-12-22 21:19:35 -07:00
FusionPBX 4a2c345cd9 Update xml_cdr.php
Hide the the paging controls in Call Detail Records if there are are not enough records to page.
2016-12-22 19:02:16 -07:00
FusionPBX 7660686ce6 Update xml_cdr.php 2016-12-22 17:37:47 -07:00
FusionPBX 5ee42b5c21 Update xml_cdr.php 2016-12-22 17:03:05 -07:00
FusionPBX 9657093bd1 Update xml_cdr.php 2016-12-21 16:58:21 -07: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
markjcrane 7895492492 Adjust the indentation and organization of these to xml cdr files. 2016-07-26 20:51:50 -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
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
reliberate aeabb4a072 Misc: Fix datetimepicker on Time Conditions, CDR, Contact Times, etc.
Misc: Fix textarea height.
Theme: CSS adjustments to correct misc bugs.
2016-04-13 13:23:07 -06:00
reliberate 5974b686e9 Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric). 2016-03-28 23:02:11 -06:00
reliberate 5b97091e27 Theme: Add additional Settings to control the style of various elements, remove old css classes.
Default/Domain/User Settings: Add color previews in list view.
2016-03-28 22:29:15 -06:00
reliberate 3f3956d345 Recordings/CDR: Fix audio playback and progress bar style. 2016-03-28 09:09:33 -06:00
reliberate d5c60df4fc Added: Bootstrap Framework - initial integration.
Added: Bootstrap Plugins - DateTimePicker, ColorPicker (in multiple apps)
Added: Default Theme - responsive
Removed: RightJS Framework - no longer needed.
Removed: Accessible Theme - superseded by Default theme.
Removed: Minimized Theme - superseded by Default theme.
Enhanced: Menu - responsiveness added.
Enhanced: Dashboard - responsiveness added.
Etc.
2016-03-25 16:29:20 -06:00
reliberate 39bfec7aa2 Extensions: Added bulk delete.
Voicemail: Added bulk delete.  On delete, remove recordings folder, and voicemail_options, _destinations, and _greetings database records.
2016-03-16 18:48:42 -06:00
reliberate 49bb6c1ded User Dashboard: Add blocks with additional customizable information (voicemail count, missed calls, recent calls, system counts, domain limits, and system status).
CDR: Adjust icon status and missed call filter to be more accurate, simplify User's view of CDR, add additional call result filter.
2016-03-10 16:29:47 -07:00
markjcrane c0ddb2d857 Add showall hidden option to the regular CDR search form. 2016-02-23 19:19:03 -07:00
markjcrane 3b035a46c1 Fix the SQL command when using the advanced search and improve security on how showall is being used. 2016-02-23 19:05:52 -07:00
markjcrane 01a9438f4e Fix the checkbox on the show all for the advanced search. 2016-02-23 18:09:00 -07:00
markjcrane 7539244e49 Additional work to get the CDR to allow the show all to work with the regular search and advanced search. 2016-02-23 17:53:21 -07:00
markjcrane fa081456b1 Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"]. 2016-01-17 00:01:13 -07:00
blackc2004 a307a63804 Update xml_cdr.php 2016-01-05 10:13:54 -08:00
Alexey Melnichuk f53e8c80f3 Fix. Play/Download recordings 2015-12-11 15:53:05 +03:00
Alexey Melnichuk d260964e8d Fix. Display recording in CDR 2015-12-11 10:46:51 +03:00
markjcrane cde9debb29 After removing domain name from the default recordings dir path need to add the domain name every where the recordings directory is currently used. 2015-12-06 13:37:35 -07:00
roman.dissauer 590a8e6505 prepared img tag for high resolution (retina) images 2015-09-24 09:31:52 +02:00
luis daniel lucio quiroz d6980a929c fix a pricing display bug when billing installed 2015-05-01 18:52:01 +00:00
Nate Jones bb75eeb191 Various: Added playback progress indicator for audio files (CDR, VM, etc). 2015-04-13 22:26:50 +00:00
Nate Jones 862d4bf7aa CDR: Template and layout adjustments to prevent wrapping. 2015-04-13 20:06:46 +00:00
Nate Jones d68a273c64 CDR: Integrate existing permissions for Recording Playback and Download buttons.
Misc: Background visual adjustments for Playback and Download icons.
2015-04-03 21:07:24 +00:00
luis daniel lucio quiroz fe427d4cb3 let the xml_cdr download/play, regardless mono/multi tenant 2015-04-03 16:23:24 +00:00
Nate Jones e5ece69b1a CDR: Hide Missed Calls button after clicked. Visual adjustment when top paging buttons aren't present.
Contacts: Visual adjustment when top paging buttons aren't present.
2015-04-01 09:06:02 +00:00
Nate Jones d30a509de0 Contacts / CDR: Minified top paging controls. 2015-04-01 09:00:17 +00:00
luis daniel lucio quiroz 87763506bb let the xml_cdr find the wav file, regardles mono/multi tenant 2015-03-31 16:20:55 +00:00
Nate Jones 5b37c7b040 CDR & Devices: Hide Show All buttons after showing all. 2015-03-31 03:16:20 +00:00
Nate Jones 67e0e14bfc CDR: Fixed Issue 885, clicking records now results in the correct details being loaded. 2015-03-20 02:50:30 +00:00
Nate Jones 37bf2da79b CDR: Prevent users with no assigned extensions from viewing records. Search form mods. Fix issue with CDR Delete removing the wrong call recording. 2015-03-14 00:03:16 +00:00
Mark Crane 669fb08d4e Add show all code donated by Chris Black 2015-03-06 17:15:09 +00:00
luis daniel lucio quiroz 455f0b2e45 do not show others extension to non-admin users 2015-02-27 15:25:49 +00:00
Nate Jones 1f65abe238 CDR: Some fixes and enhancements...
- Ability to delete single and multiple CDR records, if desired (permission required, includes recording, if any).

- Search criteria kept through paging, deleting, sorting, and upon using the provided 'Back' button on the CDR Details page.

- Added some missing language translations.
2015-02-19 23:28:40 +00:00
Nate Jones 0018e553c4 Visual adjustments. 2015-02-15 07:59:02 +00:00
Mark Crane de62073126 Remove the trailing line feed. Goal is to remove all trailing line feeds. 2015-02-13 23:22:30 +00:00
Mark Crane 9342d0386e Remove the importing XML CDR from the file system when the xml_cdr.php is loaded. This will make the page load faster. Use a POST to the web server or a cron job to load from the file system. 2015-02-11 16:39:54 +00:00
Nate Jones 147d03169d Use the new multi-lingual code on fusionpbx/app sub directories. 2015-01-18 10:04:43 +00:00
luis daniel lucio quiroz 1baf135c3d we do not try to convert rate if price is zero, this will speed up things 2014-12-06 15:04:38 +00:00
Nate Jones a5a6af2ba8 CDR: Minor visual adjustment on table cell if CID Name not present. 2014-12-06 10:34:29 +00:00
Nate Jones bf6a8dd2b0 CDR: Added ability to export records in PDF format. 2014-12-06 10:30:44 +00:00
luis daniel lucio quiroz 2b43ddd76f fix odd billing currency error when using different currencies 2014-11-25 22:22:28 +00:00
Johan Brannlund de4cf94bc0 Fix *2 recording path for single-tenant (right patch for dev branch this time) 2014-10-12 15:29:31 +00:00
Nate Jones 5e67869394 CDR Paging: Minor tweak. 2014-09-28 08:35:49 +00:00
Mark Crane 4099ae950d Move paging controls to the bottom to be consistent with all other pages 2014-09-21 02:09:02 +00:00
Mark Crane 1d7be1ada7 Add the translation for TTA on CDR 2014-09-20 01:13:14 +00:00
Nate Jones b4aa618cc2 CDR: Recording playback - disabled preloading, return Tools column and icons to middle, hide if duration is zero. 2014-09-11 18:25:00 +00:00
Nate Jones 6d049b8f5b CDR: Added new HTML5 recording playback and download controls. 2014-09-11 03:14:52 +00:00
Mark Crane c73db7193e A small fix for the CDR page format 2014-09-09 09:15:32 +00:00
Nate Jones 49bbc2e986 CDR: Added TTA (Time To Answer) column, tool-tip explanations to call direction icons, and paging controls to top of beginning of CDR list. 2014-09-08 18:06:36 +00:00
James Rose b85eab3fd8 added the ability to use cdr group to give full call detail records access to non admins. 2014-08-13 03:17:12 +00:00
Mark Crane d23e1023c5 Add bridge uuid for cdr wav and mp3s 2014-08-07 04:43:14 +00:00
Nate Jones e8a944ea57 CDR: Remove unnecessary </td> tag. 2014-08-06 00:42:32 +00:00
Mark Crane 1f837a600c Make the xml cdr generated xml easier to read 2014-08-03 11:14:56 +00:00
Nate Jones eef73fd005 Input Type Switch Button: Changed from left triangle (&#10782;) to left triangle (&#9665;), as wasn't displaying properly in FF on Mac. 2014-08-03 07:02:12 +00:00
Nate Jones 89c3683ce2 CDR: Minor/style mods to date/time Range fields. 2014-08-03 05:23:44 +00:00
Nate Jones 7b648618ad CDR: Search Source explicitly by extension number. 2014-08-03 04:03:44 +00:00
Nate Jones ba6fb139a8 CDR: Moved date/time picker JS to template, Domain Selector now working again on CDR page. 2014-08-02 12:49:22 +00:00