Make the call timeout adjustable per extension.

This commit is contained in:
Mark Crane 2013-04-02 07:35:56 +00:00
parent e4448fe4d6
commit da3beb71b3
1 changed files with 1 additions and 1 deletions

View File

@ -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"/>