Fix the Caller ID name.

This commit is contained in:
FusionPBX
2022-01-19 10:33:42 -07:00
committed by GitHub
parent a6ae75bf10
commit d4ab7ed9bf

View File

@@ -158,7 +158,7 @@
if (caller_id_name) then
--caller id name provided do nothing
else
caller_id_number = session:getVariable("effective_caller_id_number");
caller_id_name = session:getVariable("effective_caller_id_name");
end
if (caller_id_number) then
--caller id number provided do nothing
@@ -169,7 +169,7 @@
if (caller_id_name) then
--caller id name provided do nothing
else
caller_id_number = session:getVariable("outbound_caller_id_number");
caller_id_name = session:getVariable("outbound_caller_id_name");
end
if (caller_id_number) then
--caller id number provided do nothing