Multiple $addr

Discuss any topic about Brekeke SIP Server.

Moderator: Brekeke Support Team

Post Reply
dstu
Posts: 72
Joined: Mon Feb 06, 2006 3:56 am

Multiple $addr

Post by dstu »

1. Brekeke Product Name and version:
OnDO SIP Server 1.5.3.0/172

2. Java version:
1.5.0_04

3. OS type and the version:
Windows NT 4.0

4. UA (phone), gateway or other hardware/software involved:

5. Select your network pattern from http://www.brekeke-sip.com/bbs/network/ ... terns.html :
5

6. Your problem:
Hello,

How do I set the $addr field to accept in the same rule calls from 2 IP addresses from the same LAN, like 192.168.0.8 & 192.168.0.14?

If I want to accept 3 addresses, how do I set the $addr field to accept in the same rule calls from 192.168.0.8, 192.168.0.5 & 192.168.0.14?

Thanks,

David
taitan
Posts: 237
Joined: Sat Mar 15, 2008 10:39 pm

Post by taitan »

If two IP addresses...
$addr = 192.168.0.8|192.168.0.14

If three IP addresses..
$addr = 192.168.0.8|192.168.0.5|192.168.0.14
Post Reply