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:
Brian West 2007-12-19 00:44:51 +00:00
parent 62daeafce4
commit 5fcd7992f7
1 changed files with 1 additions and 0 deletions

View File

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