Fix caller_id_name

This commit is contained in:
FusionPBX
2025-07-05 08:55:56 -06:00
committed by GitHub
parent a36e71ff2a
commit 6e5f7eabca

View File

@@ -446,7 +446,7 @@
unset($i);
//get the caller ID from variables
if (!isset($caller_id_number) && isset($xml->variables->caller_id_name)) {
if (!isset($caller_id_name) && isset($xml->variables->caller_id_name)) {
$caller_id_name = urldecode($xml->variables->caller_id_name);
}
if (!isset($caller_id_number) && isset($xml->variables->caller_id_number)) {