[Asterisk-Users] Sip.conf
Ivan Meic
asterisk at voljatel.hr
Tue Apr 18 02:35:02 MST 2006
> In sip.conf, how can I define that only IP phones from 192.168.0.0/24
network can register with specific user?
>
> The thing is that I can't use password and I can't use
host=ip.of.my.phone. And I have to be sure that no one, > > from Internet
will register on my * like that user.
>
> So, please tell me how to do this?
Try this in sip.conf under a phone definition:
deny=0.0.0.0/0.0.0.0
permit=some_ip_address/some_mask
Ivan
More information about the asterisk-users
mailing list