[Freeswitch-users] fifo count doesn't indicate the number of agents.

Yungwei Chen yungwei at resolvity.com
Wed Sep 28 01:52:24 MSD 2011


Hi,

I defined a queue called support in fifo.conf.xml and added an agent to the queue as show below.
I am able to send a call to the queue first and then take the call to the agent 1004.
However, "fifo count support" always return "support:0:0:0" when an agent is available and nothing in the queue.
The same command returns "support:0:1:1" when an agent is available and one call in the queue.
What am I missing here? Thanks.

<configuration name="fifo.conf" description="FIFO Configuration">
  <settings>
    <param name="delete-all-outbound-member-on-startup" value="false"/>
  </settings>
  <fifos>
    <fifo name="support" importance="0">
        <member timeout="60" simo="1" lag="10">{member_wait=nowait}sofia/user/1004 at 192.168.6.8</member>
    </fifo>
  </fifos>
</configuration>





Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list