Skyler wrote:
After 3 hours stuck on this I have to ask the group. I am setting up Kam 3.1.3 +Ast 1.6.2.18 + realtime following Daniel’s guide on the Asipto site. The problem I see is 401 not authorized when uac tries to register.
Hey, kamailio is addictive - there are quite some of us doing it on Sundays ;-)
I've just checked the manual, it says kamailio, not asterisk should do authentication of REGISTERs. Could you check you have created sipusers table and configured asterisk as per manual:
sipusers is the standard table required by Asterisk to store SIP user profile, with one extra column sippasswd where will be stored the password for SIP authentication. By default, Asterisk uses the column secret for SIP user password, but if that is filled in, Asterisk will ask for authentication again, resulting in double-authentication which we want to avoid. ?