I'm afraid that cannot be the cause. I'm experiencing the delay before the read is executed, immediately after a user presses *1 but before the extension named 'dx' executes anything.<div><br><br><div class="gmail_quote">
On Tue, Apr 12, 2011 at 5:44 PM, Anthony Minessale <span dir="ltr"><<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
your digit timeout in your read happens to be 5 seconds so maybe you<br>
are not dialing the #<br>
<div><div></div><div class="h5"><br>
On Tue, Apr 12, 2011 at 7:33 PM, elijah <<a href="mailto:elijah@crankenstein.com">elijah@crankenstein.com</a>> wrote:<br>
> I have setup a feature where users who have dialed outbound have the option<br>
> to transfer the b-leg to a separate outbound number, like so:<br>
> <extension name="outbound_9"><br>
> <condition field="destination_number" expression="^9(\d{10})$"><br>
> <action application="set" data="ringback=${us-ring}"/><br>
> <action application="set" data="transfer_ringback=$${hold_music}"/><br>
> <action application="set" data="continue_on_fail=true"/><br>
> <action application="set" data="bind_meta_key=*"/><br>
> <action application="bind_meta_app" data="1 a s<br>
> execute_extension::dx XML mycontext"/><br>
> <action application="transfer" data="to_outbound XML mycontext"/><br>
> </condition><br>
> </extension><br>
> <extension name="dx"><br>
> <condition field="destination_number" expression="^dx$"><br>
> <action application="log" data="INFO transferring the b-leg..."/><br>
> <action application="answer"/><br>
> <action application="sleep" data="1000"/><br>
> <action application="playback"<br>
> data="/usr/local/freeswitch/sounds/en/us/callie/misc/8000/transfer2.wav"/><br>
> <action application="read" data="11 11<br>
> 'tone_stream://%(10000,0,350,440)' digits 5000 #"/><br>
> <action application="execute_extension" data="is_transfer XML<br>
> mycontext"/><br>
> </condition><br>
> </extension><br>
> A delay sometimes occurs after users have pressed *1 and before the message<br>
> "transferring the b-leg..." appears in the console. This delay happens ~1/3<br>
> of the time and lasts for ~5s. Do you know how I should execute this<br>
> functionality in a way that will not cause such a delay?<br>
> thanks,<br>
> elijah<br>
><br>
</div></div>> _______________________________________________<br>
> FreeSWITCH-users mailing list<br>
> <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
> <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
> UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
> <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
><br>
><br>
<br>
<br>
<br>
--<br>
Anthony Minessale II<br>
<br>
FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
<br>
AIM: anthm<br>
<a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
<br>
FreeSWITCH Developer Conference<br>
<a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>