[asterisk-dev] SIP REGISTER problems with Adit 3104

Gil Kloepfer astr-dev at kloepfer.org
Tue Jan 31 12:47:56 MST 2006


We've got an Adit 3104 channel bank which also does SIP->POTS FXS
gatewaying, essentially a 24-line SIP ATA (which is how we're trying
to use it).  Note that the Adit 3104 is VERY different from the 600.

The 3104 does a SIP REGISTER for each POTS line on the same SIP
"call" using different "branches."

Under Asterisk 1.0.x, this worked using the global "pedantic=" option in
sip.conf.  Under 1.2.4 (branch 8905, actually any of the 1.2 versions
likely failed) the pedantic option does not appear to allow this
anymore, and I get:

Jan 31 09:05:15 NOTICE[26685]: chan_sip.c:6275 check_auth: stale nonce received from '<sip:5461 at bart.arlut.utexas.edu>'

messages when I do a "sip debug".  This is the same behavior I saw without
using pedantic on 1.0.x.  In short, Asterisk is unable to handle multiple
registrations on the same SIP call without pedantic because the call IDs
match and the tag isn't checked.

Looking at chan_sip.c, I notice in find_call() that the "To" tag
is being used in pedantic rather than the "From" tag as was
ultimately done for SIP/2.0 under 1.0.x.  I tried adding a similar
check for the "from" tag like what was done with the "to" tag, and that
worked.  However, I'm not sure exactly why the "to" tag is being checked
and not the "from" tag.

Can someone shed some light on this for me?  I think this may be a bug
in the SIP channel interface, but I want to check it out with someone
to be sure.

Some background tracing follows.

Thanks!

---
Gil Kloepfer
astr-dev at kloepfer.org

-- Cut Here -- -- Cut Here -- -- Cut Here -- -- Cut Here -- -- Cut Here --
sip.conf entries (global pedantic=yes is set):
[5461]
type=friend
secret=blah
host=dynamic
canreinvite=no
mailbox=5461
callerid=Adit 3104 L1 <5461>
context=emOrigInternal-Staff

[5462]
type=friend
secret=blah
host=dynamic
canreinvite=no
mailbox=5462
callerid=Adit 3104 L2 <5462>
context=emOrigInternal-Staff

SIP registration dialog when failing:
------------------------------------------------------------------------------
<-- SIP read from 10.3.1.13:5060: 
REGISTER sip:bart.arlut.utexas.edu;transport=UDP SIP/2.0
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 1 REGISTER
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a40-3de-1d864282
Max-Forwards: 70
Contact: <sip:5461 at 10.3.1.13>
Expires: 3600
Content-Length: 0

--- (10 headers 0 lines)---
Using latest REGISTER request as basis request
Sending to 10.3.1.13 : 5060 (non-NAT)
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a40-3de-1d864282;received=10.3.1.13
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 1 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5461 at 10.3.16.11>
Content-Length: 0


---
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a40-3de-1d864282;received=10.3.1.13
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>;tag=as5d3a6fc7
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 1 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5461 at 10.3.16.11>
WWW-Authenticate: Digest realm="asterisk", nonce="0bf0ebc2"
Content-Length: 0


---
Scheduling destruction of call 'a03010d-13c4-13a40-3d4-208a4cf6' in 15000 ms
bart*CLI> 
<-- SIP read from 10.3.1.13:5060: 
REGISTER sip:bart.arlut.utexas.edu;transport=UDP SIP/2.0
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 2 REGISTER
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-3f5-525a04ce
Max-Forwards: 70
Contact: <sip:5462 at 10.3.1.13>
Expires: 3600
Content-Length: 0

--- (10 headers 0 lines)---
Using latest REGISTER request as basis request
Sending to 10.3.1.13 : 5060 (non-NAT)
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-3f5-525a04ce;received=10.3.1.13
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 2 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5462 at 10.3.16.11>
Content-Length: 0


---
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-3f5-525a04ce;received=10.3.1.13
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>;tag=as5d3a6fc7
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 2 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5462 at 10.3.16.11>
WWW-Authenticate: Digest realm="asterisk", nonce="720ac573"
Content-Length: 0
bart*CLI> 

---
Scheduling destruction of call 'a03010d-13c4-13a40-3d4-208a4cf6' in 15000 ms
bart*CLI> 
<-- SIP read from 10.3.1.13:5060: 
REGISTER sip:bart.arlut.utexas.edu;transport=UDP SIP/2.0
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 3 REGISTER
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-402-6807fafc
Max-Forwards: 70
Contact: <sip:5461 at 10.3.1.13>
Expires: 3600
Authorization: Digest username="5461", realm="asterisk", nonce="0bf0ebc2", uri="sip:bart.arlut.utexas.edu;transport=UDP", response="f2ff00f2fbcb1a59428a243b79638fba", algorithm=MD5
Content-Length: 0

--- (11 headers 0 lines)---
Using latest REGISTER request as basis request
Sending to 10.3.1.13 : 5060 (non-NAT)
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-402-6807fafc;received=10.3.1.13
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 3 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5461 at 10.3.16.11>
Content-Length: 0


---
Jan 31 09:05:15 NOTICE[26685]: chan_sip.c:6275 check_auth: stale nonce received from '<sip:5461 at bart.arlut.utexas.edu>'
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-402-6807fafc;received=10.3.1.13
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>;tag=as5d3a6fc7
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 3 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5461 at 10.3.16.11>
WWW-Authenticate: Digest realm="asterisk", nonce="231d619d", stale=true
Content-Length: 0


---
Scheduling destruction of call 'a03010d-13c4-13a40-3d4-208a4cf6' in 15000 ms
bart*CLI> 
<-- SIP read from 10.3.1.13:5060: 
REGISTER sip:bart.arlut.utexas.edu;transport=UDP SIP/2.0
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 4 REGISTER
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-40a-17959fda
Max-Forwards: 70
Contact: <sip:5462 at 10.3.1.13>
Expires: 3600
Authorization: Digest username="5462", realm="asterisk", nonce="720ac573", uri="sip:bart.arlut.utexas.edu;transport=UDP", response="e46f4d7136e6fcf2c013bae770375c4c", algorithm=MD5
Content-Length: 0

--- (11 headers 0 lines)---
Using latest REGISTER request as basis request
Sending to 10.3.1.13 : 5060 (non-NAT)
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-40a-17959fda;received=10.3.1.13
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 4 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5462 at 10.3.16.11>
Content-Length: 0


---
Jan 31 09:05:15 NOTICE[26685]: chan_sip.c:6275 check_auth: stale nonce received from '<sip:5462 at bart.arlut.utexas.edu>'
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-40a-17959fda;received=10.3.1.13
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>;tag=as5d3a6fc7
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 4 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5462 at 10.3.16.11>
WWW-Authenticate: Digest realm="asterisk", nonce="32abb79f", stale=true
Content-Length: 0


---
Scheduling destruction of call 'a03010d-13c4-13a40-3d4-208a4cf6' in 15000 ms
bart*CLI> 
<-- SIP read from 10.3.1.13:5060: 
REGISTER sip:bart.arlut.utexas.edu;transport=UDP SIP/2.0
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 5 REGISTER
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-411-5e57cae8
Max-Forwards: 70
Contact: <sip:5461 at 10.3.1.13>
Expires: 3600
Authorization: Digest username="5461", realm="asterisk", nonce="231d619d", uri="sip:bart.arlut.utexas.edu;transport=UDP", response="76a69f05a81977fb3bee19965bfdb60d", algorithm=MD5
Content-Length: 0

--- (11 headers 0 lines)---
Using latest REGISTER request as basis request
Sending to 10.3.1.13 : 5060 (non-NAT)
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-411-5e57cae8;received=10.3.1.13
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 5 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5461 at 10.3.16.11>
Content-Length: 0


---
Jan 31 09:05:15 NOTICE[26685]: chan_sip.c:6275 check_auth: stale nonce received from '<sip:5461 at bart.arlut.utexas.edu>'
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-411-5e57cae8;received=10.3.1.13
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>;tag=as5d3a6fc7
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 5 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5461 at 10.3.16.11>
WWW-Authenticate: Digest realm="asterisk", nonce="0c4fea0b", stale=true
Content-Length: 0


---
Scheduling destruction of call 'a03010d-13c4-13a40-3d4-208a4cf6' in 15000 ms
bart*CLI> 
<-- SIP read from 10.3.1.13:5060: 
REGISTER sip:bart.arlut.utexas.edu;transport=UDP SIP/2.0
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 6 REGISTER
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-419-cbddfa6
Max-Forwards: 70
Contact: <sip:5462 at 10.3.1.13>
Expires: 3600
Authorization: Digest username="5462", realm="asterisk", nonce="32abb79f", uri="sip:bart.arlut.utexas.edu;transport=UDP", response="a49682daf57ee18ab1ece865bc570066", algorithm=MD5
Content-Length: 0

--- (11 headers 0 lines)---
Using latest REGISTER request as basis request
Sending to 10.3.1.13 : 5060 (non-NAT)
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-419-cbddfa6;received=10.3.1.13
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 6 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5462 at 10.3.16.11>
Content-Length: 0


---
Jan 31 09:05:15 NOTICE[26685]: chan_sip.c:6275 check_auth: stale nonce received from '<sip:5462 at bart.arlut.utexas.edu>'
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-419-cbddfa6;received=10.3.1.13
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>;tag=as5d3a6fc7
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 6 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5462 at 10.3.16.11>
WWW-Authenticate: Digest realm="asterisk", nonce="7e87d6b7", stale=true
Content-Length: 0


---
Scheduling destruction of call 'a03010d-13c4-13a40-3d4-208a4cf6' in 15000 ms
bart*CLI> 
<-- SIP read from 10.3.1.13:5060: 
REGISTER sip:bart.arlut.utexas.edu;transport=UDP SIP/2.0
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 7 REGISTER
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-420-1952ad94
Max-Forwards: 70
Contact: <sip:5461 at 10.3.1.13>
Expires: 3600
Authorization: Digest username="5461", realm="asterisk", nonce="0c4fea0b", uri="sip:bart.arlut.utexas.edu;transport=UDP", response="22444d451ee730b78988582f2d94e3d8", algorithm=MD5
Content-Length: 0

--- (11 headers 0 lines)---
Using latest REGISTER request as basis request
Sending to 10.3.1.13 : 5060 (non-NAT)
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-420-1952ad94;received=10.3.1.13
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 7 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5461 at 10.3.16.11>
Content-Length: 0


---
Jan 31 09:05:15 NOTICE[26685]: chan_sip.c:6275 check_auth: stale nonce received from '<sip:5461 at bart.arlut.utexas.edu>'
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-420-1952ad94;received=10.3.1.13
From: <sip:5461 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a40-3dd-4d6f39cd
To: <sip:5461 at bart.arlut.utexas.edu>;tag=as5d3a6fc7
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 7 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5461 at 10.3.16.11>
WWW-Authenticate: Digest realm="asterisk", nonce="5edb87d4", stale=true
Content-Length: 0


---
Scheduling destruction of call 'a03010d-13c4-13a40-3d4-208a4cf6' in 15000 ms
bart*CLI> 
<-- SIP read from 10.3.1.13:5060: 
REGISTER sip:bart.arlut.utexas.edu;transport=UDP SIP/2.0
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 8 REGISTER
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-431-72d85032
Max-Forwards: 70
Contact: <sip:5462 at 10.3.1.13>
Expires: 3600
Authorization: Digest username="5462", realm="asterisk", nonce="7e87d6b7", uri="sip:bart.arlut.utexas.edu;transport=UDP", response="ee0d3fa7753a8b4ce8cd4c64fd1984e4", algorithm=MD5
Content-Length: 0

--- (11 headers 0 lines)---
Using latest REGISTER request as basis request
Sending to 10.3.1.13 : 5060 (non-NAT)
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-431-72d85032;received=10.3.1.13
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 8 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5462 at 10.3.16.11>
Content-Length: 0


---
Jan 31 09:05:15 NOTICE[26685]: chan_sip.c:6275 check_auth: stale nonce received from '<sip:5462 at bart.arlut.utexas.edu>'
Transmitting (no NAT) to 10.3.1.13:5060:
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 10.3.1.13:5060;branch=z9hG4bK-13a41-431-72d85032;received=10.3.1.13
From: <sip:5462 at bart.arlut.utexas.edu>;tag=a03010d-13c4-13a41-3f5-1942a5c9
To: <sip:5462 at bart.arlut.utexas.edu>;tag=as5d3a6fc7
Call-ID: a03010d-13c4-13a40-3d4-208a4cf6
CSeq: 8 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Contact: <sip:5462 at 10.3.16.11>
WWW-Authenticate: Digest realm="asterisk", nonce="2159f61e", stale=true
Content-Length: 0


---
Scheduling destruction of call 'a03010d-13c4-13a40-3d4-208a4cf6' in 15000 ms
12 headers, 0 lines
Reliably Transmitting (no NAT) to 10.3.1.25:5060:
OPTIONS sip:5485 at 10.3.1.25:5060 SIP/2.0
Via: SIP/2.0/UDP 10.3.16.11:5060;branch=z9hG4bK13471503;rport
From: "asterisk" <sip:asterisk at 10.3.16.11>;tag=as6e1df2c9
To: <sip:5485 at 10.3.1.25:5060>
Contact: <sip:asterisk at 10.3.16.11>
Call-ID: 6b0c8c995e754ab61470c90920a7e166 at 10.3.16.11
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX
Max-Forwards: 70
Date: Tue, 31 Jan 2006 15:05:20 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Content-Length: 0


---
bart*CLI> 
<-- SIP read from 10.3.1.25:5060: 
SIP/2.0 200 OK
To: <sip:5485 at 10.3.1.25:5060>;tag=bf53973724cc2f54i0
From: "asterisk" <sip:asterisk at 10.3.16.11>;tag=as6e1df2c9
Call-ID: 6b0c8c995e754ab61470c90920a7e166 at 10.3.16.11
CSeq: 102 OPTIONS
Via: SIP/2.0/UDP 10.3.16.11:5060;branch=z9hG4bK13471503
Server: Sipura/SPA841-3.1.4(a)
Content-Length: 0
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER

--- (9 headers 0 lines)---
Destroying call '6b0c8c995e754ab61470c90920a7e166 at 10.3.16.11'
------------------------------------------------------------------------------
-- Cut Here -- -- Cut Here -- -- Cut Here -- -- Cut Here -- -- Cut Here --



More information about the asterisk-dev mailing list