Update xml_cdr_inc.php
This commit is contained in:
parent
749b1e5446
commit
cab71f9bc5
|
|
@ -120,7 +120,7 @@
|
|||
$mod_caller_id_name = str_replace("*", "%", $caller_id_name);
|
||||
$sql_where_ands[] = "caller_id_name like '".$mod_caller_id_name."'";
|
||||
}
|
||||
if (strlen($caller_extension_uuid) > 0) {
|
||||
if (strlen($caller_extension_uuid) > 0 && is_uuid($caller_extension_uuid)) {
|
||||
$sql_where_ands[] = "extension_uuid = '".$caller_extension_uuid."'";
|
||||
}
|
||||
if (strlen($caller_id_number) > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue