Hi all,<br><br>We are in the need of a certain application using mod fifo. Basically we are doing the following as described in the wiki:<br><pre>&lt;fifo name=&quot;sales_fifo@$${domain}&quot; importance=&quot;0&quot;&gt;<br>
      &lt;member timeout=&quot;15&quot; simo=&quot;1&quot; lag=&quot;5&quot;&gt;{call_timeout=30,fifo_member_wait=nowait}user/1009@$${domain}&lt;/member&gt;<br>      &lt;member timeout=&quot;15&quot; simo=&quot;1&quot; lag=&quot;5&quot;&gt;{call_timeout=30,fifo_member_wait=nowait}user/1008@$${domain}&lt;/member&gt;<br>
&lt;/fifo&gt;<br></pre><br><pre>&lt;extension name=&quot;sales_fifo&quot;&gt;<br>  &lt;condition field=&quot;destination_number&quot; expression=&quot;^sales_fifo$&quot;&gt;<br>       &lt;action application=&quot;answer&quot;/&gt;<br>
             &lt;action application=&quot;set&quot; data=&quot;fifo_orbit_exten=1010:45&quot;/&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;fifo_orbit_dialplan=XML&quot;/&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;fifo_orbit_context=default&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;fifo_caller_exit_key=2&quot;/&gt;<br>        &lt;action application=&quot;set&quot; data=&quot;fifo_caller_exit_to_orbit=true&quot;/&gt;<br>        &lt;action application=&quot;fifo&quot; data=&quot;sales_fifo@$${domain} in undef $${base_dir}/sounds/music/8000/wooohooo.wav&quot;/&gt;<br>
  &lt;/condition&gt;<br>&lt;/extension&gt;<br><br><font size="2"><font size="2">Things work fine, but we have noticed that the consumers are selected in kind of a load balancing basis, so that if member 1009<br>answered the last call then the next call goes to 1008 even if 1009 is available.<br>
<br>We would like to know if there is a way to select the next consumer available in a different fashion such as in strict order setting a preference<br>for each member.<br><br>Say<br>member 1 preference=1<br>member 2 preference=2<br>
<br>so that only if member 1 is on the phone the call rolls to member 2.<br><br>Hope it makes sense.<br><br>All input on how to achieve this is appreciated.<br><br>Regards, </font><br></font><br></pre>