Commit Graph

551 Commits

Author SHA1 Message Date
konradSC
2a2c405528 Check for null uuid's (#4402)
Null UUID's are not very kind. They will sneak into your CDR's when you aren't looking and break an otherwise very nice database INSERT statement. We cannot tolerate that sort of behavior.
2019-07-31 16:00:20 -06:00
FusionPBX
c68446bf82 Update xml_cdr_inc.php 2019-06-27 09:05:06 -06:00
FusionPBX
9cb4e5e347 Update xml_cdr_inc.php 2019-06-17 23:35:48 -06:00
FusionPBX
0b5da895bd Update xml_cdr_inc.php 2019-06-06 21:10:20 -06:00
agree
e2d6f5520d Update xml_cdr.php (#4256) 2019-06-05 12:18:56 -06:00
agree
a2a365d114 Update xml_cdr.php 2019-05-30 15:02:32 -04:00
FusionPBX
de8dfb3a9f Update xml_cdr.php 2019-05-24 19:54:27 -06:00
FusionPBX
6f1e5aa479 Update xml_cdr.php 2019-05-24 13:51:43 -06:00
FusionPBX
888945e03e Update xml_cdr.php 2019-05-24 13:45:29 -06:00
agree
2a99f7ad2d Update xml_cdr.php 2019-05-24 13:58:31 -04: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
Luis Daniel Lucio Quiroz
67043c6ad8 [4.5] fixes null record_name and record_path fields in v_xml_cdr (#4053)
* record_name verification

* record_name better verification

when you carry on some updates from 4.0 to 4.2 and then 4.4, old dialplans do not create all the variables, record_session is created, but record_name (and record_path) are not null, set and lenght zero,  "" in otherwords.

Then, in the db record, record_name and record_path are empty, regardless if the recording file exists. Therefore, they are not shown in the CDR app.
This fixes this issue.
2019-04-20 17:05:40 -06:00
FusionPBX
e32d01ae9c Update xml_cdr_statistics_inc.php 2019-04-19 11:02:58 -06:00
Luis Daniel Lucio Quiroz
f3b67dcee2 [4.5] Fix CDR Details (#4052)
Same as 4.4
2019-04-18 11:58:34 -06:00
konradSC
7fe9794191 Bug fix: No answer_stamp in CDR (#4049)
* Bug fix: No answer_stamp in CDR

Here's a fun little bug that took me a longer than it should have to figure out. When a person make a call and then cancels the request there is no "answer_stamp" written to the CDR. Because of this, v_call_recordings.call_recording_name gets imported as NULL. This causes all the canceled calls to show up in the Call Recordings app first in the list and with no date set.

* Update xml_cdr.php

* Update v_xml_cdr_import.php
2019-04-11 18:00:11 -06:00
FusionPBX
e0867b0221 Update xml_cdr_inc.php 2019-04-11 17:53:10 -06:00
FusionPBX
75182f2ee1 Update xml_cdr.php 2019-03-17 00:55:09 -06:00
FusionPBX
cd6e5fe791 Update v_xml_cdr_import.php 2019-03-17 00:51:06 -06:00
FusionPBX
4461a5ce6f Update v_xml_cdr_import.php 2019-03-17 00:49:43 -06:00
FusionPBX
79e42aafef Update app_config.php 2019-03-16 04:18:21 -06:00
FusionPBX
bb5e79572e Update v_xml_cdr_import.php 2019-03-16 04:17:01 -06:00
FusionPBX
e8cd217b58 Update v_xml_cdr_import.php 2019-03-14 14:57:46 -06:00
FusionPBX
db6f070a19 Update xml_cdr.php 2019-03-13 20:15:19 -06:00
FusionPBX
e6a790da96 Update app_config.php 2019-03-13 20:14:32 -06:00
FusionPBX
2dc5c30ffd Update xml_cdr_inc.php 2019-03-03 12:03:13 -07:00
FusionPBX
4972776d73 Update xml_cdr.php 2019-02-18 13:30:17 -07:00
FusionPBX
5f84af010c Update xml_cdr_inc.php 2019-02-01 13:35:30 -07:00
FusionPBX
4e36b93847 Update xml_cdr.php 2019-01-30 08:52:49 -07:00
FusionPBX
52697e6047 Update app_config.php 2019-01-30 08:49:25 -07:00
FusionPBX
0474473257 Update xml_cdr_inc.php 2019-01-30 08:36:37 -07:00
FusionPBX
0d14646b28 Update xml_cdr.php (#3975)
Truncate values in the CDR list to fix the Column width.
2019-01-24 22:34:23 -07:00
Marcel Gisselmann
838a05808c Update xml_cdr_delete.php (#3899)
* Update xml_cdr_delete.php

Fix typo in delete() query

* Update xml_cdr_delete.php

Fix delete recording from filesystem and database

* Fix Padding
2018-12-24 13:19:54 -07:00
FusionPBX
32cbb55853 Update xml_cdr_inc.php 2018-12-16 14:33:55 -07:00
FusionPBX
896092a932 Update app_config.php 2018-12-15 10:03:02 -07:00
konradSC
9fcf3c613e Fix the labels and the paging controls (#3950)
* Fix the labels and the paging controls

* Update xml_cdr_archive.php

Change uuid to xml_cdr_uuid.
2018-12-13 15:59:42 -07:00
Marcel Gisselmann
d3374a0aeb Update xml_cdr_delete.php (#3891)
Fix typo in delete() query
2018-12-03 13:12:16 -07:00
FusionPBX
f89e683d75 Update app_config.php 2018-12-02 21:59:03 -07:00
FusionPBX
e29dcbeb37 Update xml_cdr.php 2018-11-23 08:03:36 -07:00
FusionPBX
7eab2ffb06 Update xml_cdr.php 2018-11-21 16:07:02 -07:00
FusionPBX
455da287bf Update xml_cdr_details.php 2018-11-13 17:53:20 -06:00
FusionPBX
f43c55ff17 Update xml_cdr_details.php 2018-11-13 16:48:43 -06:00
FusionPBX
e78805b858 Update xml_cdr_details.php 2018-11-09 10:36:30 -07:00
Luis Daniel Lucio Quiroz
0f4f46cd14 Unescape Json before decoding (#3695)
I have realized since 4.4, json is escaped (\" for example). Some PHP releases fail to decode if that is used.
2018-10-25 09:32:09 -06:00
FusionPBX
ca4ee3a6c3 Update v_xml_cdr_import.php 2018-10-24 10:51:56 -06:00
FusionPBX
22bd0e531d Update xml_cdr_search.php 2018-10-17 22:43:06 -06:00
FusionPBX
e93e0bb04e Update xml_cdr_details.php 2018-10-17 22:36:03 -06:00
FusionPBX
3b37037817 Update xml_cdr.php 2018-10-17 22:27:40 -06:00
FusionPBX
2def533ebf Update xml_cdr_inc.php 2018-10-17 22:22:46 -06:00
FusionPBX
d58d9914cc Update xml_cdr.php 2018-10-17 22:08:20 -06:00