<div dir="ltr">Hi Eric,<br><br>thanks not getting correct response. <br><br>But if default time is 60 then why I will declared ?  It&#39;s my though and I don&#39;t declared on dial.<br><br><br><br><div class="gmail_quote">
On Wed, Dec 21, 2011 at 6:43 PM, Eric Wieling <span dir="ltr">&lt;<a href="mailto:EWieling@nyigc.com">EWieling@nyigc.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
&quot;  -- Got SIP response 480 &quot;Temporarily Unavailable&quot; back from 10.10.11.203&quot;  this is why you are getting congestion instead of NOANSWER.   Fix that and add a timeout to your dial and it should work.<br>

<div><div></div><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a> [mailto:<a href="mailto:asterisk-users-bounces@lists.digium.com">asterisk-users-bounces@lists.digium.com</a>] On Behalf Of virendra bhati<br>

Sent: Wednesday, December 21, 2011 6:48 AM<br>
To: Asterisk Users Mailing List - Non-Commercial Discussion; Sam Govind<br>
Subject: [asterisk-users] Why **CONGESTION** not *****NOANSWER****** ?<br>
<br>
Hi List,<br>
<br>
I have a DID number which is routed to my production server. Problem is that when I dial that DID number from my production number then it&#39;s gives DIALSTATUS to CONGESTION if I don&#39;t pick the calls. As per the asterisk it should reply NO ANSWER.<br>

<br>
extensions.conf :-<br>
<br>
<br>
exten =&gt; <a href="tel:08723310476" value="+918723310476">08723310476</a>,1,Dial(SIP/2218)<br>
        same =&gt; n,NoOp(**${DIALSTATUS}**)<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;CHANUNAVAIL&#39;]?NoOp(Channel unavailable. On SIP, peer may not be registered.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;BUSY&#39;]?noop(Busy signal. The dial command reached its number but the number is busy.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;ANSWER&#39;]?noop(Call is answered. A successful dial. The caller reached the callee.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;NOANSWER&#39;]?noop(No answer. The dial command reached its number, the number rang for too long, then the dial timed out.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;CANCEL&#39;]?noop(Call is cancelled. The dial command reached its number but the caller hung up before the callee picked up.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;CONGESTION&#39;]?noop(Congestion. This status is usually a sign that the dialled number is not recognised.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;DONTCALL&#39;]?noop(Privacy mode, callee rejected the call))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;TORTURE&#39;]?noop(Privacy mode, callee chose to send caller to torture menu))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;INVALIDARGS&#39;]?noop(Error parsing Dial command arguments))<br>
        same =&gt; n,wait(9)<br>
<br>
exten =&gt; 1212,1,Answer()<br>
        same =&gt; n,Dial(SIP/<a href="tel:08723310476" value="+918723310476">08723310476</a>@voipon)<br>
        same =&gt; n,NoOp(**${DIALSTATUS}**)<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;CHANUNAVAIL&#39;]?NoOp(Channel unavailable. On SIP, peer may not be registered.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;BUSY&#39;]?noop(Busy signal. The dial command reached its number but the number is busy.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;ANSWER&#39;]?noop(Call is answered. A successful dial. The caller reached the callee.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;NOANSWER&#39;]?noop(No answer. The dial command reached its number, the number rang for too long, then the dial timed out.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;CANCEL&#39;]?noop(Call is cancelled. The dial command reached its number but the caller hung up before the callee picked up.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;CONGESTION&#39;]?noop(Congestion. This status is usually a sign that the dialled number is not recognised.))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;DONTCALL&#39;]?noop(Privacy mode, callee rejected the call))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;TORTURE&#39;]?noop(Privacy mode, callee chose to send caller to torture menu))<br>
        same =&gt; n,ExecIf($[&#39;${DIALSTATUS}&#39;=&#39;INVALIDARGS&#39;]?noop(Error parsing Dial command arguments))<br>
        same =&gt; n,Hangup()<br>
<br>
exten =&gt; h,1,NoOp()<br>
        same =&gt; n,NoOp(********${HANGUPCAUSE}*********)<br>
        same =&gt; n,NoOP(bye Virendra)<br>
<br>
<br>
asterisk cli:-<br>
<br>
    -- Executing [1212@default:1] Answer(&quot;SIP/2209-00000854&quot;, &quot;&quot;) in new stack<br>
    -- Executing [1212@default:2] Dial(&quot;SIP/2209-00000854&quot;, &quot;SIP/<a href="tel:08723310476" value="+918723310476">08723310476</a>@voipon&quot;) in new stack<br>
  == Using SIP RTP CoS mark 5<br>
    -- Called <a href="tel:08723310476" value="+918723310476">08723310476</a>@voipon<br>
  == Using SIP RTP CoS mark 5<br>
    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:1] Dial(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;SIP/2218&quot;) in new stack<br>
  == Using SIP RTP CoS mark 5<br>
    -- Called 2218<br>
    -- SIP/2218-00000857 is ringing<br>
    -- SIP/voipon-00000855 is making progress passing it to SIP/2209-00000854<br>
  -- Got SIP response 480 &quot;Temporarily Unavailable&quot; back from 10.10.11.203<br>
    -- SIP/2218-00000857 is circuit-busy<br>
  == Everyone is busy/congested at this time (1:0/1/0)<br>
    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:2] NoOp(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;**CONGESTION**&quot;) in new stack<br>
    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:3] ExecIf(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;0?NoOp(Channel unavailable. On SIP, peer may not be registered.)&quot;) in new stack<br>

    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:4] ExecIf(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;0?noop(Busy signal. The dial command reached its number but the number is busy.)&quot;) in new stack<br>

    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:5] ExecIf(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;0?noop(Call is answered. A successful dial. The caller reached the callee.)&quot;) in new stack<br>

    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:6] ExecIf(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;0?noop(No answer. The dial command reached its number, the number rang for too long, then the dial timed out.)&quot;) in new stack<br>

    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:7] ExecIf(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;0?noop(Call is cancelled. The dial command reached its number but the caller hung up before the callee picked up.)&quot;) in new stack<br>

    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:8] ExecIf(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;1?noop(Congestion. This status is usually a sign that the dialled number is not recognised.)&quot;) in new stack<br>

    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:9] ExecIf(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;0?noop(Privacy mode, callee rejected the call)&quot;) in new stack<br>

    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:10] ExecIf(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;0?noop(Privacy mode, callee chose to send caller to torture menu)&quot;) in new stack<br>

    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:11] ExecIf(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;0?noop(Error parsing Dial command arguments)&quot;) in new stack<br>

    -- Executing <a href="tel:%5B08723310476" value="+918723310476">[08723310476</a>@default:12] Wait(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;9&quot;) in new stack<br>
    -- Auto fallthrough, channel &#39;SIP/77.240.54.13:5063-00000856&#39; status is &#39;CONGESTION&#39;<br>
    -- Executing [h@default:1] NoOp(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;&quot;) in new stack<br>
    -- Executing [h@default:2] NoOp(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;********19*********&quot;) in new stack<br>
    -- Executing [h@default:3] NoOp(&quot;SIP/77.240.54.13:5063-00000856&quot;, &quot;bye Virendra&quot;) in new stack<br>
    -- SIP/voipon-00000855 is circuit-busy<br>
  == Everyone is busy/congested at this time (1:0/1/0)<br>
    -- Executing [1212@default:3] NoOp(&quot;SIP/2209-00000854&quot;, &quot;**CONGESTION**&quot;) in new stack<br>
    -- Executing [1212@default:4] ExecIf(&quot;SIP/2209-00000854&quot;, &quot;0?NoOp(Channel unavailable. On SIP, peer may not be registered.)&quot;) in new stack<br>
    -- Executing [1212@default:5] ExecIf(&quot;SIP/2209-00000854&quot;, &quot;0?noop(Busy signal. The dial command reached its number but the number is busy.)&quot;) in new stack<br>
    -- Executing [1212@default:6] ExecIf(&quot;SIP/2209-00000854&quot;, &quot;0?noop(Call is answered. A successful dial. The caller reached the callee.)&quot;) in new stack<br>
    -- Executing [1212@default:7] ExecIf(&quot;SIP/2209-00000854&quot;, &quot;0?noop(No answer. The dial command reached its number, the number rang for too long, then the dial timed out.)&quot;) in new stack<br>
    -- Executing [1212@default:8] ExecIf(&quot;SIP/2209-00000854&quot;, &quot;0?noop(Call is cancelled. The dial command reached its number but the caller hung up before the callee picked up.)&quot;) in new stack<br>
    -- Executing [1212@default:9] ExecIf(&quot;SIP/2209-00000854&quot;, &quot;1?noop(Congestion. This status is usually a sign that the dialled number is not recognised.)&quot;) in new stack<br>
    -- Executing [1212@default:10] ExecIf(&quot;SIP/2209-00000854&quot;, &quot;0?noop(Privacy mode, callee rejected the call)&quot;) in new stack<br>
    -- Executing [1212@default:11] ExecIf(&quot;SIP/2209-00000854&quot;, &quot;0?noop(Privacy mode, callee chose to send caller to torture menu)&quot;) in new stack<br>
    -- Executing [1212@default:12] ExecIf(&quot;SIP/2209-00000854&quot;, &quot;0?noop(Error parsing Dial command arguments)&quot;) in new stack<br>
    -- Executing [1212@default:13] Hangup(&quot;SIP/2209-00000854&quot;, &quot;&quot;) in new stack<br>
  == Spawn extension (default, 1212, 13) exited non-zero on &#39;SIP/2209-00000854&#39;<br>
    -- Executing [h@default:1] NoOp(&quot;SIP/2209-00000854&quot;, &quot;&quot;) in new stack<br>
    -- Executing [h@default:2] NoOp(&quot;SIP/2209-00000854&quot;, &quot;********1*********&quot;) in new stack<br>
    -- Executing [h@default:3] NoOp(&quot;SIP/2209-00000854&quot;, &quot;bye Virendra&quot;) in new stack<br>
<br>
<br>
Even I hangup the call or answer the call and don&#39;t pick the call I always get the same responce at asterisk.<br>
<br>
<br>
--<br>
<br>
<br>
Thanks and regards<br>
<br>
 Virendra Bhati<br>
<a href="tel:%2B91-8885268942" value="+918885268942">+91-8885268942</a><br>
Software Engineer<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><br>Thanks and regards<br><br> Virendra Bhati<br>+91-8885268942<br>Software Engineer<br></div><br>
</div>