Make the call timeout adjustable per extension.
This commit is contained in:
parent
e4448fe4d6
commit
da3beb71b3
|
|
@ -11,7 +11,7 @@
|
|||
<action application="bind_meta_app" data="3 b s execute_extension::cf XML features"/>
|
||||
<action application="bind_meta_app" data="4 b s execute_extension::att_xfer XML features"/>
|
||||
<action application="set" data="ringback=${ringback}"/>
|
||||
<action application="set" data="call_timeout=30"/>
|
||||
<action application="set" data="call_timeout=${call_timeout}"/>
|
||||
<action application="set" data="hangup_after_bridge=true"/>
|
||||
<!--<action application="set" data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,USER_BUSY,NO_ANSWER,TIMEOUT,NO_ROUTE_DESTINATION"/> -->
|
||||
<action application="set" data="continue_on_fail=true"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue