[SR-Users] 403 not relaying
Daniel-Constantin Mierla
miconda at gmail.com
Tue Jun 9 12:05:55 CEST 2015
Hello,
On 09/06/15 11:27, jaflong jaflong wrote:
> Hi,
>
> I am getting a 403 not relaying response.
> This is the part of the config
>
> How would I print the value of var myself, from_uri and uri
>
>
> # 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;
> }
>
>
myself is not a value, but a special token to specify that comparison
has to be done against the list of local IP addresses and domains
associated with the sip server.
To print from_uri, then use $fu. To print uri, then use $ru.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.com
More information about the sr-users
mailing list