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:
parent
effb8c74ea
commit
5bdfe348f2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue