mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix caller_id_name
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user