<div dir="ltr">hello,<div><br></div><div style>the CLI for whe the call is <span style="font-family:arial,sans-serif;font-size:12.727272033691406px">answered</span><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">  :</span></div>
<div style><span style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></span></div><div style><div><font face="arial, sans-serif">Accepting call from &#39;0661xxxxxx&#39; to &#39;534&#39; on channel 0/26, span 1</font></div>
<div><font face="arial, sans-serif">    -- Executing [534@default:1] Dial(&quot;Zap/26-1&quot;, &quot;SIP/228| 10&quot;) in new stack</font></div><div><font face="arial, sans-serif">    -- Called 228</font></div><div><font face="arial, sans-serif">    -- SIP/228-09e71378 is ringing</font></div>
<div><font face="arial, sans-serif">    -- SIP/228-09e71378 answered Zap/26-1</font></div><div><font face="arial, sans-serif">  == Spawn extension (default, 534, 1) exited non-zero on &#39;Zap/26-1&#39;</font></div><div><font face="arial, sans-serif">    -- Hungup &#39;Zap/26-1&#39;</font></div>
<div><font face="arial, sans-serif">srvradio*CLI&gt;</font></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<span style="font-family:arial;font-size:small">the CLI for whe the call is no answer</span>  :<br></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div><div><div><font face="arial, sans-serif">Accepting call from &#39;0661xxxxxx&#39; to &#39;534&#39; on channel 0/23, span 1</font></div>
<div><font face="arial, sans-serif">    -- Executing [534@default:1] Dial(&quot;Zap/23-1&quot;, &quot;SIP/228| 10&quot;) in new stack</font></div><div><font face="arial, sans-serif">    -- Called 228</font></div><div><font face="arial, sans-serif">    -- SIP/228-09e8b4b0 is ringing</font></div>
<div><font face="arial, sans-serif">   -- Nobody picked up in 10000 ms</font></div><div><font face="arial, sans-serif">    -- Executing [534@default:2] NoOp(&quot;Zap/23-1&quot;, &quot;Dial status is NOANSWER&quot;) in new stack</font></div>
<div><font face="arial, sans-serif">    -- Executing [534@default:3] GotoIf(&quot;Zap/23-1&quot;, &quot;0?answered&quot;) in new stack</font></div><div><font face="arial, sans-serif">    -- Executing [534@default:4] Goto(&quot;Zap/23-1&quot;, &quot;home|s|1&quot;) in new stack</font></div>
<div><font face="arial, sans-serif">    -- Goto (home,s,1)</font></div><div><font face="arial, sans-serif">    -- Executing [s@home:1] SetGlobalVar(&quot;Zap/23-1&quot;, &quot;sounds_path=/var/lib/asterisk/sounds/&quot;) in new stack</font></div>
<div><font face="arial, sans-serif">  == Setting global variable &#39;sounds_path&#39; to &#39;/var/lib/asterisk/sounds/&#39;</font></div><div><font face="arial, sans-serif">    -- Executing [s@home:2] BackGround(&quot;Zap/23-1&quot;, &quot;/var/lib/asterisk/sounds/welcome&quot;) in new stack</font></div>
<div><font face="arial, sans-serif">    -- &lt;Zap/23-1&gt; Playing &#39;/var/lib/asterisk/sounds/welcome&#39; (language &#39;en&#39;)</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">    -- Channel 0/23, span 1 got hangup request, cause 16</font></div>
<div><font face="arial, sans-serif">  == Spawn extension (home, s, 2) exited non-zero on &#39;Zap/23-1&#39;</font></div><div><font face="arial, sans-serif">    -- Hungup &#39;Zap/23-1&#39;</font></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px">
<br></div></div><div style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></div></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"><div class="im">* THIS IS NOT WHERE YOUR RESPONSE GOES *<br>
<br>
On Friday 26 July 2013, Salaheddine Elharit wrote:<br>
</div><div class="im">&gt; thanks for your response<br>
&gt;<br>
&gt; but i get the same result i can&#39;t execut the next (go to home,s,1) with the<br>
&gt; code below<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>
&gt; exten =&gt; 534,n(answered),NoOp(Call was answered)<br>
&gt;<br>
&gt; any help please<br>
<br>
</div>Do you get the dial status displayed?  Then the NoOp() immediately before the<br>
GotoIf is executing.  It&#39;s just possible I messed up the syntax of the<br>
GotoIf() since I can&#39;t actually test that right now -- I do have an Asterisk<br>
box with a dialplan stuffed with GotoIf() statements; but right at the moment,<br>
I can&#39;t get to that machine.<br>
<br>
Please paste your CLI output below, for the cases where (1) the call is<br>
answered and (2) the Dial() command times out.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
AJS<br>
<br>
Answers come *after* questions.<br>
<br>
--<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>