Yes, this code. But why it's been invoked? The client is outside as usual, it's not from the same uri, different IP.
On Wed, Dec 23, 2015 at 22:26 +0100, David Villasmil Govea wrote:
# if caller is not local subscriber, then check if it calls
# a local destination, otherwise deny, not an open relay here
if (from_uri!=myself && uri!=myself) {
sl_send_reply("403","Not relaying");
exit;
}
On Wed, Dec 23, 2015 at 9:40 PM, Evgeny Zhavoronkov lifayk@gmail.com wrote:
Hello!
Here is my config: http://pastebin.com/X20JumYB Why can't I authorize? I get: 403 Not relaying (kamailio (4.3.4 (x86_64/linux))) Interesting that with previous version everything was ok. I just use my previous config.