<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">So...<div><br></div><div>it goes to extension 100,1</div><div>It answers</div><div>and then..</div><div>read what WaitExten() does<a href="http://www.asteriskguru.com/tutorials/waitexten.html" style=""><font class="Apple-style-span" color="#000000"><span class="Apple-style-span" style="text-decoration: none;"></span></font></a></div><div><a href="http://www.asteriskguru.com/tutorials/waitexten.html" style=""><font class="Apple-style-span" color="#000000"><span class="Apple-style-span" style="text-decoration: none;">&nbsp;</span></font></a><a href="http://www.asteriskguru.com/tutorials/waitexten.html">WaitExten (dialplan application)</a></div><div><br><div>ciao</div><div>Roberto</div><div><br><div><div>On May 26, 2008, at 9:59 AM, RoLaNd RoLaNd wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div class="hmmessage" style="font-size: 10pt; font-family: Tahoma; "><br>hey i just added&nbsp;it in&nbsp;ocntext spa, now it picks upt he phone, but when i try&nbsp;accessing extension 110 it gives me tht last error&nbsp;and then the line hangs up after a few seconds..<br>&nbsp;<br><br>&nbsp; == Connect attempt from '127.0.0.1' unable to authenticate<br>&nbsp;&nbsp;&nbsp; -- Executing [100@spa:1] Goto("SIP/101-b5f65f20", "<font face="">sipura-line|100|1</font>") in new stack<br>&nbsp;&nbsp;&nbsp; -- Goto (sipura-line,100,1)<br>&nbsp;&nbsp;&nbsp; -- Executing [100@sipura-line:1] Answer("SIP/101-b5f65f20", "") in new stack<br>&nbsp;&nbsp;&nbsp; -- Executing [100@sipura-line:2] WaitExten("SIP/101-b5f65f20", "10") in new stack<br>[May 26 19:53:26] WARNING[27678]: pbx.c:2494 __ast_pbx_run: Invalid extension '11', but no rule 'i' in context 'sipura-line'<br><br><br><br><blockquote><hr id="EC_stopSpelling">From:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:roberto.milani@sbcglobal.net">roberto.milani@sbcglobal.net</a><br>To:<span class="Apple-converted-space">&nbsp;</span><a href="mailto:asterisk-users@lists.digium.com">asterisk-users@lists.digium.com</a><br>Date: Mon, 26 May 2008 09:23:54 -0700<br>Subject: Re: [asterisk-users] sipura 3102 dial plan : (S0&lt;:100>) not being answered on asterisk!<br><br>Why do you expect anything different?<div><blockquote><span class="EC_Apple-style-span" style="font-size: 13px; color: rgb(0, 0, 0); font-family: Tahoma; ">Exten => _1XX,1,Dial(SIP/${EXTEN})<br></span></blockquote><br></div><div>Dial means Dial</div><div>and it is Dialing.</div><div><br></div><div><blockquote><span class="EC_Apple-style-span" style="font-size: 13px; color: rgb(0, 0, 0); font-family: Tahoma; ">Exten => _1XX,1,Dial(SIP/${EXTEN})<br></span></blockquote><br></div><div>in spa context might be changed into</div><div><br></div><span class="EC_Apple-style-span" style="font-size: 13px; font-family: Tahoma; ">exten => _1XX,1,GoTo(sipura-line,${EXTEN},1)</span><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px; "><br></span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px; ">Ciao</span></font></div><div><font class="EC_Apple-style-span" face="Tahoma" size="3"><span class="EC_Apple-style-span" style="font-size: 13px; ">Roberto<br></span></font><div><br><div><div>On May 26, 2008, at 8:34 AM, RoLaNd RoLaNd wrote:</div><br class="EC_Apple-interchange-newline"><blockquote><span class="EC_Apple-style-span" style="word-spacing: 0px; font: normal normal normal 12px/normal Helvetica; text-transform: none; color: rgb(0, 0, 0); text-indent: 0px; white-space: normal; letter-spacing: normal; border-collapse: separate; "><div class="EC_hmmessage" style="font-size: 10pt; font-family: Tahoma; ">sip.conf:<br><br><br>[100]<br><br>secret=1234<br>allow=all<br>host=dynamic<br>type=friend<br>context=sipura-line<br><br>[101]<br><br>secret=1234<br>allow=all<br>host=dynamic<br>type=friend<br>context=spa<br><br>[103]<br><br>secret=1234<br>allow=all<br>host=dynamic<br>type=friend<br>context=spa<br><br><br><br><br><br>extensions.conf:<br><br><br>[sipura-line]<br>exten => 100,1,Answer() ; Answer inbound calls<br>exten => 100,2,Playback(silence/1)<br>exten => 100,3,Background(/etc/asterisk/simzy.wav) ; input an extension<br>exten => 100,n,WaitExten(5) ; Adjust wait, default 5 sec<br>exten => 100,n,Goto(internal,${EXTEN},1) ; Goto the correct extension<br>exten => 100,n,Hangup() ; End the call<br><br>[spa]<br>Exten => _1XX,1,Dial(SIP/${EXTEN})<br>exten => _0.,1,Dial(SIP/101/${EXTEN:1})<br><br><br>&nbsp; sip debug:<br><br><br>== Connect attempt from '127.0.0.1' unable to authenticate<br>&nbsp;&nbsp;&nbsp; -- Executing [100@spa:1] Dial("SIP/101-b5f65a78", "SIP/100") in new stack<br>&nbsp;&nbsp;&nbsp; -- Called 100p*CLI><br>&nbsp;&nbsp;&nbsp; -- SIP/100-08234f40 is ringing<br><br><br><br>and on sipura 3102, ive set in the dial plan that PSTN to VOIP is directed to:<span class="EC_Apple-converted-space">&nbsp;</span><span style="font-weight: bold; ">(S0&lt;:100>)<br><br><br>the phone keeps on ringing, on 100 i could see it ringing in the CLI as u see above, but it doesnt get picked up to run the audio msg ive set in the extensions.conf<br></span><br><hr>Explore the seven wonders of the world<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://search.msn.com/results.aspx?q=7+wonders+world&amp;mkt=en-US&amp;form=QBRE" target="_blank">Learn more!</a><span class="EC_Apple-converted-space">&nbsp;</span>_______________________________________________<br>-- Bandwidth and Colocation Provided by<span class="EC_Apple-converted-space">&nbsp;</span><a href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a><span class="EC_Apple-converted-space">&nbsp;</span>--<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a></div></span></blockquote></div><br></div></div></blockquote><br><hr>Get news, entertainment and everything you care about at Live.com.<span class="Apple-converted-space">&nbsp;</span><a href="http://www.live.com/getstarted.aspx " target="_new">Check it out!</a>_______________________________________________<br>-- Bandwidth and Colocation Provided by<span class="Apple-converted-space">&nbsp;</span><a href="http://www.api-digital.com">http://www.api-digital.com</a><span class="Apple-converted-space">&nbsp;</span>--<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></div></span></blockquote></div><br></div></div></body></html>