Thanks for replying. This is my dialplan<br><br>    &lt;extension name=&quot;in_fifo&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^779$&quot;&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;fifo_music=$${hold_music}&quot;/&gt;<br>
        &lt;action application=&quot;answer&quot;/&gt;<br>        &lt;action application=&quot;fifo&quot; data=&quot;myq in undef undef&quot;/&gt;<br>      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br>And I created a queue in fifo.conf.xml like this<br>
<br>    &lt;fifo name=&quot;myq&quot; importance=&quot;0&quot;&gt;<br>      &lt;!--&lt;member timeout=&quot;60&quot; simo=&quot;1&quot; lag=&quot;20&quot;&gt;{member_wait=nowait}user/1005@$${domain}&lt;/member&gt;--&gt;<br>
    &lt;/fifo&gt;<br><br>However, I&#39;m still not able to see the incoming call get queued. <br><br>freeswitch@localhost.localdomain&gt; fifo list myq<br>API CALL [fifo(list myq)] output:<br>&lt;fifo_report&gt;<br>  &lt;fifo name=&quot;myq&quot; consumer_count=&quot;0&quot; caller_count=&quot;0&quot; waiting_count=&quot;0&quot; importance=&quot;0&quot;&gt;<br>
    &lt;callers&gt;&lt;/callers&gt;<br>    &lt;consumers&gt;&lt;/consumers&gt;<br>  &lt;/fifo&gt;<br>&lt;/fifo_report&gt;<br><br>I tried both mod_skypiax and mod_dingaling, but with the same result.<br><br>Regards,<br>-Jingwei<br>
<br><div class="gmail_quote">On Sun, Jan 17, 2010 at 11:37 AM, Seven Du <span dir="ltr">&lt;<a href="mailto:dujinfang@gmail.com">dujinfang@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2010/1/15, Jingwei Yang &lt;<a href="mailto:jingwei.yang@gmail.com">jingwei.yang@gmail.com</a>&gt;:<br>
<div class="im">&gt; Hi Guys,<br>
&gt;<br>
&gt; I&#39;m implementing an ACD system using ESL and mod_fifo. Based on what Anthony<br>
&gt; suggested in this post:<br>
&gt; <a href="http://www.mail-archive.com/freeswitch-users@lists.freeswitch.org/msg01652.html" target="_blank">http://www.mail-archive.com/freeswitch-users@lists.freeswitch.org/msg01652.html</a><br>
&gt;<br>
&gt; *You can make an event socket application that listens for FIFO events and<br>
&gt; keeps track of what FIFOs are currently busy and when there are people<br>
&gt; waiting you can have that script generate a call to a group of SIP phones so<br>
&gt; when the first one answers, it sends them in as an agent where they can<br>
&gt; field the calls.<br>
&gt; *<br>
&gt;<br>
&gt; 1. How should I handle the concurrent issues? If I bridge a user to two<br>
&gt; agents and both of them answers, how does FS take care of this situation?<br>
&gt; Will a slower agent get a busy tone automatically?<br>
&gt;<br>
<br>
</div>I think it just follow the standard originate dialstring rules.<br>
<div class="im"><br>
&gt; 2. If the socket application is brought up after some users have called in,<br>
&gt; what command should I use to check the busy queues? fifo list?<br>
&gt;<br>
</div>Yes. Perhaps you can also check the fifo db, either sqlite or ODBC.<br>
<div><div></div><div class="h5"><br>
&gt; 3. Am I using fifo list and fifo count correctly?<br>
&gt;<br>
&gt; here&#39;s the testing dialplan:<br>
&gt;<br>
&gt;     &lt;extension name=&quot;in_fifo&quot;&gt;<br>
&gt;       &lt;condition field=&quot;destination_number&quot; expression=&quot;^779$&quot;&gt;<br>
&gt;         &lt;action application=&quot;set&quot; data=&quot;fifo_music=$${hold_music}&quot;/&gt;<br>
&gt;         &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;         &lt;action application=&quot;fifo&quot; data=&quot;*myq *in&quot;/&gt;<br>
&gt;       &lt;/condition&gt;<br>
&gt;     &lt;/extension&gt;<br>
&gt;<br>
&gt; when a call comes in and gets queued, these are the results of some commands<br>
&gt; I tried.<br>
&gt;<br>
&gt; freeswitch@localhost.localdomain&gt; fifo list<br>
&gt; API CALL [fifo(list)] output:<br>
&gt; &lt;fifo_report&gt;<br>
&gt;   &lt;fifo name=&quot;<a href="mailto:cool_fifo@192.168.1.104">cool_fifo@192.168.1.104</a>&quot; consumer_count=&quot;0&quot; caller_count=&quot;0&quot;<br>
&gt; waiting_count=&quot;0&quot; importance=&quot;0&quot;&gt;<br>
&gt;     &lt;callers&gt;&lt;/callers&gt;<br>
&gt;     &lt;consumers&gt;&lt;/consumers&gt;<br>
&gt;   &lt;/fifo&gt;<br>
&gt; &lt;/fifo_report&gt;<br>
&gt;<br>
&gt;<br>
&gt; freeswitch@localhost.localdomain&gt; fifo list myq<br>
&gt; API CALL [fifo(list myq)] output:<br>
&gt; &lt;fifo_report&gt;&lt;/fifo_report&gt;<br>
&gt;<br>
&gt;<br>
&gt; freeswitch@localhost.localdomain&gt; fifo count myq<br>
&gt; API CALL [fifo(count myq)] output:<br>
&gt; none<br>
&gt;<br>
&gt; It seems *myq* doesn&#39;t get created at all? Please enlighten.<br>
&gt;<br>
&gt; Thanks and best regards,<br>
&gt; -Jingwei<br>
&gt;<br>
</div></div>AFAIK, thant means the channel didn&#39;t queued in. Did you see any error<br>
logs? I think you need to remove the stars in   &lt;action<br>
application=&quot;fifo&quot; data=&quot;*myq *in&quot;/&gt;.<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>