FusionPBX
76d12a750c
Update xml_cdr_inc.php
2018-02-09 13:39:32 -07:00
FusionPBX
64acf7378b
Update xml_cdr_inc.php
2017-12-09 12:26:36 -07:00
FusionPBX
a823e49cb1
Update xml_cdr_inc.php
2017-11-02 22:05:33 -06:00
FusionPBX
841804f5bc
Update xml_cdr_inc.php
2017-11-02 09:14:12 -06:00
FusionPBX
57773ed3cb
Update xml_cdr_inc.php
2017-10-15 12:55:00 -06:00
Alexey Melnichuk
132f250d9e
Add. Support `missed` argument in xml_cdr.php ( #2711 )
...
This argument used when build link in xml_cdr_statistics.php.
2017-06-23 09:21:25 -06:00
Alexey Melnichuk
5d43f73134
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
12c2ce45d6
Update xml_cdr_inc.php
2017-05-29 15:51:45 -06:00
FusionPBX
4d080cbe89
Update xml_cdr_inc.php
2017-05-29 10:56:28 -06:00
FusionPBX
099fcaa385
Update xml_cdr_inc.php
2017-04-08 15:17:52 -06:00
FusionPBX
1552e31e67
Update xml_cdr_inc.php
2017-01-04 21:56:23 -07:00
FusionPBX
56666844ff
Update xml_cdr_inc.php
2016-12-22 21:36:46 -07:00
FusionPBX
0bc667d3b0
Update xml_cdr_inc.php
2016-12-22 17:54:10 -07:00
FusionPBX
a3e28f5094
Update xml_cdr_inc.php
2016-12-22 16:59:34 -07:00
FusionPBX
ad94dfe7f3
Update xml_cdr_inc.php
2016-12-21 17:02:10 -07:00
FusionPBX
bbc2f4f97d
Update xml_cdr_inc.php
2016-09-30 01:00:55 -06:00
minotaur01
e5b1793e98
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
FusionPBX
c4ef8596d1
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
c6b15a6537
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
FusionPBX
8f89358346
Update xml_cdr_inc.php
...
Work on the XML CDR export to CSV.
2016-06-03 19:47:35 -06:00
markjcrane
63384b3aa1
Add the new column source_number.
2016-05-11 18:21:36 -06:00
reliberate
fb2f13bb9c
CDR: Fix PHP warnings regarding paging.
2016-05-05 13:54:17 -06:00
markjcrane
164fd03c98
Disable limit and offset when exporting CDR to CSV.
2016-05-04 22:35:05 -06:00
reliberate
cd7843b7f3
Apps: Integrate ability to set paging via a Default/Domain/User Setting (domain > paging > numeric).
2016-03-28 23:02:11 -06:00
reliberate
7c5176cf41
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
a9237ef3fa
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
3e1e822fbd
Add domain_uuid to the CDR result set.
2016-02-23 19:42:10 -07:00
markjcrane
7437048eb4
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
d58122aa56
Change a POST to a GET on the advanced search for CDR.
2016-02-23 18:15:07 -07:00
markjcrane
23b4b7c9bf
Change $_SERVER['DOCUMENT_ROOT'].PROJECT_PATH to $_SERVER["PROJECT_ROOT"].
2016-01-17 00:01:13 -07:00
markjcrane
a2a98ee036
Fix the app/xml_cdr/app_languages.php and remove the include ot the import when viewing xml cdr.
2015-12-19 22:04:05 -07:00
blackc2004
73da7ffaf3
Update xml_cdr_inc.php
2015-12-09 14:08:33 -08:00
markjcrane
4a55588898
Remove xml and json from the select list as its horribly inefficient. Move accountcode outside of billing as that may be used by others using the account code.
2015-07-20 15:34:23 -06:00
luis daniel lucio quiroz
da7e958808
lcr_currency wrong set
2015-05-01 17:39:13 +00:00
Nate Jones
5077ee1179
Contacts / CDR: Minified top paging controls.
2015-04-01 09:00:17 +00:00
Nate Jones
61f1e00d32
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
426df6e524
Add show all code donated by Chris Black
2015-03-06 17:15:09 +00:00
Nate Jones
e5d29fed34
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
1bb578c8e7
Issue 764 Fix: Explicitly defined desired fields in CDR select query, as suggested.
2014-12-10 03:57:48 +00:00
Nate Jones
cc1d6afb6e
CDR: Added new HTML5 recording playback and download controls.
2014-09-11 03:14:52 +00:00
Nate Jones
ca9c4cef02
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
Nate Jones
2074f2de0c
CDR: Search Source explicitly by extension number.
2014-08-03 04:03:44 +00:00
Nate Jones
a11f2e9ef9
CDR: Added Date/Time calendar picker, enhanced searching ability - added Start, Answered and End ranges.
2014-08-02 10:57:02 +00:00
Mark Crane
2f763f8a78
Revert the previous commit.
2014-07-17 16:52:31 +00:00
Mark Crane
f48db7cf45
CDR change direction to call_direction
2014-07-17 16:23:49 +00:00
Mark Crane
d9f26f8cd7
Add CDR limit
2014-07-11 01:34:47 +00:00
Nate Jones
611edd0cf1
CDR Search: Added support for asterisk ("*") as a wildcard character in Source, Destination and CID Name fields.
2014-06-24 00:37:17 +00:00
Nate Jones
13554c75c0
CDR Search fix for Users group, some additional permissions.
2014-06-16 22:08:30 +00:00
Nate Jones
e5a23aabaf
CDR basic search query, style and language mods, misc minor style mods.
2014-06-16 18:12:21 +00:00
Mark Crane
01f6858091
Fix a problem in xml_cdr for displaying a user's calls.
2013-10-22 15:30:00 +00:00