fusionpbx/app/xml_cdr
Andy-Seattle bbabb4f861
Handle ERR no such channel during call intercepts (#6943)
When call center is not enabled, during a standard call intercept sometimes we are seeing an error as follows:
call_center_queue_uuid=-ERR%20No%20such%20channel!%0A
cc_queue_joined_epoch=-ERR%20No%20such%20channel!%0A
Normally it returns call_center_queue_uuid=_undef_ but occasionally shows the ERR message.
When the epoch variable is set to this it causes the XML CDR service to continually stop and start at the same CDR which raises the CPU load on the server significantly until the CDR is deleted.
This code fix will handle the ERR message in the same way as _undef_.
2024-04-05 17:36:25 -06:00
..
resources Handle ERR no such channel during call intercepts (#6943) 2024-04-05 17:36:25 -06:00
app_config.php Add read and write codec to columns displayed (#6913) 2024-03-16 10:56:28 -06:00
app_defaults.php Update app_defaults.php 2017-01-13 00:24:29 -07:00
app_languages.php Add read and write codec to columns displayed (#6913) 2024-03-16 10:56:28 -06:00
app_menu.php Added more Greek and Turkish translations (#6880) 2024-01-30 16:17:24 -07:00
download.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00
report.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00
waveform.php CDR: Audio waveform generation integration. 2024-02-09 13:14:22 -07:00
xml_cdr.php Add read and write codec to columns displayed (#6913) 2024-03-16 10:56:28 -06:00
xml_cdr_archive.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00
xml_cdr_details.php New setting call_log_enabled default false 2024-03-12 17:44:46 -06:00
xml_cdr_export.php CDR: Add permission for Account Code inclusion. 2024-01-10 21:34:53 +00:00
xml_cdr_extension_summary.php Extension summary add voicemail column and use the CDR status 2024-02-22 21:04:14 -07:00
xml_cdr_import.php Make sure to start the PHP SESSION 2023-09-25 13:01:40 -06:00
xml_cdr_inc.php Add read and write codec to columns displayed (#6913) 2024-03-16 10:56:28 -06:00
xml_cdr_log.php Create xml_cdr_log.php 2024-03-12 09:46:30 -06:00
xml_cdr_search.php Update CDR new call center search 2024-01-13 17:07:11 -07:00
xml_cdr_statistics.php Call Flow Summary add name, application, link, and a new summary style. Controlled by summary_style setting. 2023-10-12 23:58:11 -06:00
xml_cdr_statistics_csv.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00
xml_cdr_statistics_inc.php Use magic constant dir (#6711) 2023-06-15 11:28:23 -06:00