<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> <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> <br>
<font face="arial" size=2>Cannot find extension context 'from-sip'<br>
</font> <br>
<font face="arial" size=2>my configuration details are given below.<br>
</font> <br>
[from-sip]<br>
<br>
exten=>2000,1,Dial(SIP/2000,20)<br>
exten=>2000,2,Voicemail(u2000)<br>
exten=>2000,102,Voicemail(b2000)<br>
exten=>2000,103,Hangup<br>
<br>
exten=>2001,1,Dial(SIP/2001,20)<br>
exten=>2001,2,Voicemail(u2001)<br>
exten=>2001,102,Voicemail(b2001)<br>
exten=>2001,103,Hangup<br><br>
exten=>2999,1,VoicemailMain(${CALLERIDNUM})<br>
</blockquote><br>
First off, this question belongs on asterisk-users, not
asterisk-dev. How did you come to post this to asterisk-dev?
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. You will find that site
somewhat helpful. You may want to check out the asterisk-doc list
and project, as it will probably prove helpful. <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. Those numbers are 2000, 2001, and 2999. Any other
numbers will give you a cant find extension in context error. This
is because you only have those three extensions defined in the from-sip
context.<br><br>
-Chris<br>
</body>
</html>