Tried r13096, the delay is gone, thanks. However, noticed that the Events Order 
is different now, I used to have PARK before HANGUP, but now PARK comes after 
HANGUP.

-----Original Message-----
From: freeswitch-dev-boun...@lists.freeswitch.org 
[mailto:freeswitch-dev-boun...@lists.freeswitch.org] On Behalf Of Anthony 
Minessale
Sent: Tuesday, 21 April 2009 12:22 PM
To: freeswitch-dev@lists.freeswitch.org
Subject: Re: [Freeswitch-dev] FIFO call park has about 2 seconds delay

see if r13094 works better

the issue is it was waiting for the wrapup time even when it was in nowait mode.


On Mon, Apr 20, 2009 at 8:17 PM, Scott Shen 
<ss...@oa.com.au<mailto:ss...@oa.com.au>> wrote:



<extension name="test1">

                <condition field="destination_number" expression="^50000$">

                        <action application="fifo" data="myqueue in"/>

                </condition>

</extension>





<extension name="test2">

                <condition field="destination_number" expression="^60000$">

                        <action application="fifo" data="myqueue out nowait"/>

                </condition>

</extension>





user 101 dials into 50000, and user 102 dials into 60000, no problem, they get 
connected.



Now, log into Event Socket, and type



"bgapi uuid_park whatever_the_user_101_uuid_get_from_show_channels"





User 102 gets disconnected only after about 2 seconds, Why is this delay? How 
to fix it?











BTW, if user 101 directly connects to 102 ( eg. 101 dials 102 directly ), then 
the same uuid_park happens immediately



Thanks & Regards

Scott

_______________________________________________
Freeswitch-dev mailing list
Freeswitch-dev@lists.freeswitch.org<mailto:Freeswitch-dev@lists.freeswitch.org>
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org



--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_miness...@hotmail.com<mailto:msn%3aanthony_miness...@hotmail.com>
GTALK/JABBER/PAYPAL:anthony.miness...@gmail.com<mailto:paypal%3aanthony.miness...@gmail.com>
IRC: irc.freenode.net<http://irc.freenode.net> #freeswitch

FreeSWITCH Developer Conference
sip:8...@conference.freeswitch.org<mailto:sip%3a...@conference.freeswitch.org>
iax:gu...@conference.freeswitch.org/888<http://iax:gu...@conference.freeswitch.org/888>
googletalk:conf+...@conference.freeswitch.org<mailto:googletalk%3aconf%2b...@conference.freeswitch.org>
pstn:213-799-1400
_______________________________________________
Freeswitch-dev mailing list
Freeswitch-dev@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
http://www.freeswitch.org

Reply via email to