You can check what&#39;s happening in the fifo with the &quot;fifo count &lt;fifo_name&gt;&quot;<div><a href="http://wiki.freeswitch.org/wiki/Mod_fifo#count">http://wiki.freeswitch.org/wiki/Mod_fifo#count</a></div><div><br>
</div><div>-MC<br><br><div class="gmail_quote">On Tue, Sep 6, 2011 at 3:11 AM, Silvio Escher <span dir="ltr">&lt;<a href="mailto:sescher_ml@omeco.de">sescher_ml@omeco.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi there,<br>
<br>
ive following in my public dp:<br>
<br>
&lt;extension name=&quot;zentrale_fifo&quot;&gt;<br>
&lt;condition field=&quot;destination_number&quot; expression=&quot;^zentrale_fifo$&quot;&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;fifo_music=intro_und_schleife.wav&quot;/&gt;<br>
&lt;action application=&quot;answer&quot;/&gt;<br>
&lt;action application=&quot;set&quot; data=&quot;fifo_orbit_exten=zentrale_voicemail:30&quot;/&gt;<br>
&lt;action application=&quot;fifo&quot; data=&quot;zentrale_fifo in&quot;/&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
&lt;extension name=&quot;Zentrale&quot;&gt;<br>
&lt;condition field=&quot;${sip_to_user}&quot; expression=&quot;^0631680350$&quot; break=&quot;on-false&quot;/&gt;<br>
&lt;condition wday=&quot;2-6&quot; hour=&quot;9-16&quot;&gt; # zeit geht bis 59<br>
&lt;action application=&quot;transfer&quot; data=&quot;zentrale_fifo XML public&quot;/&gt;<br>
&lt;anti-action application=&quot;answer&quot;/&gt;<br>
&lt;anti-action application=&quot;sleep&quot; data=&quot;1500&quot;/&gt;<br>
&lt;anti-action application=&quot;playback&quot; data=&quot;niemand_da_zeit.wav&quot;/&gt;<br>
&lt;anti-action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
&lt;anti-action application=&quot;hangup&quot; data=&quot;NO_ANSWER&quot;/&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
and iam adding Members to the fifo at runtime ( during *extension or an daily reset by cron )<br>
<br>
./fs_cli -x &quot;fifo_member add zentrale_fifo user/26&quot;<br>
or<br>
./fs_cli -x &quot;fifo_member del zentrale_fifo user/26&quot;<br>
<br>
Everything works fine beside the little issue that if theres no Member/Agent in the fifo - the Call<br>
is just also waiting 30 seconds till transfered to voicemail.<br>
<br>
I noticed that with fifo list zentrale_fifo iam able to get an Memberlist ( fifo count just shows me<br>
0 Members - dunno why - bug ? ) - but iam unsure how to process further.<br>
<br>
Whats the ideal Solution to get an Caller directly to the Voicemail when no Member/Agent is in the<br>
called Fifo ?<br>
<br>
Best Regards,<br>
Silvio<br>
<br>
--<br>
Silvio Escher<br>
omeco GmbH<br>
<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></div>