mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-24 09:28:42 +00:00
Update disa.lua
This commit is contained in:
@@ -197,8 +197,9 @@
|
||||
--local call
|
||||
session:execute("transfer", destination_number .. " XML " .. context);
|
||||
else
|
||||
--exteernal call
|
||||
--external call
|
||||
if (caller_id_name) then
|
||||
session:execute("set", "outbound_caller_id_name="..caller_id_name);
|
||||
session:execute("set", "effective_caller_id_name="..caller_id_name);
|
||||
end
|
||||
if (caller_id_number) then
|
||||
|
||||
Reference in New Issue
Block a user