Anyone knows how create a user in asterisk that be only auth by is IP?
Where specify the IP address asociated to some user?
Thanks
Anyone knows how create a user in asterisk that be only auth by is IP?
Where specify the IP address asociated to some user?
Thanks
hi
i think it is possible using this
in user config.
[USER1]
username=user1
secret =***^
host= specific ip address-----> this is important as per ur requirement as user whose ip address is xxx.xx.xx.xxx will Autehnticate only with Asterisk
Amit
Thanks, with this the client donāt need to register in the server? I need that the client donāt need registration, user and password, only the IP is enought to connect.
Thanks
Well, I know a bare bones SIP stanza will allow a client to make/recieve calls without ālogging inā, but usually the client registers itself with the server regardless.
Without registration, Iād imagine asterisk wouldnāt even try to place the call. So while you could probably still make calls out, receiving calls would be problematic. I guess you could try pre-registering the client using the manager ( I think thatās possibleā¦maybe not ), as long as the client is accepting calls on itās end it might work.
Does that make sense?
I need to do that a Client donāt need to register to make callsā¦ for example, the user 9000 donāt need user /pass, only the IP is enought auth for know whoās