Carmelo,<div>If you have an SIP peer that matches the host and port of the opensips server.. ie:</div><div>[opensips]</div><div>type=friend</div><div>host=&lt;ip of opensips.</div><div>port=&lt;port of opensips&gt; (can be omitted if port 5060)</div>

<div><br></div><div>Then it&#39;ll match that.. typically if it&#39;s coming from opensips you&#39;ll want to add:</div><div>insecure=invite</div><div><br></div><div>so that opensips won&#39;t be challenged to authenticate. Also be sure there is no secret set.</div>

<div><br></div><div>I personally wouldn&#39;t do this using the default context as the other posters had recommended as that will allow *anyone* to send traffic to your asterisk server. Which I don&#39;t believe is what you really want to do. Instead, create a peer that is limited by IP and PORT allowed to send invites without a secret.</div>

<div><br></div><div>Also be sure that the context for that peer is set to the right context and that if from the asterisk CLI you type:</div><div>dialplan show &lt;RURI username&gt;@&lt;opensips context&gt;</div><div>that it matches something you&#39;d expect.</div>

<div><br></div><div>On another note, are you performing a consume credentials? I think it *might* be possible that opensips is forwarding your UAC&#39;s credentials on to Asterisk if you are not..</div><div><br></div><div>

-Brett</div><div><br></div><div><br><div class="gmail_quote">On Tue, May 4, 2010 at 8:02 AM, wüber <span dir="ltr">&lt;<a href="mailto:leone81@gmail.com">leone81@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Hi Bogdan,<br>
<br>
connecting Opensips with Asterisk I can see that if a client registered on<br>
Opensips server tries to make a call to a client in Asterisk domain, after<br>
the INVITE, it receives a &quot;forbidden&quot; message from asterisk. I have set the<br>
forwarding functionality in Opensips (rewriteuri function) and I&#39;m pretty<br>
sure it&#39;s something related to asterisk.<br>
<br>
Perhaps this is not the right section, but anyway could you help me? Do you<br>
know what I should set in the sip.conf of Asterisk config file?<br>
<br>
Thanks a lot,<br>
Carmelo<br>
<font color="#888888">--<br>
View this message in context: <a href="http://opensips-open-sip-server.1449251.n2.nabble.com/opensips-and-asterisk-tp4962200p5003181.html" target="_blank">http://opensips-open-sip-server.1449251.n2.nabble.com/opensips-and-asterisk-tp4962200p5003181.html</a><br>


Sent from the OpenSIPS - Users mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>