Hello,
that patch solves the problem but i find an error. The patch solve the problem when the number of calls queued is less than the available and ready agents. Example: if i have two available agent and two queued calls the call is not delivered to the agent. In source of patch i see: "+ /* If the queue entry is within avl [the number of available members] calls from the top ... */
+       if (ch && idx < avl) {
+               if (option_debug)
                        ast_log(LOG_DEBUG, "It's our turn (%s).\n", 
qe->chan->name);
                res = 1;
        } else {"
where idx < avl. If i modify that condition including a equal (idx<=avl) the error is solved. Why is not the equal in the condition?

Thank you.


----- Original Message ----- From: "Asterisk" <[EMAIL PROTECTED]>
To: "Asterisk Developers Mailing List" <[email protected]>
Sent: Friday, May 19, 2006 5:16 PM
Subject: RE: [asterisk-dev] agents free and calls in queue waiting...


You should patch your current version of Asterisk with the following
patch:

http://bugs.digium.com/view.php?id=5577

This will solve your problem.

Regards, Alex

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of md
Sent: Friday, May 19, 2006 4:34 PM
To: Asterisk Developers Mailing List
Subject: Re: [asterisk-dev] agents free and calls in queue waiting...

hello,
i have autofill=yes in the queue, but that not solve the problem.
I have the last release of Asterisk.

Thank you
----- Original Message ----- From: "BJ Weschke" <[EMAIL PROTECTED]>
To: "Asterisk Developers Mailing List" <[email protected]>
Sent: Friday, May 19, 2006 4:28 PM
Subject: Re: [asterisk-dev] agents free and calls in queue waiting...


On 5/19/06, md <[EMAIL PROTECTED]> wrote:

Hello,
I see  that in a queue there are calls waiting while there are free
agents.
The next call waiting in queue is delivered to a SIP interface when
the
previous call is answered. I need that the calls were delivered to
interfaces if there available (Not in use) agents independiently of
the
answer the previous. How can i solve that?


autofill=yes in the current version of /trunk

This will not be fixed in 1.2

--
Bird's The Word Technologies, Inc.
http://www.btwtech.com/
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to