mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 18:33:49 +00:00
Fix the ring group timeout when the prompt is not set to confirm.
This commit is contained in:
@@ -302,9 +302,8 @@
|
||||
--session execute
|
||||
if (session:ready()) then
|
||||
--set the variables
|
||||
--session:execute("set", "hangup_after_bridge=true");
|
||||
--session:execute("set", "continue_on_fail=true");
|
||||
--session:execute("set", "uuids="..uuids);
|
||||
session:execute("set", "hangup_after_bridge=true");
|
||||
session:execute("set", "continue_on_fail=true");
|
||||
|
||||
--set bind meta app
|
||||
session:execute("bind_meta_app", "1 ab s execute_extension::dx XML features");
|
||||
|
||||
Reference in New Issue
Block a user