]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
ring_ready just in case a call on hold is transfered they get ringing instead of...
authorBrian West <brian@freeswitch.org>
Wed, 19 Dec 2007 00:44:51 +0000 (00:44 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 19 Dec 2007 00:44:51 +0000 (00:44 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6891 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default.xml

index c770d335e85d2d401c83bee78e8446d64edc770c..66ad9bdb58f7929f73c51106f7c59a6228910b75 100644 (file)
        <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"/>