<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt"><span style="font-family: tahoma,arial,sans-serif; font-size: 10pt;"> <hr width="100%" size="2" align="center" />
<b>From</b>: "viswavardhanreddy karna" &lt;viswavardhanreddy@gmail.com&gt;<br />
<b>Sent</b>: Wednesday, January 26, 2011 11:29 AM<br />
<b>To</b>: "Asterisk Users Mailing List - Non-Commercial Discussion" &lt;asterisk-users@lists.digium.com&gt;<br />
<b>Subject</b>: [asterisk-users] Regarding error in Asterisk dail plan:</span><br />
<br />
<div dir="ltr">Hi all,
<div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; i am doing my master thesis on server perfromance evaluation i am using asterisk as sip proxy server and sipp tool as traffic generator...</div>
<div><br />
</div>
<div>i have run basic testing of asterisk like as shown in website&nbsp;<a href="http://sipp.sourceforge.net/wiki/index.php/Howto_test_an_Asterisk_server_using_SIPp">http://sipp.sourceforge.net/wiki/index.php/Howto_test_an_Asterisk_server_using_SIPp</a></div>
<div><br />
</div>
<div><br />
</div>
<div>when i have copied sip.conf and extensions.conf from the site and run the client and server i am getting error like this&nbsp;</div>
<div><br />
</div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;">NOTICE[2715]: chan_sip.c:20314 handle_request_invite: Call from '' to extension 'service' rejected because extension not found in context 'default'</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"><br />
</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;">i dont know y this is coming its really troubling me a lot...................................</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"><br />
</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"><br />
</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"><br />
</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"><br />
</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"><br />
</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;">please any one send me some xml, dial plan and sip.conf files for registering and for inviting. I have been trying for this a lot if any one help me i would be more thankful .....</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"><br />
</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"><br />
</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;"><br />
</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;">BR</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;">viswavardhanreddy</span></div>
</div>
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br />
<br />
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px;">viswavardhanreddy</span></div>
<br />
Your inbound request is not being sent with any target context or it is not matching the ip found in your sip peers. This causes the default context to trying and&nbsp;handle the call and you don't have anthing in it that can complete the call. <br />
The three options&nbsp;are&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;1 if you are doing registration make sure that the sending device is specifiying a context. (It does not look like you are&nbsp;based on your link)<br />
&nbsp;&nbsp;&nbsp; 2 make sure that the sending ip matches your peer account or change the peer account to friend (also change your peers to use <span lang="EN">insecure=port,invite and see if that helps)</span><br />
&nbsp;&nbsp;&nbsp;&nbsp;3 add a universal handler to the [default] contect to direct the call to your test contects (exten =&gt; _.X,1,Goto(test,s,1)<br />
<br />
One of these ideas may help you if I am understanding your issue.<br />
<br />
Bryant</span>