I did a quick test. What happens is Congestion() answers the channel and leaves it open. IE do a &#39;show channels&#39; and you will see the channel is still open on your end.<br><br>Sorry I don&#39;t have further suggestions.
<br><br><div><span class="gmail_quote">On 7/17/07, <b class="gmail_sendername">Arun Kumar</b> &lt;<a href="mailto:arunvoip@gmail.com">arunvoip@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I&#39;ve an PRI coming to my asterisk ,calls are coming fine and my agents are able to answer no prob. but I&#39;ve an agreement with my telco with some incoming no if the no of calls on these no are more then 3 then send to another no. they use busy signal to divert call on another number so I&#39;m sending the call to Congestion() if no of calls in this group are more then 3. But my provider says he is not getting any busy signal from my side and he says for all incoming numbers (30) he is getting back only one number from asterisk box(4340).
<br><br>here is my dial plan for one incoming DID:<br><br>exten =&gt; 4340,1,GotoIfTime(*|*|25|dec?ccagents,4340,6)<br>exten =&gt; 4340,2,GotoIfTime(10:00-16:00|*|26|dec?ccagents,4340,7)<br>exten =&gt; 4340,3,GotoIfTime(09:00-18:00|*|31|dec?ccagents,4340,7)
<br>exten =&gt; 4340,4,GotoIfTime(12:00-16:00|*|1|jan?ccagents,4340,7)<br>exten =&gt; 4340,5,GotoIfTime(09:00-20:00|mon-sun,*,*?ccagents,4340,7)<br>exten =&gt; 4340,6,Goto(out-of-hours,5001,1)<br>exten =&gt; 4340,7,Set(GROUP(${EXTEN})=MAX_CALLS)
<br>exten =&gt; 4340,8,GotoIf($[${GROUP_COUNT(MAX_CALLS@${EXTEN})} &gt; 3]?16)<br>exten =&gt; 4340,9,Set(GROUP(${CALLERIDNUM})=MAX_CALLS)<br>exten =&gt; 4340,10,Answer()<br>exten =&gt; 4340,11,Playback(custom/next-avail-advisor)
<br>exten =&gt; 4340,12,Set(MONITOR_FILENAME=/var/spool/asterisk/q/tcarehwsupport-${TIMESTAMP}-${UNIQUEID})<br>exten =&gt; 4340,13,Monitor(wav,${MONITOR_FILENAME},mb)<br>exten =&gt; 4340,14,NoOp(${QUEUESTATUS})<br>exten =&gt; 4340,15,Queue(test,rt,,,10)
<br>exten =&gt; 4340,16,Congestion()<br><br>zapata.conf:<br>---------------<br>[trunkgroups]<br><br>[channels]<br>language=en<br>context=ccagents<br>switchtype=euroisdn<br>pridialplan=unknown<br>overlapdial=yes<br>signalling=pri_cpe
<br>rxgain = 0.0<br>txgain = 0.0<br>usecallerid=yes<br>hidecallerid=yes<br>callerid=asreceived<br>callwaiting=yes<br>usecallingpres=yes<br>echocancel=yes<br>echocancelwhenbridged=yes<br>immediate=no<br>cidsignalling=v23<br>

callwaitingcallerid=yes<br>priindication = outofband<br><br>resetinterval = 99999999<br><br>group = 1<br>channel =&gt; 1-15<br>channel =&gt; 17-31<br><br>group = 2<br>channel =&gt; 32-46<br>channel =&gt; 48-62<br><br>thanks
<br><span class="sg">arun<br>
</span><br>_______________________________________________<br>--Bandwidth and Colocation Provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.api-digital.com--" target="_blank">http://www.api-digital.com--
</a><br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>