<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">i&nbsp; had configured asterisk with a minimum dial plan, made 10 extentions. below is extensions and sip.conf<br><br>i want configure dial plan so that<br><br>Extention 2000-2005 can receive calls from outside and make calls outside and can dial all ten extentions.<br>Extention 2006-2010 can only receive calls from outside but cant call outside and can dial all ten extentions<br>thx<br><br><br>vi /etc/asterisk/sip.conf<br><br>[root@localhost ~]# vi /etc/asterisk/sip.conf<br>[general]<br>port = 5060<br>bindaddr = 0.0.0.0<br>context =
 others<br><br>[2000]<br>type=friend<br>context=my-phones<br>secret=1234<br>host=dynamic<br><br>[2001]<br>type=friend<br>context=my-phones<br>secret=1234<br>host=dynamic<br><br>[2002]<br>type=friend<br>context=my-phones<br>secret=1234<br>host=dynamic<br><br>[2003]<br>type=friend<br>contex=my-phones<br>secret=1234<br>host=dynamic<br><br><br>[2004]<br>type=friend<br>contex=my-phones<br>secret=1234<br>host=dynamic<br><br>[2005]<br>type=friend<br>contex=myphones<br>secret=1234<br>host=dynamic<br><br>[2006]<br>type=friend<br>contex=my-phones<br>secret=1234<br>host=dynamic<br><br><br>[2007]<br>type=friend<br>contex=my-phones<br>secret=1234<br><br>[2008]<br>type=friend<br>contex=my-phones<br>secret=1234<br>host=dynamic<br><br><br>[2009]<br>type=friend<br>contex=my-phones<br>secret=1234<br>host=dynamic<br><br><br>[2010]<br>type=friend<br>contex=my-phones<br>secret=1234<br>host=dynamic<br><br>##########################<br>########################################
#################<br><br>vi /etc/asterisk/extentions.conf<br>[from-zaptel]<br>exten =&gt; s,1,wait(2)<br>exten =&gt; s,n,dial(sip/2000)<br>exten =&gt; s,n,dial(sip/2001)<br>exten =&gt; s,n,Playback(tt-weasels)<br><br>[others]<br>include =&gt; my-phones<br><br>[my-phones]<br>exten =&gt; _20XX,1,Dial(SIP/${EXTEN})<br>exten =&gt; _20XX,n,VoiceMail(${EXTEN}@others,u)<br>exten =&gt; _20XX,n,Hangup()<br><br>exten =&gt; 2001,1,Dial(Zap/1-1/${EXTEN})<br>exten =&gt; 2001,n,Hangup<br><br>exten =&gt; 2002,1,Dial(Zap/1-1/${EXTEN})<br>exten =&gt; 2002,n,Hangup<br><br>exten =&gt; 2003,1,Dial(Zap/1-1/${EXTEN})<br>exten =&gt; 2003,n,Hangup<br><br>exten =&gt; 2004,1,Dial(Zap/1-1/${EXTEN})<br>exten =&gt; 2004,n,Hangup<br><br>exten =&gt; 2005,1,Dial(Zap/1-1/${EXTEN})<br>exten =&gt; 2005,n,Hangup<br><br></td></tr></table><br>
      <!--1--><hr size=1></hr> 
Your Mail works best with the New Yahoo Optimized IE8. <a href="http://in.rd.yahoo.com/tagline_ie8_new/*http://downloads.yahoo.com/in/internetexplorer/" target="_blank">Get it NOW!</a>.