ring_ready just in case a call on hold is transfered they get ringing instead of silence
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6891 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
62daeafce4
commit
5fcd7992f7
|
@ -111,6 +111,7 @@
|
|||
<action application="answer"/>
|
||||
<action application="sleep" data="1000"/>
|
||||
<action application="voicemail" data="check default $${domain} ${dialed_ext}"/>
|
||||
<anti-action application="ring_ready"/>
|
||||
<anti-action application="set" data="call_timeout=130"/>
|
||||
<anti-action application="set" data="hangup_after_bridge=true"/>
|
||||
<anti-action application="set" data="continue_on_fail=true"/>
|
||||
|
|
Loading…
Reference in New Issue