<div dir="ltr">Greetings, <div><br></div><div>I'm doing some work with the AUTH routes and modules, and sometimes i get a "403 Not relaying" answer when the INVITE has a parameter in the R-URI. That parameter was not included in the REGISTER.</div><div><br></div><div>I think it's this part of the code that throws this reply : </div><div><br></div><div># if caller is not local subscriber, then check if it calls<br></div><div><div>        # a local destination, otherwise deny, not an open relay here</div><div>        if (from_uri!=myself && uri!=myself) {</div><div>                sl_send_reply("403","Not relaying");</div><div>                exit;</div><div>        }</div></div><div><br></div><div>Does a different or new parameter in the R-URI trigger the "uri!=myself" ? if so, can I set it up to check R-URI but not check the parameters?</div><div><br></div><div>Thanks</div><div><br></div></div>