<div dir="ltr">Hi All,<div><br></div><div>I&#39;m implementing opensips as my presence server for my open-ims. After I set-up everything for opensips and open-ims, everything looks just fine. When I&#39;m trying to register my ims-user, my ims servers give the 200 ok for register, but my opensips server gives me an error, which is 403 rely forbidden. I attached the sip trace from my opensips server.</div><div><br></div><div>And here is my opensip.cfg parameters for 403 rely forbidden:</div><div><br></div><div><div> if ( !(is_method(&quot;REGISTER&quot;)  ) ) {</div><div><br></div><div>                if (from_uri==myself)</div><div><br></div><div>                {</div><div><br></div><div>                        # authenticate if from local subscriber</div><div>                        # authenticate all initial non-REGISTER request that pretend to be</div><div>                        # generated by local subscriber (domain from FROM URI is local)</div><div>                        if (!proxy_authorize(&quot;&quot;, &quot;subscriber&quot;)) {</div><div>                                proxy_challenge(&quot;&quot;, &quot;0&quot;);</div><div>                                exit;</div><div>                        }</div><div>                        if (!db_check_from()) {</div><div>                                sl_send_reply(&quot;403&quot;,&quot;Forbidden auth ID&quot;);</div><div>                                exit;</div><div>                        }</div><div><br></div><div>                        consume_credentials();</div><div>                        # caller authenticated</div><div><br></div><div>                } <b>else {</b></div><div><b>                        # if caller is not local, then called number must be local</b></div><div><b><br></b></div><div><b>                        if (!uri==myself) {</b></div><div><b>                                send_reply(&quot;403&quot;,&quot;Rely forbidden&quot;);</b></div><div><b>                                exit;</b></div><div><b>                        }</b></div><div><b>                }</b></div><div><br></div><div>        }</div></div><div><br></div><div>So I think I need to make my domain to the local domain. I added my domain from the openSIP control panel, but I don&#39;t know how to set it as local domain.</div><div><br></div><div>Could someone give me some advices for this? You can reach me at <a href="mailto:zhu.lin@husky.neu.edu">zhu.lin@husky.neu.edu</a>.</div><div><br></div><div>Thank you</div><div>Lin</div></div><div hspace="streak-pt-mark" style="max-height:1px"><img style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=aemh1LmxpbkBodXNreS5uZXUuZWR1&amp;type=zerocontent&amp;guid=60366a5c-66fc-405a-b78b-06a2abd35e74"><font color="#ffffff" size="1">ᐧ</font></div>