Update disa.lua (#4775)

it pulling the caller id name for the number
This commit is contained in:
mtghr
2019-10-13 19:13:53 -04:00
committed by FusionPBX
parent 6ae49c65b5
commit 2b19eb1cc2

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_name");
caller_id_number = session:getVariable("effective_caller_id_number");
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_name");
caller_id_number = session:getVariable("outbound_caller_id_number");
end
if (caller_id_number) then
--caller id number provided do nothing