Commit Graph

75 Commits

Author SHA1 Message Date
FusionPBX 0b5da895bd
Update xml_cdr_inc.php 2019-06-06 21:10:20 -06:00
agree 24b6c0f3f4
Update xml_cdr_inc.php 2019-05-24 13:55:59 -04:00
FusionPBX ddc691e002
Update xml_cdr_inc.php 2019-04-24 14:37:26 -06:00
FusionPBX e0867b0221
Update xml_cdr_inc.php 2019-04-11 17:53:10 -06:00
FusionPBX 2dc5c30ffd
Update xml_cdr_inc.php 2019-03-03 12:03:13 -07:00
FusionPBX 5f84af010c
Update xml_cdr_inc.php 2019-02-01 13:35:30 -07:00
FusionPBX 0474473257
Update xml_cdr_inc.php 2019-01-30 08:36:37 -07:00
FusionPBX 32cbb55853
Update xml_cdr_inc.php 2018-12-16 14:33:55 -07:00
FusionPBX 2def533ebf
Update xml_cdr_inc.php 2018-10-17 22:22:46 -06:00
FusionPBX 58c8b83dd7
Update xml_cdr_inc.php 2018-07-03 18:40:35 -06:00
FusionPBX 5901965207
Update xml_cdr_inc.php 2018-06-29 14:18:34 -06:00
FusionPBX cab71f9bc5
Update xml_cdr_inc.php 2018-06-26 11:38:23 -06:00
konradSC 749b1e5446 Fix wildcard search for Source (#3197)
Match updates in 4.4 branch to fix search options
2018-06-26 11:36:48 -06:00
FusionPBX b82d148beb
Update xml_cdr_inc.php 2018-05-01 03:16:40 -06:00
FusionPBX e6f2966f71
Update xml_cdr_inc.php 2018-05-01 02:57:47 -06:00
konradSC d6daf2a2cb 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 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