mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Set new channel variable (#5238)
New channel variable added so that one may hook on to DISA calls which are not local. New variable: disa_outbound
This commit is contained in:
@@ -206,6 +206,7 @@
|
||||
session:execute("set", "outbound_caller_id_number="..caller_id_number);
|
||||
session:execute("set", "effective_caller_id_number="..caller_id_number);
|
||||
end
|
||||
session:execute("set","disa_outbound=true");
|
||||
session:execute("transfer", destination_number .. " XML " .. context);
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user