> 
> On Tue, 2008-09-02 at 10:56 -0400, Raymond Dans wrote:
> > 
> >    In looking at Call Detail Recording, I ran into an issue where 
> > records were not being closed off in abandoned call 
> scenarios.  Upon 
> > closer investigation, I noticed that a call failure state 
> event wasn't 
> > being generated in the Proxy because of an apparent change 
> in the 408
> > Request Timeout SIP message.   The criteria for generating a call
> > failure state event in this scenario was to look at the "To tag" of 
> > the 408 Request Timemout message.  If it was nil then the event was 
> > generated and otherwise it was not.
> > 
> >    In SipXecs 3.10.x, the abandoned scenario would have a nil  "To 
> > tag" so the CDR record was correctly closed off.  In 
> 3.11.5, the "To 
> > tag" in this scenario is not nil and as a result the record 
> is never 
> > closed off and appears in the active calls list for some 
> time (around
> > 8 hours).
> > 
> >    Deos anyone know if the change in the 408 message was 
> intentional 
> > or is this a bug that should be reported.  Looking at the 
> RFC doesn't 
> > really give a clear answer (to me anyways) as to whether or not the 
> > ToTag should be present.
> 

Scott Lawrence wrote:

> Since a 408 doesn't set up a dialog, I don't think it should 
> have a To tag... what component added it?
> 

It looks like a patch for XECS-1419 is what has now added the To Tag.
I've attached a sipviewer xml file of the call and it shows that when
the "best response" is generated by the proxy it added a To Tag.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sipTrace>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.435346Z</time>
		<source>47.134.206.172:5060</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>47.134.206.172:5060</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<method>INVITE</method>
		<frameId>1 sipXproxy.xml:170</frameId>
		<message><![CDATA[INVITE sip:[EMAIL PROTECTED] SIP/2.0
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-ID: [EMAIL PROTECTED]
CSeq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Max-Forwards: 70
Supported: replaces
User-Agent: LG-Nortel LIP 6812 v1.2.38sp SN/00405A186C36
Contact: <sip:[EMAIL PROTECTED]:5060>
Content-Type: application/sdp
Content-Length: 303

v=0
o=LGEIPP 15288 15288 IN IP4 47.134.206.172
s=SIP Call
c=IN IP4 47.134.206.172
t=0 0
m=audio 23012 RTP/AVP 18 4 0 8 101
a=rtpmap:18 G729/8000
a=rtpmap:4 G723/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:18 annexb=no
a=fmtp:101 0-11
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.436176Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>47.134.206.172:5060</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>47.134.206.172:5060</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>2 sipXproxy.xml:174</frameId>
		<message><![CDATA[SIP/2.0 100 Trying
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0001e93a22562ecd44e0a0cc76b5c8532458</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.441083Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>47.134.206.174:5070</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>47.134.206.174:5070</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<method>INVITE</method>
		<frameId>3 sipXproxy.xml:200</frameId>
		<message><![CDATA[INVITE sip:[EMAIL PROTECTED] SIP/2.0
Record-Route: <sip:47.134.206.174:5060;lr>
Route: <sip:47.134.206.174:5070;transport=tcp;lr>
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/TCP 47.134.206.174;branch=z9hG4bK-sipXecs-0001e93a22562ecd44e0a0cc76b5c8532458
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Max-Forwards: 20
Supported: replaces
User-Agent: LG-Nortel LIP 6812 v1.2.38sp SN/00405A186C36
Contact: <sip:[EMAIL PROTECTED]:5060>
Content-Type: application/sdp
Content-Length: 303
Date: Fri, 29 Aug 2008 13:43:39 GMT
X-Sipx-Spiral: true

v=0
o=LGEIPP 15288 15288 IN IP4 47.134.206.172
s=SIP Call
c=IN IP4 47.134.206.172
t=0 0
m=audio 23012 RTP/AVP 18 4 0 8 101
a=rtpmap:18 G729/8000
a=rtpmap:4 G723/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:18 annexb=no
a=fmtp:101 0-11
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0001e93a22562ecd44e0a0cc76b5c8532458</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.442648Z</time>
		<source>47.134.206.174:46994</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>47.134.206.174:46994</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>4 sipXproxy.xml:211</frameId>
		<message><![CDATA[SIP/2.0 100 Trying
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/TCP 47.134.206.174;branch=z9hG4bK-sipXecs-0001e93a22562ecd44e0a0cc76b5c8532458
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0001e93a22562ecd44e0a0cc76b5c8532458</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.445583Z</time>
		<source>47.134.206.174:46994</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>47.134.206.174:46994</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,0e495222</transactionId>
		<responseCode>302</responseCode>
		<responseText>Moved Temporarily</responseText>
		<frameId>5 sipXproxy.xml:218</frameId>
		<message><![CDATA[SIP/2.0 302 Moved Temporarily
Contact: <sip:[EMAIL PROTECTED]:5060?ROUTE=%3Csip%3A47.134.206.174%3A5060%3Blr%3E>
Contact: <sip:[EMAIL PROTECTED]>;q=0.1
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=0e495222
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/TCP 47.134.206.174;branch=z9hG4bK-sipXecs-0001e93a22562ecd44e0a0cc76b5c8532458
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
User-Agent: sipXecs/3.11.5 sipXecs/registry (Linux)
Date: Fri, 29 Aug 2008 13:43:39 GMT
Allow: INVITE, ACK, CANCEL, BYE, REFER, OPTIONS, REGISTER, SUBSCRIBE
Accept-Language: en
Supported: gruu, path
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0001e93a22562ecd44e0a0cc76b5c8532458</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.446706Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>47.134.206.174:5070</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>47.134.206.174:5070</destinationAddress>
		<transactionId>A1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,0e495222</transactionId>
		<method>ACK</method>
		<frameId>6 sipXproxy.xml:224</frameId>
		<message><![CDATA[ACK sip:[EMAIL PROTECTED] SIP/2.0
Route: <sip:47.134.206.174:5070;transport=tcp;lr>
Contact: <sip:[EMAIL PROTECTED]:5060>
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=0e495222
Call-Id: [EMAIL PROTECTED]
Cseq: 1 ACK
Max-Forwards: 20
Via: SIP/2.0/TCP 47.134.206.174;branch=z9hG4bK-sipXecs-0001e93a22562ecd44e0a0cc76b5c8532458
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.449468Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<method>INVITE</method>
		<frameId>7 sipXproxy.xml:237 sipXproxy.xml:244</frameId>
		<message><![CDATA[INVITE sip:[EMAIL PROTECTED]:5060 SIP/2.0
Route: <sip:47.134.206.174:5060;lr>
Record-Route: <sip:47.134.206.174:5060;lr>
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Max-Forwards: 19
Supported: replaces
User-Agent: LG-Nortel LIP 6812 v1.2.38sp SN/00405A186C36
Contact: <sip:[EMAIL PROTECTED]:5060>
Content-Type: application/sdp
Content-Length: 303
Date: Fri, 29 Aug 2008 13:43:39 GMT
X-Sipx-Spiral: true

v=0
o=LGEIPP 15288 15288 IN IP4 47.134.206.172
s=SIP Call
c=IN IP4 47.134.206.172
t=0 0
m=audio 23012 RTP/AVP 18 4 0 8 101
a=rtpmap:18 G729/8000
a=rtpmap:4 G723/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:18 annexb=no
a=fmtp:101 0-11
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.450434Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>8 sipXproxy.xml:241 sipXproxy.xml:247</frameId>
		<message><![CDATA[SIP/2.0 100 Trying
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad</branchId>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.454770Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>47.134.206.173:5060</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>47.134.206.173:5060</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<method>INVITE</method>
		<frameId>9 sipXproxy.xml:278</frameId>
		<message><![CDATA[INVITE sip:[EMAIL PROTECTED]:5060 SIP/2.0
Record-Route: <sip:47.134.206.174:5060;lr;sipXecs-rs=%2Afrom%7EOTRiYjVjNTAtMmY4NmNlYWMtMTNjNC0xMjkyZTItMzUyNTVlNmYtMTI5MmUy.400_authrules%2Aauth%7E%21b2d6c7c2542fee58e135f7ea06eac367>
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Max-Forwards: 18
Supported: replaces
User-Agent: LG-Nortel LIP 6812 v1.2.38sp SN/00405A186C36
Contact: <sip:[EMAIL PROTECTED]:5060>
Content-Type: application/sdp
Content-Length: 303
Date: Fri, 29 Aug 2008 13:43:39 GMT

v=0
o=LGEIPP 15288 15288 IN IP4 47.134.206.172
s=SIP Call
c=IN IP4 47.134.206.172
t=0 0
m=audio 23012 RTP/AVP 18 4 0 8 101
a=rtpmap:18 G729/8000
a=rtpmap:4 G723/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:18 annexb=no
a=fmtp:101 0-11
a=sendrecv
]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad</branchId>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.479416Z</time>
		<source>47.134.206.173:5060</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>47.134.206.173:5060</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<responseCode>100</responseCode>
		<responseText>Trying</responseText>
		<frameId>10 sipXproxy.xml:280</frameId>
		<message><![CDATA[SIP/2.0 100 Trying
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-ID: [EMAIL PROTECTED]
CSeq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Supported: replaces
Contact: <sip:[EMAIL PROTECTED]:5060>
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad</branchId>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.594429Z</time>
		<source>47.134.206.173:5060</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>47.134.206.173:5060</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,94c09310-2f86cead-13c4-4162f-6b6b133a-4162f</transactionId>
		<responseCode>180</responseCode>
		<responseText>Ringing</responseText>
		<frameId>11 sipXproxy.xml:286</frameId>
		<message><![CDATA[SIP/2.0 180 Ringing
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=94c09310-2f86cead-13c4-4162f-6b6b133a-4162f
Call-ID: [EMAIL PROTECTED]
CSeq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Supported: replaces
Contact: <sip:[EMAIL PROTECTED]:5060>
Record-Route: <sip:47.134.206.174:5060;lr;sipXecs-rs=%2Afrom%7EOTRiYjVjNTAtMmY4NmNlYWMtMTNjNC0xMjkyZTItMzUyNTVlNmYtMTI5MmUy.400_authrules%2Aauth%7E%21b2d6c7c2542fee58e135f7ea06eac367>
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.595106Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,94c09310-2f86cead-13c4-4162f-6b6b133a-4162f</transactionId>
		<responseCode>180</responseCode>
		<responseText>Ringing</responseText>
		<frameId>12 sipXproxy.xml:294 sipXproxy.xml:297</frameId>
		<message><![CDATA[SIP/2.0 180 Ringing
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=94c09310-2f86cead-13c4-4162f-6b6b133a-4162f
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Supported: replaces
Contact: <sip:[EMAIL PROTECTED]:5060>
Record-Route: <sip:47.134.206.174:5060;lr;sipXecs-rs=%2Afrom%7EOTRiYjVjNTAtMmY4NmNlYWMtMTNjNC0xMjkyZTItMzUyNTVlNmYtMTI5MmUy.400_authrules%2Aauth%7E%21b2d6c7c2542fee58e135f7ea06eac367>
Content-Length: 0
Date: Fri, 29 Aug 2008 13:43:39 GMT

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:39.596261Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>47.134.206.172:5060</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>47.134.206.172:5060</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,94c09310-2f86cead-13c4-4162f-6b6b133a-4162f</transactionId>
		<responseCode>180</responseCode>
		<responseText>Ringing</responseText>
		<frameId>13 sipXproxy.xml:307</frameId>
		<message><![CDATA[SIP/2.0 180 Ringing
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=94c09310-2f86cead-13c4-4162f-6b6b133a-4162f
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Supported: replaces
Contact: <sip:[EMAIL PROTECTED]:5060>
Record-Route: <sip:47.134.206.174:5060;lr;sipXecs-rs=%2Afrom%7EOTRiYjVjNTAtMmY4NmNlYWMtMTNjNC0xMjkyZTItMzUyNTVlNmYtMTI5MmUy.400_authrules%2Aauth%7E%21b2d6c7c2542fee58e135f7ea06eac367>
Content-Length: 0
Date: Fri, 29 Aug 2008 13:43:39 GMT

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.014044Z</time>
		<source>47.134.206.172:5060</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>47.134.206.172:5060</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>C1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<method>CANCEL</method>
		<frameId>14 sipXproxy.xml:324</frameId>
		<message><![CDATA[CANCEL sip:[EMAIL PROTECTED] SIP/2.0
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-ID: [EMAIL PROTECTED]
CSeq: 1 CANCEL
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Max-Forwards: 70
Supported: replaces
User-Agent: LG-Nortel LIP 6812 v1.2.38sp SN/00405A186C36
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.014802Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>C1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<method>CANCEL</method>
		<frameId>15 sipXproxy.xml:328 sipXproxy.xml:335</frameId>
		<message><![CDATA[CANCEL sip:[EMAIL PROTECTED]:5060 SIP/2.0
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-Id: [EMAIL PROTECTED]
Cseq: 1 CANCEL
Max-Forwards: 20
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.015210Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>47.134.206.172:5060</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>47.134.206.172:5060</destinationAddress>
		<transactionId>C1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,95189983</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>16 sipXproxy.xml:331</frameId>
		<message><![CDATA[SIP/2.0 200 OK
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=95189983
Call-Id: [EMAIL PROTECTED]
Cseq: 1 CANCEL
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.016142Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>47.134.206.173:5060</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>47.134.206.173:5060</destinationAddress>
		<transactionId>C1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,</transactionId>
		<method>CANCEL</method>
		<frameId>17 sipXproxy.xml:339</frameId>
		<message><![CDATA[CANCEL sip:[EMAIL PROTECTED]:5060 SIP/2.0
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>
Call-Id: [EMAIL PROTECTED]
Cseq: 1 CANCEL
Max-Forwards: 20
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.016523Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>C1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,57f43e62</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>18 sipXproxy.xml:342 sipXproxy.xml:346</frameId>
		<message><![CDATA[SIP/2.0 200 OK
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=57f43e62
Call-Id: [EMAIL PROTECTED]
Cseq: 1 CANCEL
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.031447Z</time>
		<source>47.134.206.173:5060</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>47.134.206.173:5060</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>C1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,94c09310-2f86cead-13c4-4162f-6b6b133a-4162f</transactionId>
		<responseCode>200</responseCode>
		<responseText>OK</responseText>
		<frameId>19 sipXproxy.xml:350</frameId>
		<message><![CDATA[SIP/2.0 200 OK
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=94c09310-2f86cead-13c4-4162f-6b6b133a-4162f
Call-ID: [EMAIL PROTECTED]
CSeq: 1 CANCEL
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad
Supported: replaces
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad</branchId>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.037047Z</time>
		<source>47.134.206.173:5060</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>47.134.206.173:5060</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,94c09310-2f86cead-13c4-4162f-6b6b133a-4162f</transactionId>
		<responseCode>487</responseCode>
		<responseText>Request Terminated</responseText>
		<frameId>20 sipXproxy.xml:354</frameId>
		<message><![CDATA[SIP/2.0 487 Request Terminated
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=94c09310-2f86cead-13c4-4162f-6b6b133a-4162f
Call-ID: [EMAIL PROTECTED]
CSeq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Supported: replaces
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.037540Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>47.134.206.173:5060</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>47.134.206.173:5060</destinationAddress>
		<transactionId>A1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,94c09310-2f86cead-13c4-4162f-6b6b133a-4162f</transactionId>
		<method>ACK</method>
		<frameId>21 sipXproxy.xml:359</frameId>
		<message><![CDATA[ACK sip:[EMAIL PROTECTED]:5060 SIP/2.0
Contact: <sip:[EMAIL PROTECTED]:5060>
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=94c09310-2f86cead-13c4-4162f-6b6b133a-4162f
Call-Id: [EMAIL PROTECTED]
Cseq: 1 ACK
Max-Forwards: 20
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-000746326fe3d4eb32cb76fa0a2f966773ad
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.038069Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,6001b62e</transactionId>
		<responseCode>408</responseCode>
		<responseText>Request timeout</responseText>
		<frameId>22 sipXproxy.xml:366 sipXproxy.xml:370</frameId>
		<message><![CDATA[SIP/2.0 408 Request timeout
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=6001b62e
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.039123Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>A1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,6001b62e</transactionId>
		<method>ACK</method>
		<frameId>23 sipXproxy.xml:375 sipXproxy.xml:388</frameId>
		<message><![CDATA[ACK sip:[EMAIL PROTECTED]:5060 SIP/2.0
Route: <sip:47.134.206.174:5060;lr>
Contact: <sip:[EMAIL PROTECTED]:5060>
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=6001b62e
Call-Id: [EMAIL PROTECTED]
Cseq: 1 ACK
Max-Forwards: 20
Via: SIP/2.0/UDP 47.134.206.174;branch=z9hG4bK-sipXecs-0004f5c922b8d1d12524567d6a96a355bb1b~5e25566f18aecda273ae9aa693ee4f10
Content-Length: 0

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.039623Z</time>
		<source>bcmd206174.ca.nortel.com-SipXProxy</source>
		<destination>47.134.206.172:5060</destination>
		<sourceAddress>bcmd206174.ca.nortel.com-SipXProxy</sourceAddress>
		<destinationAddress>47.134.206.172:5060</destinationAddress>
		<transactionId>1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,6001b62e</transactionId>
		<responseCode>408</responseCode>
		<responseText>Request timeout</responseText>
		<frameId>24 sipXproxy.xml:384</frameId>
		<message><![CDATA[SIP/2.0 408 Request timeout
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=6001b62e
Call-Id: [EMAIL PROTECTED]
Cseq: 1 INVITE
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Content-Length: 0
Date: Fri, 29 Aug 2008 13:43:47 GMT

]]></message>
	</branchNode>
	<branchNode>
		<branchIdSet>
			<branchId>z9hG4bK-1292e2-488dc526-7e4f6dcc</branchId>
		</branchIdSet>
		<time>2008-08-29T13:43:47.053199Z</time>
		<source>47.134.206.172:5060</source>
		<destination>bcmd206174.ca.nortel.com-SipXProxy</destination>
		<sourceAddress>47.134.206.172:5060</sourceAddress>
		<destinationAddress>bcmd206174.ca.nortel.com-SipXProxy</destinationAddress>
		<transactionId>A1,[EMAIL PROTECTED],94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2,6001b62e</transactionId>
		<method>ACK</method>
		<frameId>25 sipXproxy.xml:393</frameId>
		<message><![CDATA[ACK sip:[EMAIL PROTECTED] SIP/2.0
From: <sip:[EMAIL PROTECTED]>;tag=94bb5c50-2f86ceac-13c4-1292e2-35255e6f-1292e2
To: <sip:[EMAIL PROTECTED]>;tag=6001b62e
Call-ID: [EMAIL PROTECTED]
CSeq: 1 ACK
Via: SIP/2.0/UDP 47.134.206.172:5060;branch=z9hG4bK-1292e2-488dc526-7e4f6dcc
Max-Forwards: 70
User-Agent: LG-Nortel LIP 6812 v1.2.38sp SN/00405A186C36
Contact: <sip:[EMAIL PROTECTED]:5060>
Content-Length: 0

]]></message>
	</branchNode>
</sipTrace>
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to