mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix blind transfer *1
This commit is contained in:
@@ -356,10 +356,10 @@
|
||||
session:execute("set", "continue_on_fail=true");
|
||||
|
||||
--set bind meta app
|
||||
session:execute("bind_meta_app", "1 ab s execute_extension::dx XML features");
|
||||
session:execute("bind_meta_app", "1 ab s execute_extension::dx XML "..context);
|
||||
session:execute("bind_meta_app", "2 ab s record_session::"..recordings_dir.."/archive/"..os.date("%Y").."/"..os.date("%m").."/"..os.date("%d").."}/"..uuid..".wav");
|
||||
session:execute("bind_meta_app", "3 ab s execute_extension::cf XML features");
|
||||
session:execute("bind_meta_app", "4 ab s execute_extension::att_xfer XML features");
|
||||
session:execute("bind_meta_app", "3 ab s execute_extension::cf XML "..context);
|
||||
session:execute("bind_meta_app", "4 ab s execute_extension::att_xfer XML "..context);
|
||||
|
||||
--prompt to accept call if true schedule the call timeout
|
||||
if (prompt == "true") then
|
||||
|
||||
Reference in New Issue
Block a user