[OpenSIPS-Users] A few simple general question

Bogdan-Andrei Iancu bogdan at opensips.org
Mon May 27 16:50:43 CEST 2013


Hello Nick,

Do :

    if (ruri==myself)

This will check RURI against listeners, advertised IP, aliases, local
domains.

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com


On 05/27/2013 05:47 PM, Nick Khamis wrote:
> Hello Bogdan
>
> ru is exactly what I was looking for. Totally forgot about ru. What I
> am trying to accomplish is the following:
>
> if ru == local "domain name, cidr, or ip"
>    set_advertised_address(local opensips ip address);
> else
>   set_advertised_address(pulibc opensips ip address);
>
> Is there a core function in opensips that can return true or false for:
> local cidr (192.168.2.0/24)
> local domain names
> local ip addresses
>
> My last noob question for the day. After this, it's onto
> "administrative" stuff.....
>
> Kind Regards,
>
> Nick.



More information about the Users mailing list