You can check what's happening in the fifo with the "fifo count <fifo_name>"<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"><<a href="mailto:sescher_ml@omeco.de">sescher_ml@omeco.de</a>></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>
<extension name="zentrale_fifo"><br>
<condition field="destination_number" expression="^zentrale_fifo$"><br>
<action application="set" data="fifo_music=intro_und_schleife.wav"/><br>
<action application="answer"/><br>
<action application="set" data="fifo_orbit_exten=zentrale_voicemail:30"/><br>
<action application="fifo" data="zentrale_fifo in"/><br>
</condition><br>
</extension><br>
<br>
<extension name="Zentrale"><br>
<condition field="${sip_to_user}" expression="^0631680350$" break="on-false"/><br>
<condition wday="2-6" hour="9-16"> # zeit geht bis 59<br>
<action application="transfer" data="zentrale_fifo XML public"/><br>
<anti-action application="answer"/><br>
<anti-action application="sleep" data="1500"/><br>
<anti-action application="playback" data="niemand_da_zeit.wav"/><br>
<anti-action application="sleep" data="1000"/><br>
<anti-action application="hangup" data="NO_ANSWER"/><br>
</condition><br>
</extension><br>
<br>
and iam adding Members to the fifo at runtime ( during *extension or an daily reset by cron )<br>
<br>
./fs_cli -x "fifo_member add zentrale_fifo user/26"<br>
or<br>
./fs_cli -x "fifo_member del zentrale_fifo user/26"<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>