On 3/26/2012 1:11 PM, bilal ghayyad wrote:
If it possible, then is it possible to be a configuration per user?

Just expanding on Jim's answer-

to allow user "example" with password "secret" from 192.168.0.*, do
something like:

in /etc/asterisk/sip.conf:

[example]
type=friend
secret=secret
host=dynamic
deny=0.0.0.0/0
permit=192.168.0.0/24

then asterisk -rx "sip reload"

--

Jeremy Kister
http://jeremy.kister.net./

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to