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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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