[Freeswitch-dev] FIFO call park has about 2 seconds delay
Scott Shen
sshen at oa.com.au
Mon Apr 20 18:17:31 PDT 2009
<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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20090421/61c6b0c5/attachment-0001.html
More information about the Freeswitch-dev
mailing list