When I uncomment this in my ser.cfg:
if (!www_authorize("telepacket.com",
"subscriber")) {
www_challenge("telepacket.com",
"0");
break;
};
my Cisco 7960 phones are unable to register with the ser Server.
Basically, the phone sends a REGISTER, and the ser server sends back 401 Unauthorized. How
do I authorize the phones? If I comment these lines, the ser works great and my two phones
can call each other.
I am using a mysql database... Is there a command to add a registered device?
NGREP shows this:
U 206.194.77.243:50208 -> 206.194.77.241:5060
REGISTER sip:206.194.77.241 SIP/2.0..Via: SIP/2.0/UDP 206.194.77.243:5060..From:
sip:ctest@206.194.77.241..To: sip:ctest@206.194.77.241..Call-ID:
00036b3c-2e33007e-653539fe-
314cbc28@206.194.77.243..Date: Thu, 04 Dec 2003 21:40:40 GMT..CSeq: 102
REGISTER..User-Agent: CSCO/4..Contact: sip:ctest@206.194.77.243:5060..Authorization:
Digest username=
"LINE
2",realm="telepacket.com",uri="sip:206.194.77.241",response="1c90541dc3d33153cfd9d278c2171e18",nonce="3fcfaa82021d76bd83d8ef539ff0a49ca92e2d54",algorithm=md5..Content-
Length: 0..Expires: 3600....
#
U 206.194.77.241:5060 -> 206.194.77.243:5060
SIP/2.0 401 Unauthorized..Via: SIP/2.0/UDP 206.194.77.243:5060..From:
sip:ctest@206.194.77.241..To:
sip:ctest@206.194.77.241;tag=b27e1a1d33761e85846fc98f5f3a7e58.904a..Call-
ID: 00036b3c-2e33007e-653539fe-314cbc28@206.194.77.243..CSeq: 102
REGISTER..WWW-Authenticate: Digest realm="telepacket.com",
nonce="3fcfaa82021d76bd83d8ef539ff0a49ca92e2d54"
..Server: Sip EXpress router (0.8.12 (i386/linux))..Content-Length: 0..Warning: 392
206.194.77.241:5060 "Noisy feedback tells: pid=13375 req_src_ip=206.194.77.243
req_src_p
ort=50208 in_uri=sip:206.194.77.241 out_uri=sip:206.194.77.241 via_cnt==1"....
Show replies by date