<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
Hi,<BR>
<BR>
It should be easy to modify mod_fifo to include this functionality.<BR>
<BR>
Correct me if I'm wrong:<BR>
For &quot;call back&quot; agents at least, when X calls are in the the queue, Freeswitch tries to search for up to X agents in database. This algorithm is much more optimized than Asterisk, as Asterisk will take calls one by one and try to connect them to an agent, it should then stay as it is.<BR>
<BR>
The simplest idea to control the call distribution algorithm would be to modify the database query in the &quot;find_consumers&quot; function (right now, the algorithm is: &quot;order by outbound_call_count&quot;). A variable could control the &quot;order by&quot; of this query, and the problem would be solved at least for &quot;call back&quot; agents. I guess sqlite3 should allow very complex queries, but I don't know if there could be performance issues.<BR>
<BR>
Do you think it is a possible -trivial- solution?<BR>
<BR>
Fran&#231;ois.<BR>
<BR>
On Wed, 2009-04-29 at 08:46 +0200, Antonio Gallo wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
seven ha scritto:
&gt; oh, thank you Antonio. I think it would be better to collect more  
&gt; ideas before open a bounty. And I more interested in playing(including  
&gt; patching the code) with that than use the function.
&gt;   
I was working on other stuff yesterday and just looked at the wiki:
- it seems there is already a bounty for something like that;
- there is a wiki page about how to implement it with Javascript, ofc 
you need to tailor it to your own needs;

AgX



_______________________________________________
Freeswitch-users mailing list
<A HREF="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</A>
<A HREF="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A>
UNSUBSCRIBE:<A HREF="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</A>
<A HREF="http://www.freeswitch.org">http://www.freeswitch.org</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>