fusionpbx/app/xml_cdr
Andy-Seattle cfd70dcf4e E.164 Inbound caller ID fix (#5138)
When an inbound call has E.164 caller ID format (eg Skyetel), the + is being stripped from the caller_id_number variable before storing in the v_xml_cdr database table. If we then try and block this CDR in the Call Block application it adds the number BUT without the + so it never matches future calls.
This proposed change ensures that the + is not stripped for INBOUND calls when written to v_xml_cdr and therefore when blocking the CDR it works correctly (i.e. it includes the + which then matches the call next time and blocks it).
2020-01-31 15:37:46 -07:00
..
resources/classes Update xml_cdr.php 2019-12-23 11:20:43 -07:00
app_config.php Update app_config.php 2019-12-24 14:31:04 -07:00
app_defaults.php Update app_defaults.php 2017-01-13 00:24:29 -07:00
app_languages.php CDR: Add window titles. 2020-01-06 10:56:27 -07:00
app_menu.php Additional nl-nl translations (#4875) 2019-11-19 11:15:42 -07:00
download.php Update download.php 2019-09-06 11:05:01 -06:00
report.php CDR: Database class integration. 2019-09-03 08:29:44 -06:00
root.php Cleanup the indentation ... tabs and whitespace after the last pull request. 2016-04-28 16:56:44 -06:00
v_xml_cdr_import.php E.164 Inbound caller ID fix (#5138) 2020-01-31 15:37:46 -07:00
xml_cdr.php Update xml_cdr.php 2020-01-28 18:43:04 -07:00
xml_cdr_archive.php Update xml_cdr_archive.php (#4832) 2019-11-05 11:21:23 -07:00
xml_cdr_delete.php CDR: Database class integration. 2019-09-03 08:29:44 -06:00
xml_cdr_details.php Update xml_cdr_details.php (#4992) 2019-12-28 13:37:22 -07:00
xml_cdr_export.php Update xml_cdr_export.php 2020-01-28 17:28:01 -07:00
xml_cdr_extension_summary.php CDR: Add window titles. 2020-01-06 10:56:27 -07:00
xml_cdr_import.php CDR: Database class integration. 2019-09-03 08:29:44 -06:00
xml_cdr_import_update.php Update xml_cdr_import_update.php 2018-02-23 10:07:55 -07:00
xml_cdr_inc.php Update xml_cdr_inc.php 2020-01-28 17:27:23 -07:00
xml_cdr_search.php CDR: Add window titles. 2020-01-06 10:56:27 -07:00
xml_cdr_statistics.php CDR: Add window titles. 2020-01-06 10:56:27 -07:00
xml_cdr_statistics_csv.php Update xml_cdr_statistics_csv.php 2019-12-24 14:36:31 -07:00
xml_cdr_statistics_inc.php Update xml_cdr_statistics_inc.php 2019-12-24 14:34:26 -07:00