<div dir="ltr"><div>thanks for your response </div><div><br></div><div>but i get the same result i can&#39;t execut the next (go to home,s,1) with the code below </div><div><br></div><div>exten =&gt; 534,1,Dial(SIP/228, 10)</div>
<div>exten =&gt; 534,n,NoOp(Dial status is ${DIALSTATUS})</div><div>exten =&gt; 534,n,GotoIf($[&quot;${DIALSTATUS}&quot; = &quot;ANSWER&quot;]?answered)</div><div>exten =&gt; 534,n,Goto(home,s,1)</div><div>exten =&gt; 534,n(answered),NoOp(Call was answered)</div>
<div><br></div><div style>any help please </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/26 A J Stiles <span dir="ltr">&lt;<a href="mailto:asterisk_list@earthshod.co.uk" target="_blank">asterisk_list@earthshod.co.uk</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* THIS IS NOT WHERE YOUR RESPONSE GOES *<br>
<div><div class="h5"><br>
On Friday 26 July 2013, Salaheddine Elharit wrote:<br>
&gt; in the CLI  i have :<br>
&gt;<br>
&gt;<br>
&gt; 1) for CONGESTION i get the status is &#39;CONGESTION&#39;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Accepting call from &#39;0666666666&#39; to &#39;534&#39; on channel 0/12, span 1<br>
&gt;     -- Executing [534@default:1] Dial(&quot;Zap/12-1&quot;, &quot;SIP/228| 10&quot;) in new<br>
&gt; stack<br>
&gt;     -- Called 228<br>
&gt;     -- SIP/228-08361358 is ringing<br>
&gt;     -- Got SIP response 480 &quot;Temporarily Unavailable&quot; back from<br>
&gt; 192.168.5.131<br>
&gt;     -- SIP/228-08361358 is circuit-busy<br>
&gt;   == Everyone is busy/congested at this time (1:0/1/0)<br>
&gt;   == Auto fallthrough, channel &#39;Zap/12-1&#39; status is &#39;CONGESTION&#39;<br>
&gt;<br>
&gt;<br>
&gt; 2) for no answer i get status is &#39;NOANSWER&#39;<br>
&gt;<br>
&gt;<br>
&gt; Accepting call from &#39;0666666666&#39; to &#39;534&#39; on channel 0/4, span 1<br>
&gt;     -- Executing [534@default:1] Dial(&quot;Zap/4-1&quot;, &quot;SIP/228| 10&quot;) in new<br>
&gt; stack -- Called 228<br>
&gt;     -- SIP/228-08362880 is ringing<br>
&gt;  -- Nobody picked up in 10000 ms<br>
&gt;   == Auto fallthrough, channel &#39;Zap/4-1&#39; status is &#39;NOANSWER&#39;<br>
&gt;<br>
&gt;<br>
&gt; 3) for answered i don&#39;t get the status is &#39;answered&#39;<br>
&gt;<br>
&gt;<br>
&gt; Accepting call from &#39;0666666666&#39; to &#39;534&#39; on channel 0/15, span 1<br>
&gt;     -- Executing [534@default:1] Dial(&quot;Zap/15-1&quot;, &quot;SIP/228| 10&quot;) in new<br>
&gt; stack<br>
&gt;     -- Called 228<br>
&gt;     -- SIP/228-08363bb8 is ringing<br>
&gt;     -- SIP/228-08363bb8 answered Zap/15-1<br>
&gt;<br>
&gt; when i have the result is &#39;CONGESTION&#39;  or &#39;NOANSWER&#39;i can go to the next<br>
&gt; (home,s,1)<br>
&gt;<br>
&gt; exten =&gt; 534,1,Dial(SIP/228, 10)<br>
&gt; exten =&gt; 534,n,NoOp(Dial status is ${DIALSTATUS})<br>
&gt; exten =&gt; 534,n,GotoIf($[&quot;${DIALSTATUS}&quot; = &quot;CONGESTION&quot;])<br>
&gt; exten =&gt; 534,n,Goto(home,s,1)<br>
&gt;<br>
&gt;<br>
&gt; how to do in order to go to the next if the result is answered<br>
&gt;<br>
&gt; exten =&gt; 534,1,Dial(SIP/228, 10)<br>
&gt; exten =&gt; 534,n,NoOp(Dial status is ${DIALSTATUS})<br>
&gt; exten =&gt; 534,n,GotoIf($[&quot;${DIALSTATUS}&quot; = &quot;ANSWER&quot;]?answered)<br>
&gt; exten =&gt; 534,n,Goto(home,s,1)<br>
<br>
</div></div>You&#39;re nearly there; you need to have a label &quot;answered&quot; in your dialplan.<br>
This is done by inserting the name, in round brackets, after the priority and<br>
before the following comma.  After a Goto() would be an excellent place to put<br>
it.  Try this:<br>
<div class="im"><br>
exten =&gt; 534,1,Dial(SIP/228, 10)<br>
exten =&gt; 534,n,NoOp(Dial status is ${DIALSTATUS})<br>
exten =&gt; 534,n,GotoIf($[&quot;${DIALSTATUS}&quot; = &quot;ANSWER&quot;]?answered)<br>
exten =&gt; 534,n,Goto(home,s,1)<br>
</div>exten =&gt; 534,n(answered),NoOp(Call was answered)<br>
...<br>
<br>
Note that if you answer the phone, as far as Asterisk is concerned, the Dial()<br>
statement is still being executed; so it won&#39;t fall through to the next<br>
priority until the phone is hung up.<br>
<div class="im HOEnZb"><br>
<br>
--<br>
AJS<br>
<br>
Answers come *after* questions.<br>
<br>
</div><div class="HOEnZb"><div class="h5">--<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>
</div></div></blockquote></div><br></div>