Hi
I need to trust a subnet and was wondering if something like
src_ip = x.x.x.x/27
where x.x.x.x is the network address of the subnet
is valid in the config.
I am using OpenSER 1.1.0 in this instance.
Yep, it will, although why you are usin OpenSER 1.1.x at this point completely escapes my understanding.
-- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892
On May 12, 2010, at 10:51 AM, Jon Farmer viperdudeuk@gmail.com wrote:
Hi
I need to trust a subnet and was wondering if something like
src_ip = x.x.x.x/27
where x.x.x.x is the network address of the subnet
is valid in the config.
I am using OpenSER 1.1.0 in this instance.
-- Jon Farmer Tel: 07795 118140 Email: viperdudeuk@gmail.com Twitter: @viperdudeuk _______________________________________________ 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
Am 12.05.2010 16:57, schrieb Alex Balashov:
Yep, it will,
Someone who has verified that should add it to the core cookbook: http://sip-router.org/wiki/cookbooks/core-cookbook/devel
thanks klaus
On Wednesday 12 May 2010, Jon Farmer wrote:
I need to trust a subnet and was wondering if something like
src_ip = x.x.x.x/27
where x.x.x.x is the network address of the subnet
is valid in the config.
Hi Jon,
as pointed out already, it works. But you've a small syntax error in the example, this is correct:
src_ip == x.x.x.x/27
The != operator also works as expected.
Cheers,
Henning