View Single Post
Unread 05-03-2006, 04:39 AM   #4
BJReplay
Member
 
Join Date: Mar 2006
Posts: 36
Thanks: 1
Thanked 0 Times in 0 Posts
BJReplay is on a distinguished road
Default Just some more info

I syslogged the messages from a hard reboot, and noticed the following:

Code:
[0:5060]->71.13.117.133:5060
SUBSCRIBE sip:111111@voxalot.com SIP/2.0
Via: SIP/2.0/UDP my.external.ip.addy:5060;branch=z9hG4bK-81b87fd4
From: MyUserName <sip:111111@voxalot.com>;tag=69c2c5b71042d18a
To: MyUserName <sip:111111@voxalot.com>
Call-ID: 4e8276fb-78333116@192.168.1.3
CSeq: 29856 SUBSCRIBE
Max-Forwards: 70
Contact: MyUserName <sip:111111@my.external.ip.addy:5060>
Expires: 600
Event: message-summary
User-Agent: Linksys/SPA3000-3.1.10(GWd)
Content-Length: 0
Initial Subscribe Request, followed by a request to authenticate...

Code:
[0:5060]<<71.13.117.133:5060
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP my.external.ip.addy:5060;branch=z9hG4bK-81b87fd4
From: MyUserName <sip:111111@voxalot.com>;tag=69c2c5b71042d18a
To: MyUserName <sip:111111@voxalot.com>;tag=b27e1a1d33761e85846fc98f5f
3a7e58.c359
Call-ID: 4e8276fb-78333116@192.168.1.3
CSeq: 29856 SUBSCRIBE
WWW-Authenticate: Digest realm="voxalot.com", nonce="nonce"
Server: Sip EXpress router (0.9.4 (i386/linux))
Content-Length: 0
Warning: 392 71.13.117.133:5060 "Noisy feedback tells:  pid=26492 req_src_ip=my
.external.ip.addy req_src_port=5060 in_uri=sip:111111@voxalot.com out_uri=sip:111111@v
oxalot.com via_cnt==1"
Then followed by the repeated requests to subscribe (this time authenticated as per my previous log post).

Code:
[0:5060]->71.13.117.133:5060
SUBSCRIBE sip:111111@voxalot.com SIP/2.0
Via: SIP/2.0/UDP my.external.ip.addy:5060;branch=z9hG4bK-c02f4ba8
From: MyUserName <sip:111111@voxalot.com>;tag=69c2c5b71042d18a
To: MyUserName <sip:111111@voxalot.com>
Call-ID: 4e8276fb-78333116@192.168.1.3
CSeq: 29857 SUBSCRIBE
Max-Forwards: 70
Authorization: Digest username="111111",realm="voxalot.com",nonce="
nonce",uri="sip:111111@voxalot.com",algorithm=MD5,response
="f34d4c9831f14ae84746c5a3b04e6e07"
Contact: MyUserName <sip:111111@my.external.ip.addy:5060>
Expires: 600
Event: message-summary
User-Agent: Linksys/SPA3000-3.1.10(GWd)
Content-Length: 0
So I'm definitely getting an initial reply to the first attempt to subscribe (e.g. do it again, but authenticate), and it's definitely working, because I get the notifies, but no OK.
BJReplay is offline   Reply With Quote