<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hello Steve,<br><br>thanks for the advice :) <br><br>though one prob! if i add the authenticate line itll require all callers to enter 1234 to access *ANY* sip account..<br>even though this would come in handy at some point&nbsp; but at the moment i just want to deny the extension 300 from being able to call "01" unless the caller entered a password..<br>find below wht i did so far..<br><br><br><br><br><br>[sipura-line]<br>exten =&gt; 301,1,Answer() ; Answer inbound calls<br>exten =&gt; 301,2,Playback(silence/1)<br>exten =&gt; 301,3,Background(simzy1) ; input an extension<br><span style="color: rgb(255, 0, 0);">exten =&gt; 301,4,authenticate(1234)</span><br>exten =&gt; 301,5,WaitExten(8)<br>exten =&gt; 301,6,Dial(SIP/100,15) ; goes to operator<br>exten =&gt; 301,3,Wait(8)<br>include =&gt; spa<br>exten =&gt; _XXX,6,VoiceMail(100@default)<br>exten =&gt; 301,n,Hangup()<br><br><br><br><br>[spa]<br>exten =&gt;_301,1,GoTo(sipura-line,${EXTEN},1)<br>exten =&gt; _1XX,1,Dial(SIP/${EXTEN},20) ;each ring equals to 5 seconds so it will ring 3 times<br>exten =&gt; _1XX,2,VoiceMail(${EXTEN}@default) ; direct 2 voicemail box if line is busy or unavailable<br>exten =&gt; _1XX,3,HangUp()<br>exten =&gt; _2XX,1,Dial(SIP/${EXTEN},20) ;each ring equals to 5 seconds so it will ring 3 times<br>exten =&gt; _2XX,2,VoiceMail(${EXTEN}@default) ; directs to voicemail box if line is busy or unavailable<br>exten =&gt; _2XX,3,HangUp()<br>exten =&gt; _3XX,1,Dial(SIP/${EXTEN},20) ; each ring equals to 5 seconds so it will ring 3 times<br>exten =&gt; _3XX,2,VoiceMail(${EXTEN}@default) ; directs 2 voicemail box if line is busy or unavailable<br>exten =&gt; _3XX,3,HangUp()<br>exten =&gt;_01,1,Dial(SIP/$(EXTEN)@300) ; old ogero line<br>;exten =&gt;_01,2,Set(TIMEOUT(absolute)=5)<br>exten =&gt;_02,1,Dial(SIP/$(EXTEN)@304) ; new ogero line<br>exten =&gt;_03,1,Dial(SIP/$(EXTEN)@305) ; samer<br>exten =&gt; 303,1,VoicemailMain ; voicemail box to be redirected to<br><br><br><br>&gt; Date: Sun, 24 Aug 2008 12:05:02 -0400<br>&gt; From: stotaro@totarotechnologies.com<br>&gt; To: asterisk-users@lists.digium.com<br>&gt; Subject: Re: [asterisk-users] entering a password to have access to a sip        account?!<br>&gt; <br>&gt; You want to use Authenticate() between answer and dial.<br>&gt; <br>&gt; http://www.google.com/search?q=asterisk+authenticate&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a<br>&gt; <br>&gt; Thanks,<br>&gt; Steve Totaro<br>&gt; <br>&gt; On Sun, Aug 24, 2008 at 11:26 AM, RoLaNd RoLaNd &lt;r_o_l_a_n_d@hotmail.com&gt; wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Hi all,<br>&gt; &gt;<br>&gt; &gt; i;m obviously a newbie, its been 2 days that im trying to figure out a way<br>&gt; &gt; to  deny a specific extension (300) from calling another specific extensions<br>&gt; &gt; (03) except if the caller punch a specified password.. sorry if im not<br>&gt; &gt; explaining myself well.. heres an example:<br>&gt; &gt;<br>&gt; &gt; i called my pstn line(with 300 as its sip account), an attendant answers and<br>&gt; &gt; asks me to punch in an extension number right now if i dial "03" it rings at<br>&gt; &gt; the other end! though i dont want that to happen! i want to set asterisk up<br>&gt; &gt; in a way tht if i dial "03" from "300" to ask me for a password... or it<br>&gt; &gt; wont let the line go through!<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; can anyone guide me through this issue! im really going crazy to get this<br>&gt; &gt; done! any help would truly and utterly be appreciated:)<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ps: find below my extensions.conf<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; [sipura-line]<br>&gt; &gt; exten =&gt; 301,1,Answer() ; Answer inbound calls<br>&gt; &gt; exten =&gt; 301,2,Playback(silence/1)<br>&gt; &gt; exten =&gt; 301,3,Background(simzy1) ; input an extension<br>&gt; &gt; exten =&gt; 301,4,WaitExten(8)<br>&gt; &gt; exten =&gt; 301,5,Dial(SIP/100,15) ; goes to operator<br>&gt; &gt; exten =&gt; 301,4,Wait(8)<br>&gt; &gt; include =&gt; spa<br>&gt; &gt; exten =&gt; _XXX,6,VoiceMail(100@default)<br>&gt; &gt; exten =&gt; 301,n,Hangup()<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; [spa]<br>&gt; &gt; exten =&gt;_301,1,GoTo(sipura-line,${EXTEN},1)<br>&gt; &gt; exten =&gt; _1XX,1,Dial(SIP/${EXTEN},20) ;each ring equals to 5 seconds so it<br>&gt; &gt; will ring 3 times<br>&gt; &gt; exten =&gt; _1XX,2,VoiceMail(${EXTEN}@default) ; direct 2 voicemail box if line<br>&gt; &gt; is busy or unavailable<br>&gt; &gt; exten =&gt; _1XX,3,HangUp()<br>&gt; &gt; exten =&gt; _2XX,1,Dial(SIP/${EXTEN},20) ;each ring equals to 5 seconds so it<br>&gt; &gt; will ring 3 times<br>&gt; &gt; exten =&gt; _2XX,2,VoiceMail(${EXTEN}@default) ; directs to voicemail box if<br>&gt; &gt; line is busy or unavailable<br>&gt; &gt; exten =&gt; _2XX,3,HangUp()<br>&gt; &gt; exten =&gt; _3XX,1,Dial(SIP/${EXTEN},20) ; each ring equals to 5 seconds so it<br>&gt; &gt; will ring 3 times<br>&gt; &gt; exten =&gt; _3XX,2,VoiceMail(${EXTEN}@default) ; directs 2 voicemail box if<br>&gt; &gt; line is busy or unavailable<br>&gt; &gt; exten =&gt; _3XX,3,HangUp()<br>&gt; &gt; exten =&gt;_01,1,Dial(SIP/$(EXTEN)@300) ; old ogero line<br>&gt; &gt; ;exten =&gt;_01,2,Set(TIMEOUT(absolute)=5)<br>&gt; &gt; exten =&gt;_02,1,Dial(SIP/$(EXTEN)@304) ; new ogero line<br>&gt; &gt; exten =&gt;_03,1,Dial(SIP/$(EXTEN)@305) ; samer<br>&gt; &gt; exten =&gt;_04,1,Dial(SIP/$(EXTEN)@306) ; gilberte<br>&gt; &gt; exten =&gt;_05,1,Dial(SIP/$(EXTEN)@307) ; conference<br>&gt; &gt; exten =&gt;_06,1,Dial(SIP/$(EXTEN)@308) ; line 4<br>&gt; &gt; exten =&gt; 303,1,VoicemailMain ; voicemail box to be redirected to<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ________________________________<br>&gt; &gt; Get news, entertainment and everything you care about at Live.com. Check it<br>&gt; &gt; out!<br>&gt; &gt; _______________________________________________<br>&gt; &gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>&gt; &gt;<br>&gt; &gt; AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>&gt; &gt; Register Now: http://www.astricon.net<br>&gt; &gt;<br>&gt; &gt; asterisk-users mailing list<br>&gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;   http://lists.digium.com/mailman/listinfo/asterisk-users<br>&gt; &gt;<br>&gt; <br>&gt; _______________________________________________<br>&gt; -- Bandwidth and Colocation Provided by http://www.api-digital.com --<br>&gt; <br>&gt; AstriCon 2008 - September 22 - 25 Phoenix, Arizona<br>&gt; Register Now: http://www.astricon.net<br>&gt; <br>&gt; asterisk-users mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-users<br><br /><hr />Connect to the next generation of MSN Messenger   <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>