<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Why do you expect anything different?<div><blockquote type="cite"><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Tahoma; font-size: 13px; ">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 type="cite"><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Tahoma; font-size: 13px; ">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="Apple-style-span" style="font-family: Tahoma; font-size: 13px; ">exten => _1XX,1,GoTo(sipura-line,${EXTEN},1)</span><div><font class="Apple-style-span" face="Tahoma" size="3"><span class="Apple-style-span" style="font-size: 13px;"><br></span></font></div><div><font class="Apple-style-span" face="Tahoma" size="3"><span class="Apple-style-span" style="font-size: 13px;">Ciao</span></font></div><div><font class="Apple-style-span" face="Tahoma" size="3"><span class="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="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; ">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="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="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="_new">Learn more!</a><span class="Apple-converted-space">&nbsp;</span>_______________________________________________<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>