[reSIProcate] Request Line construction problems during shuffle re-invite in Dialog::makerequest()
- From: "Kovar, William \(Bill\)" <bkovar@xxxxxxxxx>
- Date: Tue, 7 Nov 2006 18:55:12 -0500
All,
I'm
seeing a problem with Dialog::makerequest() when receiving a ReInvite. The
provideOffer() method attempts to build the INVITE message and does so with an
invalid Request Line, i.e. INVITE sip:domain.com where the user part is missing.
Below are snips from the log showing the incoming INVITE, the provideOffer(),
and the subsequent prints in makerequest().
The
complete sequence is shown in the attached trace, but a pair of connected
sessions, that are being managed by a B2B, is being sent a re-invite, which I
have to provideOffer() to the other side of the B2B. The provideOffer() is being
done from within onAnswer() within the same DUM and thread instance (but using
DumThread and StackThread). I put some prints into Dialog::makerequest() and
found that it was accessing a member variable, mRemoteTarget.Uri, within the
Dialog. The Re-invite comes in on 1 session, and I'm sending the offer on a
different session, the call ids are different and hence the dialogs should be
different.
I'm on
a older version of resip from SVN (circa mar 06) but just pulled down the 1.0.1
tarball and didn't see any change to Dialog.cxx that would address
this.
Is
what I am trying to do legal and if so, any ideas why the request line is being
built incorrectly?
INVITE sip:55123@xxxxxxxxxxxx:5060 SIP/2.0
Via: SIP/2.0/UDP
135.8.52.181:5060;branch=z9hG4bKD256464603538333231180b.0
Via: SIP/2.0/UDP
135.8.52.54:36092;psrrposn=1;received=135.8.52.54;branch=z9hG4bK-d87543-7e2466749713bd4c-1--d87543-;rport=36092
Max-Forwards: 69
Record-Route:
<sip:135.8.52.181:5060;lr>
Contact:
<sip:55501@xxxxxxxxxxx:36092;rinstance=47c2eadfce5cb0e5>
To: "IC 7.1
B2B"<sip:55123@xxxxxxxxx>;tag=87167f3f
From:
<sip:55501@xxxxxxxxx>;tag=d52d576b
Call-ID:
e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.
CSeq: 3 INVITE
Allow: INVITE, ACK, CANCEL,
OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO
Content-Type:
application/sdp
User-Agent: X-Lite release 1003l
stamp 30942
P-Asserted-Identity:
sip:55501@xxxxxxxxx
Content-Length:
231
v=0
o=- 9 4 IN IP4
135.8.52.54
s=CounterPath eyeBeam
1.5
c=IN IP4 0.0.0.0
t=0 0
m=audio 17010 RTP/AVP 0
127
a=fmtp:127 0-15
a=rtpmap:127
telephone-event/8000
a=sendonly
a=x-rtp-session-id:663EBBA451B741909024C82821116262
Fixed SDP (Eyebeam sends an old
style Hold with Connection = 0.0.0.0 which is problematic for
me...)
o=- 9 4 IN IP4
135.8.52.54
s=CounterPath eyeBeam
1.5
c=IN IP4
135.8.52.54
t=0 0
m=audio 17010 RTP/AVP 0
127
a=fmtp:127 0-15
a=rtpmap:127
telephone-event/8000
a=sendonly
a=x-rtp-session-id:663EBBA451B741909024C82821116262
Problematic DUM
code:
INFO | 20061107-180909.164 | SipSwitch | RESIP:DUM |
5064 | ServerInviteSession.cxx:154 | InviteSession::Connected:
provideOffer
INFO | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
InviteSession.cxx:2032 | Transition InviteSession::Connected ->
InviteSession::SentReinvite
DEBUG | 20061107-180909.164 | SipSwitch |
RESIP:DUM | 5064 | Dialog.cxx:834 | +++++++ mRemoteTarget.Uri =
sip:135.8.135.123;transport=tcp
DEBUG | 20061107-180909.164 | SipSwitch |
RESIP:DUM | 5064 | Dialog.cxx:836 | +++++++ Rline = INVITE
sip:135.8.135.123;transport=tcp SIP/2.0
DEBUG | 20061107-180909.164 |
SipSwitch | RESIP:DUM | 5064 | Dialog.cxx:901 | Dialog::makeRequest: INVITE
sip:135.8.135.123;transport=tcp SIP/2.0
Via: SIP/2.0/
;branch=z9hG4bK-d87543-2a190f6cd355ba15-1--d87543-;rport
Max-Forwards: 70
Route:
<sip:135.8.52.181:5060;lr>
Route:
<sip:135.8.135.123;lr;transport=tcp>
Contact:
<sip:55123@xxxxxxxxxxxx:5060;rinstance=013fc72a18699110>
To: "Kowen's IPA
321"<sip:32100@xxxxxxxxx>;tag=092b1eb9f80db1ee1345461dba00
From:
"55123"<sip:55123@xxxxxxxxx>;tag=fc7a402d
Call-ID:
092b1eb9f80db1ef1345461dba00
CSeq: 2 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE,
NOTIFY
Content-Length:
0
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:TRANSPORT | 5800 |
Transport.cxx:259 | incoming from: [ V4 135.8.52.181:32775 UDP target
domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ]
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:TRANSACTION | 5800 |
TransactionUser.cxx:66 | Checking if SipReq: INVITE 55123@xxxxxxxxxxxx:5060
tid=D256464603538333231180b.0 cseq=INVITE contact=55501@xxxxxxxxxxx:36092 / 3
from(wire) is for me
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:TRANSACTION | 5800 |
TransactionUser.cxx:71 | Checking rule...
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:TRANSACTION | 5800 |
MessageFilterRule.cxx:70 | Matching rule for INVITE sip:55123@xxxxxxxxxxxx:5060
SIP/2.0
Via: SIP/2.0/UDP 135.8.52.181:5060;branch=z9hG4bKD256464603538333231180b.0
Via: SIP/2.0/UDP
135.8.52.54:36092;psrrposn=1;received=135.8.52.54;branch=z9hG4bK-d87543-7e2466749713bd4c-1--d87543-;rport=36092
Max-Forwards: 69
Record-Route: <sip:135.8.52.181:5060;lr>
Contact: <sip:55501@xxxxxxxxxxx:36092;rinstance=47c2eadfce5cb0e5>
To: "IC 7.1 B2B" <sip:55123@xxxxxxxxx>;tag=87167f3f
From: <sip:55501@xxxxxxxxx>;tag=d52d576b
Call-ID: e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.
CSeq: 3 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO
Content-Type: application/sdp
User-Agent: X-Lite release 1003l stamp 30942
P-Asserted-Identity: sip:55501@xxxxxxxxx
Content-Length: 231
v=0
o=- 9 4 IN IP4 135.8.52.54
s=CounterPath eyeBeam 1.5
c=IN IP4 0.0.0.0
t=0 0
m=audio 17010 RTP/AVP 0 127
a=fmtp:127 0-15
a=rtpmap:127 telephone-event/8000
a=sendonly
a=x-rtp-session-id:663EBBA451B741909024C82821116262
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:TRANSACTION | 5800 |
MessageFilterRule.cxx:241 | MSG User = 55123
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:TRANSACTION | 5800 |
MessageFilterRule.cxx:252 | List USER = 55123
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:TRANSACTION | 5800 |
TransactionUser.cxx:74 | Match!
DEBUG | 20061107-180909.164 | SipSwitch | RESIP | 5800 | Helper.cxx:302 |
Helper::makeResponse(SipReq: INVITE 55123@xxxxxxxxxxxx:5060
tid=D256464603538333231180b.0 cseq=INVITE contact=55501@xxxxxxxxxxx:36092 / 3
from(wire) code=100 reason=
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:TRANSACTION | 5800 |
TimerQueue.cxx:85 | Adding timer: Timer Trying tid=D256464603538333231180b.0
ms=80
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:TRANSACTION | 5800 |
TransactionState.cxx:1623 | Send to TU: TU: DialogUsageManager size=0 INVITE
sip:55123@xxxxxxxxxxxx:5060 SIP/2.0
Via: SIP/2.0/UDP 135.8.52.181:5060;branch=z9hG4bKD256464603538333231180b.0
Via: SIP/2.0/UDP
135.8.52.54:36092;psrrposn=1;received=135.8.52.54;branch=z9hG4bK-d87543-7e2466749713bd4c-1--d87543-;rport=36092
Max-Forwards: 69
Record-Route: <sip:135.8.52.181:5060;lr>
Contact: <sip:55501@xxxxxxxxxxx:36092;rinstance=47c2eadfce5cb0e5>
To: "IC 7.1 B2B" <sip:55123@xxxxxxxxx>;tag=87167f3f
From: <sip:55501@xxxxxxxxx>;tag=d52d576b
Call-ID: e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.
CSeq: 3 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO
Content-Type: application/sdp
User-Agent: X-Lite release 1003l stamp 30942
P-Asserted-Identity: sip:55501@xxxxxxxxx
Content-Length: 231
v=0
o=- 9 4 IN IP4 135.8.52.54
s=CounterPath eyeBeam 1.5
c=IN IP4 0.0.0.0
t=0 0
m=audio 17010 RTP/AVP 0 127
a=fmtp:127 0-15
a=rtpmap:127 telephone-event/8000
a=sendonly
a=x-rtp-session-id:663EBBA451B741909024C82821116262
INFO | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1154 | Got: SipReq: INVITE 55123@xxxxxxxxxxxx:5060
tid=D256464603538333231180b.0 cseq=INVITE contact=55501@xxxxxxxxxxx:36092 / 3
from(wire)
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1402 | DialogUsageManager::processRequest: SipReq:
INVITE 55123@xxxxxxxxxxxx:5060 tid=D256464603538333231180b.0 cseq=INVITE
contact=55501@xxxxxxxxxxx:36092 / 3 from(wire)
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1688 | Looking for dialogSet:
e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-87167f3f in map:
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1689 | [092b1eb9f80db1ef1345461dba00-fc7a402d ->
016CEA08, e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-87167f3f
-> 01691948,
3d137a6c3174c35bZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-e93c7d6b ->
016C69F8, 6311f532ab1d2642ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-cf565a5b
-> 015DD700]
INFO | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1462 | Handling in-dialog request: SipReq: INVITE
55123@xxxxxxxxxxxx:5060 tid=D256464603538333231180b.0 cseq=INVITE
contact=55501@xxxxxxxxxxx:36092 / 3 from(wire)
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 | DialogId.cxx:50 |
DialogId::DialogId:
e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-87167f3f-d52d576b
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 | DialogSet.cxx:425
| Found matching dialog mClientSubscriptions(0), mServerSubscriptions(0) for
INVITE sip:55123@xxxxxxxxxxxx:5060 SIP/2.0
Via: SIP/2.0/UDP 135.8.52.181:5060;branch=z9hG4bKD256464603538333231180b.0
Via: SIP/2.0/UDP
135.8.52.54:36092;psrrposn=1;received=135.8.52.54;branch=z9hG4bK-d87543-7e2466749713bd4c-1--d87543-;rport=36092
Max-Forwards: 69
Record-Route: <sip:135.8.52.181:5060;lr>
Contact: <sip:55501@xxxxxxxxxxx:36092;rinstance=47c2eadfce5cb0e5>
To: "IC 7.1 B2B"<sip:55123@xxxxxxxxx>;tag=87167f3f
From: <sip:55501@xxxxxxxxx>;tag=d52d576b
Call-ID: e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.
CSeq: 3 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO
Content-Type: application/sdp
User-Agent: X-Lite release 1003l stamp 30942
P-Asserted-Identity: sip:55501@xxxxxxxxx
Content-Length: 231
v=0
o=- 9 4 IN IP4 135.8.52.54
s=CounterPath eyeBeam 1.5
c=IN IP4 0.0.0.0
t=0 0
m=audio 17010 RTP/AVP 0 127
a=fmtp:127 0-15
a=rtpmap:127 telephone-event/8000
a=sendonly
a=x-rtp-session-id:663EBBA451B741909024C82821116262
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 | Dialog.cxx:292 |
Dialog::dispatch: SipReq: INVITE 55123@xxxxxxxxxxxx:5060
tid=D256464603538333231180b.0 cseq=INVITE contact=55501@xxxxxxxxxxx:36092 / 3
from(wire)
DEBUG | 20061107-180909.164 | SipSwitch | RESIP | 5064 | SipMessage.cxx:812 |
SipMessage::getContents: application/sdp
DEBUG | 20061107-180909.164 | SipSwitch | RESIP | 5064 | Helper.cxx:1821 | Got
sdp
INFO | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
InviteSession.cxx:2032 | Transition InviteSession::Connected ->
InviteSession::ReceivedReinvite
INFO | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:778 |
sip:55501@xxxxxxxxx: CUserAgent::onOffer(ISH SDP) on session 23 - SipReq:
INVITE 55123@xxxxxxxxxxxx:5060 tid=D256464603538333231180b.0 cseq=INVITE
contact=55501@xxxxxxxxxxx:36092 / 3 from(wire)
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:789
| Found Device: Device:[sip:55501@xxxxxxxxx]: CtiSIPDevice_ACDPhoneSet VALID
Device Cmd: SIPCMD:[Answer] INVALID CMD Device:
sip:55501@xxxxxxxxx CalledNum: ConfController:
AppData: RefID: 4 HeldRefId: 0
ActiveRefId: 0 RequestId: 36 INVALID CMD VALID master session
INFO | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:791 |
Received event on Call[4]
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:80 |
SipCall::Dump[4]
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:87 |
Connection[0]: Master[20] is Valid - sip:55123@xxxxxxxxx CMD[Hold] is Invalid
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:94 |
Connection[0]: Slave[23] is Valid - sip:55501@xxxxxxxxx CMD[Hold] is Invalid
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:303 |
SipCall::GetCmd
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:309 |
Matched Connection[0]
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:800
| Connection ADDR: 0.0.0.0
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:803
| Modified Connection ADDR
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:805
| SDP connection: v=0
o=- 9 4 IN IP4 135.8.52.54
s=CounterPath eyeBeam 1.5
c=IN IP4 0.0.0.0
t=0 0
m=audio 17010 RTP/AVP 0 127
a=fmtp:127 0-15
a=rtpmap:127 telephone-event/8000
a=sendonly
a=x-rtp-session-id:663EBBA451B741909024C82821116262
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:806
| proposed_offer onOffer: v=0
o=- 9 4 IN IP4 135.8.52.54
s=CounterPath eyeBeam 1.5
c=IN IP4 135.8.52.54
t=0 0
m=audio 17010 RTP/AVP 0 127
a=fmtp:127 0-15
a=rtpmap:127 telephone-event/8000
a=sendonly
a=x-rtp-session-id:663EBBA451B741909024C82821116262
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:391 |
SipCall::IsMasterSession[23]
WARNING | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:400
| Session is not Master
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:359 |
SipCall::GetMaster[23]
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:364 |
Matched Connection[0]:20
INFO | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:867 |
Slave got Re-Invite -> sending SDP to master on session 20
INFO | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
ServerInviteSession.cxx:154 | InviteSession::Connected: provideOffer
INFO | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
InviteSession.cxx:2032 | Transition InviteSession::Connected ->
InviteSession::SentReinvite
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 | Dialog.cxx:834 |
+++++++ mRemoteTarget.Uri = sip:135.8.135.123;transport=tcp
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 | Dialog.cxx:836 |
+++++++ Rline = INVITE sip:135.8.135.123;transport=tcp SIP/2.0
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 | Dialog.cxx:901 |
Dialog::makeRequest: INVITE sip:135.8.135.123;transport=tcp SIP/2.0
Via: SIP/2.0/ ;branch=z9hG4bK-d87543-2a190f6cd355ba15-1--d87543-;rport
Max-Forwards: 70
Route: <sip:135.8.52.181:5060;lr>
Route: <sip:135.8.135.123;lr;transport=tcp>
Contact: <sip:55123@xxxxxxxxxxxx:5060;rinstance=013fc72a18699110>
To: "Kowen's IPA 321"<sip:32100@xxxxxxxxx>;tag=092b1eb9f80db1ee1345461dba00
From: "55123"<sip:55123@xxxxxxxxx>;tag=fc7a402d
Call-ID: 092b1eb9f80db1ef1345461dba00
CSeq: 2 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, NOTIFY
Content-Length: 0
INFO | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
InviteSession.cxx:330 | Sending SipReq: INVITE 135.8.135.123
tid=2a190f6cd355ba15 cseq=INVITE contact=55123@xxxxxxxxxxxx:5060 / 2 from(tu)
INFO | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:1617
| sip:55123@xxxxxxxxx CUserAgent::onReadyToSend(ISH... SipReq: INVITE
135.8.135.123 tid=2a190f6cd355ba15 cseq=INVITE contact=55123@xxxxxxxxxxxx:5060
/ 2 from(tu)
INFO | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | UserAgent.cpp:1618
| NO OP
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1688 | Looking for dialogSet:
092b1eb9f80db1ef1345461dba00-fc7a402d in map:
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1689 | [092b1eb9f80db1ef1345461dba00-fc7a402d ->
016CEA08, e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-87167f3f
-> 01691948,
3d137a6c3174c35bZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-e93c7d6b ->
016C69F8, 6311f532ab1d2642ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-cf565a5b
-> 015DD700]
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:771 | SEND: INVITE sip:135.8.135.123;transport=tcp
SIP/2.0
Via: SIP/2.0/ ;branch=z9hG4bK-d87543-d05fd76f6c18072f-1--d87543-;rport
Max-Forwards: 70
Route: <sip:135.8.52.181:5060;lr>
Route: <sip:135.8.135.123;lr;transport=tcp>
Contact: <sip:55123@xxxxxxxxxxxx:5060;rinstance=013fc72a18699110>
To: "Kowen's IPA 321"<sip:32100@xxxxxxxxx>;tag=092b1eb9f80db1ee1345461dba00
From: "55123"<sip:55123@xxxxxxxxx>;tag=fc7a402d
Call-ID: 092b1eb9f80db1ef1345461dba00
CSeq: 2 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, NOTIFY
Content-Type: application/sdp
User-Agent: AVSipSwitch 1.0
Content-Length: 235
v=0
o=- 9 4 IN IP4 135.8.52.54
s=CounterPath eyeBeam 1.5
c=IN IP4 135.8.52.54
t=0 0
m=audio 17010 RTP/AVP 0 127
a=fmtp:127 0-15
a=rtpmap:127 telephone-event/8000
a=sendonly
a=x-rtp-session-id:663EBBA451B741909024C82821116262
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:74 |
SipCall::~SipCall
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1688 | Looking for dialogSet:
092b1eb9f80db1ef1345461dba00-fc7a402d in map:
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1689 | [092b1eb9f80db1ef1345461dba00-fc7a402d ->
016CEA08, e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-87167f3f
-> 01691948,
3d137a6c3174c35bZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-e93c7d6b ->
016C69F8, 6311f532ab1d2642ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-cf565a5b
-> 015DD700]
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 | DialogId.cxx:50 |
DialogId::DialogId:
092b1eb9f80db1ef1345461dba00-fc7a402d-092b1eb9f80db1ee1345461dba00
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1688 | Looking for dialogSet:
092b1eb9f80db1ef1345461dba00-fc7a402d in map:
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:1689 | [092b1eb9f80db1ef1345461dba00-fc7a402d ->
016CEA08, e03e8a100527ad51ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-87167f3f
-> 01691948,
3d137a6c3174c35bZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-e93c7d6b ->
016C69F8, 6311f532ab1d2642ZTU2NTMzOTg2ZDMyYzc4MWNiYjc4MzMzMGUwNGJkYWM.-cf565a5b
-> 015DD700]
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 | DialogSet.cxx:782
| findDialog:
092b1eb9f80db1ef1345461dba00-fc7a402d-092b1eb9f80db1ee1345461dba00 in
[092b1eb9f80db1ef1345461dba00-fc7a402d-092b1eb9f80db1ee1345461dba00 -> 016CF1C8]
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:DUM | 5064 |
DialogUsageManager.cxx:891 | Send: SipReq: INVITE 135.8.135.123
tid=d05fd76f6c18072f cseq=INVITE contact=55123@xxxxxxxxxxxx:5060 / 2 from(tu)
DEBUG | 20061107-180909.164 | SipSwitch | RESIP | 5064 | SipStack.cxx:296 |
SEND: SipReq: INVITE 135.8.135.123 tid=d05fd76f6c18072f cseq=INVITE
contact=55123@xxxxxxxxxxxx:5060 / 2 from(tu)
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:74 |
SipCall::~SipCall
DEBUG | 20061107-180909.164 | SipSwitch | RESIP:APP | 5064 | CallMgr.cpp:52 |
CSipConnection::~CSipConnection
DEBUG | 20061107-180909.180 | SipSwitch | RESIP:TRANSACTION | 5800 |
TimerQueue.cxx:85 | Adding timer: Timer B tid=d05fd76f6c18072f ms=32000
DEBUG | 20061107-180909.180 | SipSwitch | RESIP:TRANSPORT | 5800 |
TransportSelector.cxx:242 | Looking up dns entries (from route) for
sip:135.8.52.181:5060;lr
DEBUG | 20061107-180909.180 | SipSwitch | RESIP:DNS | 5800 | DnsResult.cxx:184
| DnsResult::lookup sip:135.8.52.181:5060;lr
DEBUG | 20061107-180909.180 | SipSwitch | RESIP:DNS | 5800 | DnsResult.cxx:318
| Numeric result so return immediately: [ V4 135.8.52.181:5060 UDP target
domain=135.8.52.181 connectionId=0 ]
DEBUG | 20061107-180909.180 | SipSwitch | RESIP:TRANSACTION | 5800 |
TimerQueue.cxx:85 | Adding timer: Timer A tid=d05fd76f6c18072f ms=500
DEBUG | 20061107-180909.180 | SipSwitch | RESIP:TRANSPORT | 5800 |
TransportSelector.cxx:483 | Looked up source for destination: [ V4
135.8.52.181:5060 UDP target domain=135.8.52.181 connectionId=0 ] -> [ V4
135.8.116.33:0 UDP target domain=135.8.52.181 connectionId=0 ] sent-by=
sent-port=0
DEBUG | 20061107-180909.180 | SipSwitch | RESIP:TRANSPORT | 5800 |
TransportSelector.cxx:752 | findTransport([ V4 135.8.116.33:0 UDP target
domain=135.8.52.181 connectionId=0 ])
DEBUG | 20061107-180909.180 | SipSwitch | RESIP:TRANSPORT | 5800 |
TransportSelector.cxx:794 | findTransport (any port, any interface) =>
Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ]
DEBUG | 20061107-180909.180 | SipSwitch | RESIP:TRANSPORT | 5800 |
TransportSelector.cxx:670 | Transmitting to [ V4 135.8.52.181:5060 UDP target
domain=135.8.52.181 received on: Transport: [ V4 0.0.0.0:5060 UDP target
domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4
135.8.116.33:0 UDP target domain=135.8.52.181 connectionId=0 ]INVITE
sip:135.8.135.123;transport=tcp SIP/2.0
Via: SIP/2.0/UDP
135.8.116.33:5060;branch=z9hG4bK-d87543-d05fd76f6c18072f-1--d87543-;rport
Max-Forwards: 70
Route: <sip:135.8.52.181:5060;lr>
Route: <sip:135.8.135.123;lr;transport=tcp>
Contact: <sip:55123@xxxxxxxxxxxx:5060;rinstance=013fc72a18699110>
To: "Kowen's IPA 321"<sip:32100@xxxxxxxxx>;tag=092b1eb9f80db1ee1345461dba00
From: "55123"<sip:55123@xxxxxxxxx>;tag=fc7a402d
Call-ID: 092b1eb9f80db1ef1345461dba00
CSeq: 2 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, NOTIFY
Content-Type: application/sdp
User-Agent: AVSipSwitch 1.0
Content-Length: 235
v=0
o=- 9 4 IN IP4 135.8.52.54
s=CounterPath eyeBeam 1.5
c=IN IP4 135.8.52.54
t=0 0
m=audio 17010 RTP/AVP 0 127
a=fmtp:127 0-15
a=rtpmap:127 telephone-event/8000
a=sendonly
a=x-rtp-session-id:663EBBA451B741909024C82821116262