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.
1. # if caller is not local subscriber, then check if it calls 2. # a local destination, otherwise deny, not an open relay here 3. if (from_uri!=myself && uri!=myself) { 4. sl_send_reply("403","Not relaying"); 5. exit; 6. }
ᐧ
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.
-- lifayk
e: lifayk@gmail.com pgp: 0x84CAC40B
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
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.