<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
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