Update xml_cdr_inc.php

This commit is contained in:
FusionPBX 2019-06-27 09:05:06 -06:00 committed by GitHub
parent 78acbee816
commit c68446bf82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@
}
if (strlen($caller_id_name) > 0) {
$mod_caller_id_name = str_replace("*", "%", $caller_id_name);
$sql .= "and caller_id_name like :mod_caller_id_name \n";
$sql .= "and caller_id_name like :caller_id_name \n";
$parameters['caller_id_name'] = '%'.$mod_caller_id_name.'%';
}
if (strlen($caller_id_number) > 0) {