<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0in;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:.5in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Does a parameter exist for a queue to delay ringing/sending a caller to all agent phones after the previous call is answered by an agent? My queue ring strategy is set to ringall. I am using Polycom KIRK wireless DECT SIP phones. And it looks like the KIRK wireless server may need a split send to realize all wireless phones are no longer ringing (busy) after 1 call rings &amp; is unanswered, prior to sending a 2<sup>nd</sup> call.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>In other words, I think that what we are currently experiencing is this: Incoming call gets routed to our queue. It rings all phones. In the meantime, a 2<sup>nd</sup> caller gets routed to our queue (in line behing the first caller that is currently ringing our phones). One queue agent answers the first phone call in the queue. Asterisk immediately starts ringing all queue agent extensions again with the 2<sup>nd</sup> caller. However, most of the agents extensions are reporting busy, and so their phones don&#8217;t ring. The 2<sup>nd</sup> caller may wind up getting routed to our queue fallback destination.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>So it seems to me that asterisk is sending the 2<sup>nd</sup> call to the queue agents before their phones are ready (i.e. before the KIRK Wireless Server is able to realize that they are no longer ringing [busy] from the first caller).<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>So I&#8217;m thinking that if I can introduce some type of delay of 500ms-1 second AFTER a queue call rings all phones, but before a subsequent call is permitted to ring all phones, my problem will be solved.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I am using FreePBX. I know this is not the place to get FreePBX support, but I believe that the FreePBX gui is just providing a front-end for standard asterisk features &amp; parameters behind the scenes. I am on Digium AsteriskNOW with asterisk 1.6. I also believe that this mailing list may be the best source of community support for asterisk, so I am posting here. :-)<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>From within FreePBX, in the queue configuration, I have a parameter for &#8220;Wrap-Up-Time&#8221; and &#8220;Member Delay&#8221;. My questions would be:<o:p></o:p></p><p class=MsoNormal>1. Does &#8220;Wrap-Up-Time&#8221; apply to all queue agents/extensions that just rang, or only the one who actually answered the call (I assume the latter)?<o:p></o:p></p><p class=MsoNormal>2. Does the &#8220;Member Delay&#8221; delay the ringing of new calls to agents, or only come into play AFTER the agent answers the ringing call?<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Any other suggestions for how I can resolve this issue? I am wondering whether &#8220;Agent Timeout&#8221; or &#8220;Agent Timeout Restart&#8221; (or a combination of both) may be able to help me here. It sounds like the 2<sup>nd</sup> option may help me. But I&#8217;m not familiar with exactly how it would work in this situation.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Anyway, that&#8217;s it. As for some background, we initially were using ring groups, but realized that these phones do NOT have the ability to handle a 2<sup>nd</sup> ringing call. So in the event that 2 inbound calls rang within a few seconds, asterisk would send the first to all phones, and then when tyring to send the 2<sup>nd</sup>, would receive a BUSY message from the phones (because they were busy processing a ring for the first caller), and the 2<sup>nd</sup> caller would wind up going straight to the unavilable destination for the ring group, instead of eventually ringing through to the phones after someone answered the first call.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I greatly appreciate your help &amp; insight with this issue!<o:p></o:p></p><p class=MsoNormal>-<o:p></o:p></p><p class=MsoNormal><span style='font-size:14.0pt'>Doug Mortensen<o:p></o:p></span></p><p class=MsoNormal>Network Consultant<o:p></o:p></p><p class=MsoNormal><b>Impala Networks Inc<o:p></o:p></b></p><p class=MsoNormal><span style='font-size:10.0pt'>CCNA, MCSA, Security+, A+<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt'>Linux+, Network+, Server+<o:p></o:p></span></p><p class=MsoNormal>.<o:p></o:p></p><p class=MsoNormal><span style='font-size:10.0pt'><a href="http://www.impalanetworks.com"><span style='color:blue'>www.impalanetworks.com</span></a><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt'>P: (505) 327-7300<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:10.0pt'>F: (505) 327-7545<o:p></o:p></span></p><p class=MsoNormal>.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>