Re: [asterisk-users] How to enable a range of IP addresses in realtime sip_buddies

2010-01-19 Thread Bruce Ferrell
Thank you! Jonathan Thurman wrote: > You need to set: host=dynamic Otherwise only .112 is allowed. > > -Jonathan > > > On Tue, Jan 19, 2010 at 1:17 PM, Bruce Ferrell wrote: >> I'm using realtime sip peers and I need to enable a range of IP >> addresses for a peer. >> >> I have: >> >> deny

Re: [asterisk-users] How to enable a range of IP addresses in realtime sip_buddies

2010-01-19 Thread Jonathan Thurman
You need to set: host=dynamic Otherwise only .112 is allowed. -Jonathan On Tue, Jan 19, 2010 at 1:17 PM, Bruce Ferrell wrote: > I'm using realtime sip peers and I need to enable a range of IP > addresses for a peer. > > I have: > > deny      = 0.0.0.0/0.0.0.0 > permit    = xxx.yyy.zzz.0/255.25

[asterisk-users] How to enable a range of IP addresses in realtime sip_buddies

2010-01-19 Thread Bruce Ferrell
I'm using realtime sip peers and I need to enable a range of IP addresses for a peer. I have: deny = 0.0.0.0/0.0.0.0 permit= xxx.yyy.zzz.0/255.255.255.0 mask = 255.255.255.0 defaultIP = xxx.yyy.zzz.112 host = xxx.yyy.zzz.112 Addresses other than .112 are being denied. Can som