<html>
<body>
On 09:49 AM 9/29/2004, Rajeev wrote:<br>
<blockquote type=cite class=cite cite=""><font face="arial" size=2>hi
all,<br>
</font>&nbsp;<br>
<font face="arial" size=2>i am testing asterisk with out any additional
hardware and it worked well for me. Now i have formatted and loaded the
configuration again. The clients X-Lite and Cisco ATA186 are getting
registered properly. When making calls the following error is
coming.<br>
</font>&nbsp;<br>
<font face="arial" size=2>Cannot find extension context 'from-sip'<br>
</font>&nbsp;<br>
<font face="arial" size=2>my configuration details are given below.<br>
</font>&nbsp;<br>
[from-sip]<br>
&nbsp;<br>
exten=&gt;2000,1,Dial(SIP/2000,20)<br>
exten=&gt;2000,2,Voicemail(u2000)<br>
exten=&gt;2000,102,Voicemail(b2000)<br>
exten=&gt;2000,103,Hangup<br>
&nbsp;<br>
exten=&gt;2001,1,Dial(SIP/2001,20)<br>
exten=&gt;2001,2,Voicemail(u2001)<br>
exten=&gt;2001,102,Voicemail(b2001)<br>
exten=&gt;2001,103,Hangup<br><br>
exten=&gt;2999,1,VoicemailMain(${CALLERIDNUM})<br>
</blockquote><br>
First off, this question belongs on asterisk-users, not
asterisk-dev.&nbsp; How did you come to post this to asterisk-dev?&nbsp;
This list is getting alot of these lately, and I'm wondering if we need a
much more aggressive approach to defining what content goes to what
lists.<br><br>
To maybe answer your question, first I direct you to
<a href="http://www.voip-info.org/" eudora="autourl">www.voip-info.org</a>,
as it seems you are fairly new to asterisk.&nbsp; You will find that site
somewhat helpful.&nbsp; You may want to check out the asterisk-doc list
and project, as it will probably prove helpful.&nbsp; <br><br>
The problem you are probably having here is that there are only three
numbers you will be able to dial with the configs as you have listed them
above.&nbsp; Those numbers are 2000, 2001, and 2999.&nbsp; Any other
numbers will give you a cant find extension in context error.&nbsp; This
is because you only have those three extensions defined in the from-sip
context.<br><br>
-Chris<br>
</body>
</html>