< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
The full debug log is really need to diagnose this properly.
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of lucas martinez
Sent: Monday, March 13, 2006 8:31 AM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] B2B design problem
Hi all,
this is me again asking "newbie questions". After a while reading code and taking notes i decided to a start with a simple program that connect to clients.
Everything goes ok i recive a UAS new session sent the Invite to the client (On UAS OnOffer), get connected(UAC, UAS), ask for the UAC offer, after that i get audio between both devices, but for some reason that i dont know i get an assertion fail.
I attached the debug of the error. I dont know if this kind of question should be done here, let me know if it is rigth.
Thanks
WARNING | 20060310-142634.687 | | RESIP:DUM | 2128 | InviteSession.cxx:1469 | DUM delivered a INVITE to the InviteSession
SIP/2.0 200 OK
INFO | 20060310-142621.937 | | RESIP:TRANSPORT | 2208 | UdpTransport.cxx:34 | Creating UDP transport host= port=5060 ipv4=1 DEBUG | 20060310-142622.000 | | RESIP:TRANSPORT | 2208 | InternalTransport.cxx:86 | Creating fd=1824 V4/UDP DEBUG | 20060310-142622.000 | | RESIP:TRANSPORT | 2208 | InternalTransport.cxx:94 | Binding to 0.0.0.0 DEBUG | 20060310-142622.000 | | RESIP:TRANSPORT | 2208 | TransportSelector.cxx:121 | Adding transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] DEBUG | 20060310-142622.000 | | RESIP:TRANSPORT | 2208 | ConnectionBase.cxx:29 | ConnectionBase::ConnectionBase, no params: 0088B238 DEBUG | 20060310-142622.000 | | RESIP:TRANSPORT | 2208 | InternalTransport.cxx:86 | Creating fd=1804 V4/TCP DEBUG | 20060310-142622.000 | | RESIP:TRANSPORT | 2208 | InternalTransport.cxx:94 | Binding to 0.0.0.0 INFO | 20060310-142622.015 | | RESIP:TRANSPORT | 2208 | TcpTransport.cxx:27 | Creating TCP transport host= port=5060 ipv4=1 DEBUG | 20060310-142622.015 | | RESIP:TRANSPORT | 2208 | TransportSelector.cxx:121 | Adding transport: [ V4 0.0.0.0:5060 TCP target domain=unspecified connectionId=0 ] DEBUG | 20060310-142631.281 | | RESIP:TRANSPORT | 3092 | Transport.cxx:259 | incoming from: [ V4 192.168.1.28:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142631.281 | | RESIP:TRANSACTION | 3092 | TransactionUser.cxx:66 | Checking if SipReq: INVITE 123@xxxxxxxxxxxx tid=511400055 cseq=INVITE contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) is for me DEBUG | 20060310-142631.296 | | RESIP:TRANSACTION | 3092 | TransactionUser.cxx:71 | Checking rule... DEBUG | 20060310-142631.296 | | RESIP:TRANSACTION | 3092 | MessageFilterRule.cxx:42 | Matching rule for INVITE sip:123@xxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Max-Forwards: 70 Contact: <sip:54991237@xxxxxxxxxxxx:8542> To: <sip:123@xxxxxxxxxxxx> From: Luis<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp User-Agent: eyeBeam release 3004t stamp 16741 Content-Length: 237 v=0 o=- 104558952 104558971 IN IP4 192.168.1.28 s=eyeBeam c=IN IP4 192.168.1.28 t=0 0 m=audio 8540 RTP/AVP 8 0 18 101 a=alt:1 1 : B70CACDB B4C7DBDE 192.168.1.28 8540 a=fmtp:101 0-15 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20060310-142631.296 | | RESIP:TRANSACTION | 3092 | TransactionUser.cxx:74 | Match! DEBUG | 20060310-142631.296 | | RESIP | 3092 | Helper.cxx:302 | Helper::makeResponse(SipReq: INVITE 123@xxxxxxxxxxxx tid=511400055 cseq=INVITE contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) code=100 reason= DEBUG | 20060310-142631.296 | | RESIP:TRANSACTION | 3092 | TimerQueue.cxx:85 | Adding timer: Timer Trying tid=511400055 ms=80 DEBUG | 20060310-142631.296 | | RESIP:TRANSACTION | 3092 | TransactionState.cxx:1595 | Send to TU: TU: DialogUsageManager size=0 INVITE sip:123@xxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Max-Forwards: 70 Contact: <sip:54991237@xxxxxxxxxxxx:8542> To: <sip:123@xxxxxxxxxxxx> From: Luis<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp User-Agent: eyeBeam release 3004t stamp 16741 Content-Length: 237 v=0 o=- 104558952 104558971 IN IP4 192.168.1.28 s=eyeBeam c=IN IP4 192.168.1.28 t=0 0 m=audio 8540 RTP/AVP 8 0 18 101 a=alt:1 1 : B70CACDB B4C7DBDE 192.168.1.28 8540 a=fmtp:101 0-15 a=rtpmap:101 telephone-event/8000 a=sendrecv INFO | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1128 | Got: SipReq: INVITE 123@xxxxxxxxxxxx tid=511400055 cseq=INVITE contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1376 | DialogUsageManager::processRequest: SipReq: INVITE 123@xxxxxxxxxxxx tid=511400055 cseq=INVITE contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogSetId.cxx:31 | ********** Generated Local Tag *********** DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 310fc14bf97dfb08-6f00271b in map: DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [] DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogSetId.cxx:31 | ********** Generated Local Tag *********** DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogSetId.cxx:31 | ********** Generated Local Tag *********** DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogSet.cxx:80 | ************* Created DialogSet(UAS) -- 310fc14bf97dfb08-8e37513c************* DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1512 | *********** Calling AppDialogSetFactory ************* WARNING | 20060310-142631.296 | | RESIP:TEST | 2128 | CallManager.hxx:47 | CallDialogSet(INVITE): CallAppDialogSet: created. WARNING | 20060310-142631.296 | | RESIP:TEST | 2128 | CallManager.hxx:59 | CallDialogSet(INVITE): CallAppDialogSet: UAS UserProfile requested for msg: SipReq: INVITE 123@xxxxxxxxxxxx tid=511400055 cseq=INVITE contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1518 | ************* Adding DialogSet *************** DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1519 | Before: [] DEBUG | 20060310-142631.296 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1521 | After: Req[310fc14bf97dfb08-8e37513c -> 0088F980] DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | DialogSetId.cxx:31 | ********** Generated Local Tag *********** DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 310fc14bf97dfb08-16084e0b-6b64c813 DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | DialogSet.cxx:646 | Creating a new Dialog from msg: INVITE sip:123@xxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Max-Forwards: 70 Contact: <sip:54991237@xxxxxxxxxxxx:8542> To: <sip:123@xxxxxxxxxxxx> From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp User-Agent: eyeBeam release 3004t stamp 16741 Content-Length: 237 v=0 o=- 104558952 104558971 IN IP4 192.168.1.28 s=eyeBeam c=IN IP4 192.168.1.28 t=0 0 m=audio 8540 RTP/AVP 8 0 18 101 a=alt:1 1 : B70CACDB B4C7DBDE 192.168.1.28 8540 a=fmtp:101 0-15 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:86 | UAS dialog ID creation, DS: 310fc14bf97dfb08-8e37513c DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | DialogId.cxx:63 | DialogId::DialogId: 310fc14bf97dfb08-8e37513c-6b64c813 DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:121 | ************** Created Dialog as UAS ************** DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:122 | mRemoteNameAddr: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:123 | mLocalNameAddr: <sip:123@xxxxxxxxxxxx>;tag=8e37513c DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:124 | mLocalContact: <sip:123@xxxxxxxxxxxx> DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:125 | mRemoteTarget: <sip:54991237@xxxxxxxxxxxx:8542> DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:206 | Dialog::Dialog 310fc14bf97dfb08-8e37513c-6b64c813 DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | DialogSet.cxx:683 | ### Calling CreateAppDialog ### INVITE sip:123@xxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Max-Forwards: 70 Contact: <sip:54991237@xxxxxxxxxxxx:8542> To: <sip:123@xxxxxxxxxxxx> From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp User-Agent: eyeBeam release 3004t stamp 16741 Content-Length: 237 v=0 o=- 104558952 104558971 IN IP4 192.168.1.28 s=eyeBeam c=IN IP4 192.168.1.28 t=0 0 m=audio 8540 RTP/AVP 8 0 18 101 a=alt:1 1 : B70CACDB B4C7DBDE 192.168.1.28 8540 a=fmtp:101 0-15 a=rtpmap:101 telephone-event/8000 a=sendrecv WARNING | 20060310-142631.312 | | RESIP:TEST | 2128 | CallManager.hxx:33 | CallDialogSet(INVITE): CallAppDialog: created. DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:292 | Dialog::dispatch: SipReq: INVITE 123@xxxxxxxxxxxx tid=511400055 cseq=INVITE contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:323 | Dialog::dispatch -- Created new server invite sessionSipReq: INVITE 123@xxxxxxxxxxxx tid=511400055 cseq=INVITE contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | InviteSession.cxx:73 | ^^^ InviteSession::InviteSession 01624E30 DEBUG | 20060310-142631.312 | | RESIP | 2128 | SipMessage.cxx:811 | SipMessage::getContents: application/sdp DEBUG | 20060310-142631.312 | | RESIP | 2128 | Helper.cxx:1822 | Got sdp INFO | 20060310-142631.312 | | RESIP:DUM | 2128 | InviteSession.cxx:1998 | Transition UAS_Start -> UAS_Offer WARNING | 20060310-142631.312 | | RESIP:TEST | 2128 | CallManager.hxx:287 | CallManager: ServerInviteSession-onNewSession - INVITE sip:123@xxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Max-Forwards: 70 Contact: <sip:54991237@xxxxxxxxxxxx:8542> To: <sip:123@xxxxxxxxxxxx> From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp User-Agent: eyeBeam release 3004t stamp 16741 Content-Length: 237 v=0 o=- 104558952 104558971 IN IP4 192.168.1.28 s=eyeBeam c=IN IP4 192.168.1.28 t=0 0 m=audio 8540 RTP/AVP 8 0 18 101 a=alt:1 1 : B70CACDB B4C7DBDE 192.168.1.28 8540 a=fmtp:101 0-15 a=rtpmap:101 telephone-event/8000 a=sendrecv WARNING | 20060310-142631.312 | | RESIP:TEST | 2128 | CallManager.hxx:288 | CallManager: Sending 180 response. INFO | 20060310-142631.312 | | RESIP:DUM | 2128 | ServerInviteSession.cxx:90 | UAS_Offer: provisional(180) INFO | 20060310-142631.312 | | RESIP:DUM | 2128 | InviteSession.cxx:1998 | Transition UAS_Offer -> UAS_EarlyOffer DEBUG | 20060310-142631.312 | | RESIP | 2128 | Helper.cxx:302 | Helper::makeResponse(SipReq: INVITE 123@xxxxxxxxxxxx tid=511400055 cseq=INVITE contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) code=180 reason= DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | Dialog.cxx:935 | Dialog::makeResponse: SIP/2.0 180 Ringing Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Contact: <sip:123@xxxxxxxxxxxx> To: <sip:123@xxxxxxxxxxxx>;tag=8e37513c From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Content-Length: 0 DEBUG | 20060310-142631.312 | | RESIP:TRANSACTION | 2128 | TimerQueue.cxx:105 | Adding application timer: DumTimeout::Retransmit1xx INVITE: 3 UAS_EarlyOffer ADDR=<sip:123@xxxxxxxxxxxx>;tag=8e37513c PEER="Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813: duration=60 seq=1 DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 310fc14bf97dfb08-8e37513c in map: DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980] DEBUG | 20060310-142631.312 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:748 | SEND: SIP/2.0 180 Ringing Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Contact: <sip:123@xxxxxxxxxxxx> To: <sip:123@xxxxxxxxxxxx>;tag=8e37513c From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Content-Length: 0 DEBUG | 20060310-142631.328 | | RESIP | 2128 | SipStack.cxx:276 | SEND: SipResp: 180 tid=511400055 cseq=INVITE contact=123@xxxxxxxxxxxx / 1 from(tu) DEBUG | 20060310-142631.328 | | RESIP:TEST | 2128 | CallManager.cxx:81 | CALL ID COMPARE 310fc14bf97dfb08 = 310fc14bf97dfb08 WARNING | 20060310-142631.328 | | RESIP:TEST | 2128 | CallManager.hxx:307 | CallManager: ServerInviteSession-onOffer(SDP) INVITE sip:123@xxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Max-Forwards: 70 Contact: <sip:54991237@xxxxxxxxxxxx:8542> To: <sip:123@xxxxxxxxxxxx> From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO Content-Type: application/sdp User-Agent: eyeBeam release 3004t stamp 16741 Content-Length: 237 v=0 o=- 104558952 104558971 IN IP4 192.168.1.28 s=eyeBeam c=IN IP4 192.168.1.28 t=0 0 m=audio 8540 RTP/AVP 8 0 18 101 a=alt:1 1 : B70CACDB B4C7DBDE 192.168.1.28 8540 a=fmtp:101 0-15 a=rtpmap:101 telephone-event/8000 a=sendrecv WARNING | 20060310-142631.328 | | RESIP:TEST | 2128 | CallManager.hxx:47 | UAC(INVITE): CallAppDialogSet: created. DEBUG | 20060310-142631.343 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:483 | Looked up source for destination: [ V4 192.168.1.28:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] -> [ V4 127.0.0.1:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] sent-by=192.168.1.28 sent-port=8542 DEBUG | 20060310-142631.343 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:670 | Transmitting to [ V4 192.168.1.28:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4 127.0.0.1:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]SIP/2.0 180 Ringing Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Contact: <sip:123@xxxxxxxxxxxx> To: <sip:123@xxxxxxxxxxxx>;tag=8e37513c From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Content-Length: 0 DEBUG | 20060310-142631.343 | | RESIP:TRANSPORT | 3092 | Transport.cxx:210 | Adding message to tx buffer to: [ V4 192.168.1.28:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] WARNING | 20060310-142631.406 | | RESIP:DNS | 2128 | dnsutil.cxx:140 | local hostname does not contain a domain part DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | BaseCreator.cxx:124 | BaseCreator::makeInitialRequest: 01633040 DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogSet.cxx:51 | ************* Created DialogSet(UAC) -- 587b965b93409f4d@REVWRUxPUC0x-e126c60c************* DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:439 | ************* Adding DialogSet *************** DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:440 | Before: [310fc14bf97dfb08-8e37513c -> 0088F980] DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:442 | After: [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:748 | SEND: INVITE sip:109@xxxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/ ;branch=z9hG4bK-d87543-4e238e43624fa138-1--d87543-;rport Max-Forwards: 70 Contact: <sip:> To: <sip:109@xxxxxxxxxxxxx> From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE Content-Type: application/sdp Content-Length: 237 v=0 o=- 104558952 104558971 IN IP4 192.168.1.28 s=eyeBeam c=IN IP4 192.168.1.28 t=0 0 m=audio 8540 RTP/AVP 8 0 18 101 a=alt:1 1 : B70CACDB B4C7DBDE 192.168.1.28 8540 a=fmtp:101 0-15 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 587b965b93409f4d@REVWRUxPUC0x-e126c60c- DEBUG | 20060310-142631.406 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:865 | Send: SipReq: INVITE 109@xxxxxxxxxxxxx tid=4e238e43624fa138 cseq=INVITE contact= / 1 from(tu) DEBUG | 20060310-142631.406 | | RESIP | 2128 | SipStack.cxx:294 | SEND: SipReq: INVITE 109@xxxxxxxxxxxxx tid=4e238e43624fa138 cseq=INVITE contact= / 1 from(tu) DEBUG | 20060310-142631.421 | | RESIP:TRANSACTION | 3092 | TimerQueue.cxx:85 | Adding timer: Timer B tid=4e238e43624fa138 ms=32000 DEBUG | 20060310-142631.437 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:247 | Looking up dns entries for sip:109@xxxxxxxxxxxxx DEBUG | 20060310-142631.437 | | RESIP:DNS | 3092 | DnsResult.cxx:184 | DnsResult::lookup sip:109@xxxxxxxxxxxxx DEBUG | 20060310-142631.437 | | RESIP:DNS | 3092 | DnsResult.cxx:318 | Numeric result so return immediately: [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 connectionId=0 ] DEBUG | 20060310-142631.437 | | RESIP:TRANSACTION | 3092 | TimerQueue.cxx:85 | Adding timer: Timer A tid=4e238e43624fa138 ms=500 DEBUG | 20060310-142631.437 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:483 | Looked up source for destination: [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 connectionId=0 ] -> [ V4 192.168.1.28:0 UDP target domain=192.168.1.109 connectionId=0 ] sent-by= sent-port=0 DEBUG | 20060310-142631.437 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:752 | findTransport([ V4 192.168.1.28:0 UDP target domain=192.168.1.109 connectionId=0 ]) DEBUG | 20060310-142631.437 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:794 | findTransport (any port, any interface) => Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] DEBUG | 20060310-142631.437 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:670 | Transmitting to [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4 192.168.1.28:0 UDP target domain=192.168.1.109 connectionId=0 ]INVITE sip:109@xxxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-4e238e43624fa138-1--d87543-;rport Max-Forwards: 70 Contact: <sip:192.168.1.28:5060> To: <sip:109@xxxxxxxxxxxxx> From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE Content-Type: application/sdp Content-Length: 237 v=0 o=- 104558952 104558971 IN IP4 192.168.1.28 s=eyeBeam c=IN IP4 192.168.1.28 t=0 0 m=audio 8540 RTP/AVP 8 0 18 101 a=alt:1 1 : B70CACDB B4C7DBDE 192.168.1.28 8540 a=fmtp:101 0-15 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20060310-142631.437 | | RESIP:TRANSPORT | 3092 | Transport.cxx:210 | Adding message to tx buffer to: [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142631.437 | | RESIP:TRANSPORT | 3092 | Transport.cxx:259 | incoming from: [ V4 192.168.1.109:5060 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142631.437 | | RESIP:DNS | 3092 | DnsResult.cxx:175 | Whitelisting 192.168.1.109(1): 192.168.1.109 DEBUG | 20060310-142631.437 | | RESIP:TRANSACTION | 3092 | TransactionState.cxx:1595 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-4e238e43624fa138-1--d87543-;rport=5060 To: <sip:109@xxxxxxxxxxxxx> From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 INVITE Server: Linksys/PAP2-2.0.12(LS) Content-Length: 0 INFO | 20060310-142631.437 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1128 | Got: SipResp: 100 tid=4e238e43624fa138 cseq=INVITE / 1 from(wire) DEBUG | 20060310-142631.453 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142631.453 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142631.453 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1556 | DialogUsageManager::processResponse: SipResp: 100 tid=4e238e43624fa138 cseq=INVITE / 1 from(wire) DEBUG | 20060310-142631.453 | | RESIP:TRANSPORT | 3092 | Transport.cxx:259 | incoming from: [ V4 192.168.1.109:5060 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142631.453 | | RESIP:TRANSACTION | 3092 | TransactionState.cxx:1595 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 180 Ringing Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-4e238e43624fa138-1--d87543-;rport=5060 To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 INVITE Server: Linksys/PAP2-2.0.12(LS) Content-Length: 0 INFO | 20060310-142631.453 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1128 | Got: SipResp: 180 tid=4e238e43624fa138 cseq=INVITE / 1 from(wire) DEBUG | 20060310-142631.453 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142631.453 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142631.453 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1556 | DialogUsageManager::processResponse: SipResp: 180 tid=4e238e43624fa138 cseq=INVITE / 1 from(wire) DEBUG | 20060310-142631.453 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 587b965b93409f4d@REVWRUxPUC0x-e126c60c-799321a93a507937i0 INFO | 20060310-142631.453 | | RESIP:DUM | 2128 | DialogSet.cxx:631 | Cannot create a dialog, no Contact in 180. DEBUG | 20060310-142634.093 | | RESIP:TRANSPORT | 3092 | Transport.cxx:259 | incoming from: [ V4 192.168.1.109:5060 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142634.093 | | RESIP:TRANSACTION | 3092 | TransactionState.cxx:1595 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-4e238e43624fa138-1--d87543-;rport=5060 Contact: Lucas Martinez <sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 INVITE Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Supported: x-sipura Content-Length: 240 v=0 o=- 6595661 6595661 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv DEBUG | 20060310-142634.093 | | RESIP:TRANSACTION | 3092 | TimerQueue.cxx:85 | Adding timer: Timer StaleClient tid=4e238e43624fa138 ms=32000 INFO | 20060310-142634.093 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1128 | Got: SipResp: 200 tid=4e238e43624fa138 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 1 from(wire) DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1556 | DialogUsageManager::processResponse: SipResp: 200 tid=4e238e43624fa138 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 1 from(wire) DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 587b965b93409f4d@REVWRUxPUC0x-e126c60c-799321a93a507937i0 DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | DialogSet.cxx:646 | Creating a new Dialog from msg: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-4e238e43624fa138-1--d87543-;rport=5060 Contact: "Lucas Martinez"<sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 INVITE Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Supported: x-sipura Content-Length: 240 v=0 o=- 6595661 6595661 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 587b965b93409f4d@REVWRUxPUC0x-e126c60c-799321a93a507937i0 DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | Dialog.cxx:197 | ************** Created Dialog as UAC ************** DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | Dialog.cxx:198 | mRemoteNameAddr: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | Dialog.cxx:199 | mLocalNameAddr: <sip:B2B>;tag=e126c60c DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | Dialog.cxx:200 | mLocalContact: <sip:> DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | Dialog.cxx:201 | mRemoteTarget: "Lucas Martinez"<sip:109@xxxxxxxxxxxxx:5060> DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | Dialog.cxx:206 | Dialog::Dialog 587b965b93409f4d@REVWRUxPUC0x-e126c60c-799321a93a507937i0 DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | DialogSet.cxx:683 | ### Calling CreateAppDialog ### SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-4e238e43624fa138-1--d87543-;rport=5060 Contact: "Lucas Martinez"<sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 INVITE Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Supported: x-sipura Content-Length: 240 v=0 o=- 6595661 6595661 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv WARNING | 20060310-142634.093 | | RESIP:TEST | 2128 | CallManager.hxx:33 | UAC(INVITE): CallAppDialog: created. DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | Dialog.cxx:292 | Dialog::dispatch: SipResp: 200 tid=4e238e43624fa138 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 1 from(wire) INFO | 20060310-142634.093 | | RESIP:DUM | 2128 | Dialog.cxx:537 | Dialog::dispatch, ignoring stray response: SipResp: 200 tid=4e238e43624fa138 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 1 from(wire) DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | Dialog.cxx:557 | Dialog::dispatch -- Created new client invite sessionSipResp: 200 tid=4e238e43624fa138 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 1 from(wire) DEBUG | 20060310-142634.093 | | RESIP:DUM | 2128 | InviteSession.cxx:73 | ^^^ InviteSession::InviteSession 01628FB0 DEBUG | 20060310-142634.109 | | RESIP | 2128 | SipMessage.cxx:811 | SipMessage::getContents: application/sdp DEBUG | 20060310-142634.109 | | RESIP | 2128 | Helper.cxx:1822 | Got sdp INFO | 20060310-142634.109 | | RESIP:DUM | 2128 | InviteSession.cxx:1998 | Transition UAC_Start -> InviteSession::Connected DEBUG | 20060310-142634.109 | | RESIP:DUM | 2128 | Dialog.cxx:888 | Dialog::makeRequest: ACK sip:109@xxxxxxxxxxxxx:5060 SIP/2.0 Via: SIP/2.0/ ;branch=z9hG4bK-d87543-3e17a469fe707f11-1--d87543-;rport Max-Forwards: 70 Contact: <sip:> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: -1 ACK Content-Length: 0 DEBUG | 20060310-142634.109 | | RESIP:TRANSACTION | 2128 | TimerQueue.cxx:105 | Adding application timer: DumTimeout::CanDiscardAck INVITE: 6 InviteSession::Connected ADDR=<sip:B2B>;tag=e126c60c PEER=<sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0: duration=32000 seq=1 INFO | 20060310-142634.109 | | RESIP:DUM | 2128 | InviteSession.cxx:2295 | Sending SipReq: ACK 109@xxxxxxxxxxxxx:5060 tid=3e17a469fe707f11 cseq=ACK contact= / 1 from(tu) DEBUG | 20060310-142634.109 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142634.109 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142634.109 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:748 | SEND: ACK sip:109@xxxxxxxxxxxxx:5060 SIP/2.0 Via: SIP/2.0/ ;branch=z9hG4bK-d87543-3e17a469fe707f11-1--d87543-;rport Max-Forwards: 70 Contact: <sip:> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 ACK Content-Length: 0 DEBUG | 20060310-142634.109 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142634.109 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142634.109 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 587b965b93409f4d@REVWRUxPUC0x-e126c60c-799321a93a507937i0 DEBUG | 20060310-142634.109 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:865 | Send: SipReq: ACK 109@xxxxxxxxxxxxx:5060 tid=3e17a469fe707f11 cseq=ACK contact= / 1 from(tu) DEBUG | 20060310-142634.109 | | RESIP | 2128 | SipStack.cxx:294 | SEND: SipReq: ACK 109@xxxxxxxxxxxxx:5060 tid=3e17a469fe707f11 cseq=ACK contact= / 1 from(tu) WARNING | 20060310-142634.109 | | RESIP:TEST | 2128 | CallManager.hxx:359 | CallManager: ClientInviteSession-onNewSession - SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-4e238e43624fa138-1--d87543-;rport=5060 Contact: "Lucas Martinez"<sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 INVITE Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Supported: x-sipura Content-Length: 240 v=0 o=- 6595661 6595661 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv DEBUG | 20060310-142634.125 | | RESIP:TEST | 2128 | CallManager.cxx:93 | CALL ID COMPARE 587b965b93409f4d@REVWRUxPUC0x = 587b965b93409f4d@REVWRUxPUC0x WARNING | 20060310-142634.125 | | RESIP:TEST | 2128 | CallManager.hxx:136 | CallManager: InviteSession-onAnswer(SDP) DEBUG | 20060310-142634.125 | | RESIP:TRANSACTION | 3092 | TimerQueue.cxx:85 | Adding timer: Timer Stateless tid=3e17a469fe707f11 ms=32000 DEBUG | 20060310-142634.125 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:247 | Looking up dns entries for sip:109@xxxxxxxxxxxxx:5060 DEBUG | 20060310-142634.125 | | RESIP:DNS | 3092 | DnsResult.cxx:184 | DnsResult::lookup sip:109@xxxxxxxxxxxxx:5060 DEBUG | 20060310-142634.125 | | RESIP:DNS | 3092 | DnsResult.cxx:318 | Numeric result so return immediately: [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 connectionId=0 ] DEBUG | 20060310-142634.125 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:483 | Looked up source for destination: [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 connectionId=0 ] -> [ V4 192.168.1.28:0 UDP target domain=192.168.1.109 connectionId=0 ] sent-by= sent-port=0 DEBUG | 20060310-142634.125 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:752 | findTransport([ V4 192.168.1.28:0 UDP target domain=192.168.1.109 connectionId=0 ]) DEBUG | 20060310-142634.125 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:794 | findTransport (any port, any interface) => Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] DEBUG | 20060310-142634.125 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:670 | Transmitting to [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4 192.168.1.28:0 UDP target domain=192.168.1.109 connectionId=0 ]ACK sip:109@xxxxxxxxxxxxx:5060 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-3e17a469fe707f11-1--d87543-;rport Max-Forwards: 70 Contact: <sip:192.168.1.28:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 1 ACK Content-Length: 0 DEBUG | 20060310-142634.125 | | RESIP:TRANSPORT | 3092 | Transport.cxx:210 | Adding message to tx buffer to: [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] INFO | 20060310-142634.125 | | RESIP:DUM | 2128 | InviteSession.cxx:1998 | Transition InviteSession::Connected -> InviteSession::SentReinviteNoOffer DEBUG | 20060310-142634.125 | | RESIP:DUM | 2128 | Dialog.cxx:888 | Dialog::makeRequest: INVITE sip:109@xxxxxxxxxxxxx:5060 SIP/2.0 Via: SIP/2.0/ ;branch=z9hG4bK-d87543-5b366b21c677120c-1--d87543-;rport Max-Forwards: 70 Contact: <sip:> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE Content-Type: application/sdp Content-Length: 237 v=0 o=- 104558952 104558971 IN IP4 192.168.1.28 s=eyeBeam c=IN IP4 192.168.1.28 t=0 0 m=audio 8540 RTP/AVP 8 0 18 101 a=alt:1 1 : B70CACDB B4C7DBDE 192.168.1.28 8540 a=fmtp:101 0-15 a=rtpmap:101 telephone-event/8000 a=sendrecv INFO | 20060310-142634.125 | | RESIP:DUM | 2128 | InviteSession.cxx:288 | Sending SipReq: INVITE 109@xxxxxxxxxxxxx:5060 tid=5b366b21c677120c cseq=INVITE contact= / 2 from(tu) DEBUG | 20060310-142634.125 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142634.125 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142634.125 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:748 | SEND: INVITE sip:109@xxxxxxxxxxxxx:5060 SIP/2.0 Via: SIP/2.0/ ;branch=z9hG4bK-d87543-3019d02e320ecc71-1--d87543-;rport Max-Forwards: 70 Contact: <sip:> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE Content-Length: 0 DEBUG | 20060310-142634.125 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142634.125 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142634.125 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 587b965b93409f4d@REVWRUxPUC0x-e126c60c-799321a93a507937i0 DEBUG | 20060310-142634.125 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:865 | Send: SipReq: INVITE 109@xxxxxxxxxxxxx:5060 tid=3019d02e320ecc71 cseq=INVITE contact= / 2 from(tu) DEBUG | 20060310-142634.125 | | RESIP | 2128 | SipStack.cxx:294 | SEND: SipReq: INVITE 109@xxxxxxxxxxxxx:5060 tid=3019d02e320ecc71 cseq=INVITE contact= / 2 from(tu) DEBUG | 20060310-142634.156 | | RESIP:TRANSACTION | 3092 | TimerQueue.cxx:85 | Adding timer: Timer B tid=3019d02e320ecc71 ms=32000 DEBUG | 20060310-142634.156 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:247 | Looking up dns entries for sip:109@xxxxxxxxxxxxx:5060 DEBUG | 20060310-142634.156 | | RESIP:DNS | 3092 | DnsResult.cxx:184 | DnsResult::lookup sip:109@xxxxxxxxxxxxx:5060 DEBUG | 20060310-142634.156 | | RESIP:DNS | 3092 | DnsResult.cxx:318 | Numeric result so return immediately: [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 connectionId=0 ] DEBUG | 20060310-142634.156 | | RESIP:TRANSACTION | 3092 | TimerQueue.cxx:85 | Adding timer: Timer A tid=3019d02e320ecc71 ms=500 DEBUG | 20060310-142634.156 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:483 | Looked up source for destination: [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 connectionId=0 ] -> [ V4 192.168.1.28:0 UDP target domain=192.168.1.109 connectionId=0 ] sent-by= sent-port=0 DEBUG | 20060310-142634.156 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:752 | findTransport([ V4 192.168.1.28:0 UDP target domain=192.168.1.109 connectionId=0 ]) DEBUG | 20060310-142634.156 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:794 | findTransport (any port, any interface) => Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] DEBUG | 20060310-142634.156 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:670 | Transmitting to [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4 192.168.1.28:0 UDP target domain=192.168.1.109 connectionId=0 ]INVITE sip:109@xxxxxxxxxxxxx:5060 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-3019d02e320ecc71-1--d87543-;rport Max-Forwards: 70 Contact: <sip:192.168.1.28:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 2 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE Content-Length: 0 DEBUG | 20060310-142634.156 | | RESIP:TRANSPORT | 3092 | Transport.cxx:210 | Adding message to tx buffer to: [ V4 192.168.1.109:5060 UDP target domain=192.168.1.109 received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142634.187 | | RESIP:TRANSPORT | 3092 | Transport.cxx:259 | incoming from: [ V4 192.168.1.109:5060 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142634.187 | | RESIP:DNS | 3092 | DnsResult.cxx:175 | Whitelisting 192.168.1.109(1): 192.168.1.109 DEBUG | 20060310-142634.187 | | RESIP:DNS | 3092 | rrvip.cxx:129 | updating an existing vip: 192.168.1.109 with 192.168.1.109 DEBUG | 20060310-142634.187 | | RESIP:TRANSACTION | 3092 | TransactionState.cxx:1595 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-3019d02e320ecc71-1--d87543-;rport=5060 Contact: Lucas Martinez <sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 2 INVITE Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Content-Length: 288 v=0 o=- 6595933 6595933 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 0 8 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv DEBUG | 20060310-142634.187 | | RESIP:TRANSACTION | 3092 | TimerQueue.cxx:85 | Adding timer: Timer StaleClient tid=3019d02e320ecc71 ms=32000 INFO | 20060310-142634.187 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1128 | Got: SipResp: 200 tid=3019d02e320ecc71 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 2 from(wire) DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1556 | DialogUsageManager::processResponse: SipResp: 200 tid=3019d02e320ecc71 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 2 from(wire) DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 587b965b93409f4d@REVWRUxPUC0x-e126c60c-799321a93a507937i0 DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | DialogSet.cxx:380 | Found matching dialog mClientSubscriptions(0), mServerSubscriptions(0) for SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-3019d02e320ecc71-1--d87543-;rport=5060 Contact: "Lucas Martinez"<sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 2 INVITE Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Content-Length: 288 v=0 o=- 6595933 6595933 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 0 8 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | Dialog.cxx:292 | Dialog::dispatch: SipResp: 200 tid=3019d02e320ecc71 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 2 from(wire) DEBUG | 20060310-142634.187 | | RESIP | 2128 | SipMessage.cxx:811 | SipMessage::getContents: application/sdp DEBUG | 20060310-142634.187 | | RESIP | 2128 | Helper.cxx:1822 | Got sdp INFO | 20060310-142634.187 | | RESIP:DUM | 2128 | InviteSession.cxx:1998 | Transition InviteSession::SentReinviteNoOffer -> InviteSession::SentReinviteAnswered DEBUG | 20060310-142634.187 | | RESIP:TEST | 2128 | CallManager.cxx:81 | CALL ID COMPARE 310fc14bf97dfb08 = 587b965b93409f4d@REVWRUxPUC0x DEBUG | 20060310-142634.187 | | RESIP:TEST | 2128 | CallManager.cxx:93 | CALL ID COMPARE 587b965b93409f4d@REVWRUxPUC0x = 587b965b93409f4d@REVWRUxPUC0x WARNING | 20060310-142634.187 | | RESIP:TEST | 2128 | CallManager.hxx:317 | CallManager: ClientInviteSession-onOffer(SDP) SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-3019d02e320ecc71-1--d87543-;rport=5060 Contact: "Lucas Martinez"<sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 2 INVITE Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Content-Length: 288 v=0 o=- 6595933 6595933 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 0 8 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv INFO | 20060310-142634.187 | | RESIP:DUM | 2128 | ServerInviteSession.cxx:227 | UAS_EarlyOffer: provideAnswer INFO | 20060310-142634.187 | | RESIP:DUM | 2128 | InviteSession.cxx:1998 | Transition UAS_EarlyOffer -> UAS_EarlyProvidedAnswer INFO | 20060310-142634.187 | | RESIP:DUM | 2128 | ServerInviteSession.cxx:416 | UAS_EarlyProvidedAnswer: accept(200) INFO | 20060310-142634.187 | | RESIP:DUM | 2128 | InviteSession.cxx:1998 | Transition UAS_EarlyProvidedAnswer -> UAS_Accepted DEBUG | 20060310-142634.187 | | RESIP | 2128 | Helper.cxx:302 | Helper::makeResponse(SipReq: INVITE 123@xxxxxxxxxxxx tid=511400055 cseq=INVITE contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) code=200 reason= DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | Dialog.cxx:935 | Dialog::makeResponse: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Contact: <sip:123@xxxxxxxxxxxx> To: <sip:123@xxxxxxxxxxxx>;tag=8e37513c From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE Content-Length: 0 DEBUG | 20060310-142634.187 | | RESIP:TRANSACTION | 2128 | TimerQueue.cxx:105 | Adding application timer: DumTimeout::Retransmit200 INVITE: 3 UAS_Accepted ADDR=<sip:123@xxxxxxxxxxxx>;tag=8e37513c PEER="Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813: duration=500 seq=1 DEBUG | 20060310-142634.187 | | RESIP:TRANSACTION | 2128 | TimerQueue.cxx:105 | Adding application timer: DumTimeout::WaitForAck INVITE: 3 UAS_Accepted ADDR=<sip:123@xxxxxxxxxxxx>;tag=8e37513c PEER="Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813: duration=32000 seq=1 DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 310fc14bf97dfb08-8e37513c in map: DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142634.187 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:748 | SEND: SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Contact: <sip:123@xxxxxxxxxxxx> To: <sip:123@xxxxxxxxxxxx>;tag=8e37513c From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE Content-Type: application/sdp Content-Length: 288 v=0 o=- 6595933 6595933 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 0 8 100 101 a=fmtp:101 0-15 a=ptime:30 a=rtpmap:18 G729a/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20060310-142634.187 | | RESIP | 2128 | SipStack.cxx:276 | SEND: SipResp: 200 tid=511400055 cseq=INVITE contact=123@xxxxxxxxxxxx / 1 from(tu) WARNING | 20060310-142634.187 | | RESIP:TEST | 2128 | CallManager.hxx:120 | CallManager: InviteSession-onConnected - SipResp: 200 tid=511400055 cseq=INVITE contact=123@xxxxxxxxxxxx / 1 from(tu) DEBUG | 20060310-142634.203 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:483 | Looked up source for destination: [ V4 192.168.1.28:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] -> [ V4 127.0.0.1:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] sent-by=192.168.1.28 sent-port=8542 DEBUG | 20060310-142634.203 | | RESIP:TRANSPORT | 3092 | TransportSelector.cxx:670 | Transmitting to [ V4 192.168.1.28:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] tlsDomain= via [ V4 127.0.0.1:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ]SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-511400055-1--d87543-;rport=8542 Contact: <sip:123@xxxxxxxxxxxx> To: <sip:123@xxxxxxxxxxxx>;tag=8e37513c From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 INVITE Allow: INVITE, ACK, CANCEL, OPTIONS, BYE Content-Type: application/sdp Content-Length: 288 v=0 o=- 6595933 6595933 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 0 8 100 101 a=fmtp:101 0-15 a=ptime:30 a=rtpmap:18 G729a/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=sendrecv DEBUG | 20060310-142634.203 | | RESIP:TRANSPORT | 3092 | Transport.cxx:210 | Adding message to tx buffer to: [ V4 192.168.1.28:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142634.203 | | RESIP:TRANSACTION | 3092 | TimerQueue.cxx:85 | Adding timer: Timer StaleServer tid=511400055 ms=32000 DEBUG | 20060310-142634.218 | | RESIP:TRANSPORT | 3092 | Transport.cxx:259 | incoming from: [ V4 192.168.1.28:8542 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142634.218 | | RESIP:TRANSACTION | 3092 | TransactionUser.cxx:66 | Checking if SipReq: ACK 123@xxxxxxxxxxxx tid=973567930 cseq=ACK contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) is for me DEBUG | 20060310-142634.218 | | RESIP:TRANSACTION | 3092 | TransactionUser.cxx:71 | Checking rule... DEBUG | 20060310-142634.218 | | RESIP:TRANSACTION | 3092 | MessageFilterRule.cxx:42 | Matching rule for ACK sip:123@xxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-973567930-1--d87543-;rport=8542 Max-Forwards: 70 Contact: <sip:54991237@xxxxxxxxxxxx:8542> To: <sip:123@xxxxxxxxxxxx>;tag=8e37513c From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 ACK User-Agent: eyeBeam release 3004t stamp 16741 Content-Length: 0 DEBUG | 20060310-142634.218 | | RESIP:TRANSACTION | 3092 | TransactionUser.cxx:74 | Match! DEBUG | 20060310-142634.218 | | RESIP:TRANSACTION | 3092 | TransactionState.cxx:1595 | Send to TU: TU: DialogUsageManager size=0 ACK sip:123@xxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-973567930-1--d87543-;rport=8542 Max-Forwards: 70 Contact: <sip:54991237@xxxxxxxxxxxx:8542> To: <sip:123@xxxxxxxxxxxx>;tag=8e37513c From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 ACK User-Agent: eyeBeam release 3004t stamp 16741 Content-Length: 0 INFO | 20060310-142634.218 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1128 | Got: SipReq: ACK 123@xxxxxxxxxxxx tid=973567930 cseq=ACK contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) DEBUG | 20060310-142634.218 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1376 | DialogUsageManager::processRequest: SipReq: ACK 123@xxxxxxxxxxxx tid=973567930 cseq=ACK contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) DEBUG | 20060310-142634.218 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 310fc14bf97dfb08-8e37513c in map: DEBUG | 20060310-142634.218 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] INFO | 20060310-142634.218 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1436 | Handling in-dialog request: SipReq: ACK 123@xxxxxxxxxxxx tid=973567930 cseq=ACK contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) DEBUG | 20060310-142634.218 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 310fc14bf97dfb08-8e37513c-6b64c813 DEBUG | 20060310-142634.218 | | RESIP:DUM | 2128 | DialogSet.cxx:380 | Found matching dialog mClientSubscriptions(0), mServerSubscriptions(0) for ACK sip:123@xxxxxxxxxxxx SIP/2.0 Via: SIP/2.0/UDP 192.168.1.28:8542;branch=z9hG4bK-d87543-973567930-1--d87543-;rport=8542 Max-Forwards: 70 Contact: <sip:54991237@xxxxxxxxxxxx:8542> To: <sip:123@xxxxxxxxxxxx>;tag=8e37513c From: "Luis"<sip:54991237@xxxxxxxxxxxx>;tag=6b64c813 Call-ID: 310fc14bf97dfb08 CSeq: 1 ACK User-Agent: eyeBeam release 3004t stamp 16741 Content-Length: 0 DEBUG | 20060310-142634.218 | | RESIP:DUM | 2128 | Dialog.cxx:292 | Dialog::dispatch: SipReq: ACK 123@xxxxxxxxxxxx tid=973567930 cseq=ACK contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) DEBUG | 20060310-142634.218 | | RESIP | 2128 | Helper.cxx:1827 | No sdp INFO | 20060310-142634.218 | | RESIP:DUM | 2128 | ServerInviteSession.cxx:653 | dispatchAccepted: SipReq: ACK 123@xxxxxxxxxxxx tid=973567930 cseq=ACK contact=54991237@xxxxxxxxxxxx:8542 / 1 from(wire) INFO | 20060310-142634.218 | | RESIP:DUM | 2128 | InviteSession.cxx:1998 | Transition UAS_Accepted -> InviteSession::Connected DEBUG | 20060310-142634.671 | | RESIP:TRANSPORT | 3092 | Transport.cxx:259 | incoming from: [ V4 192.168.1.109:5060 UDP target domain=unspecified received on: Transport: [ V4 0.0.0.0:5060 UDP target domain=unspecified connectionId=0 ] connectionId=0 ] DEBUG | 20060310-142634.687 | | RESIP:TRANSACTION | 3092 | TransactionState.cxx:1595 | Send to TU: TU: DialogUsageManager size=0 SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-3019d02e320ecc71-1--d87543-;rport=5060 Contact: Lucas Martinez <sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 2 INVITE Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Content-Length: 288 v=0 o=- 6595933 6595933 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 0 8 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv INFO | 20060310-142634.687 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1128 | Got: SipResp: 200 tid=3019d02e320ecc71 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 2 from(wire) DEBUG | 20060310-142634.687 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1655 | Looking for dialogSet: 587b965b93409f4d@REVWRUxPUC0x-e126c60c in map: DEBUG | 20060310-142634.687 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1656 | [310fc14bf97dfb08-8e37513c -> 0088F980, 587b965b93409f4d@REVWRUxPUC0x-e126c60c -> 016364F0] DEBUG | 20060310-142634.687 | | RESIP:DUM | 2128 | DialogUsageManager.cxx:1556 | DialogUsageManager::processResponse: SipResp: 200 tid=3019d02e320ecc71 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 2 from(wire) DEBUG | 20060310-142634.687 | | RESIP:DUM | 2128 | DialogId.cxx:50 | DialogId::DialogId: 587b965b93409f4d@REVWRUxPUC0x-e126c60c-799321a93a507937i0 DEBUG | 20060310-142634.687 | | RESIP:DUM | 2128 | DialogSet.cxx:380 | Found matching dialog mClientSubscriptions(0), mServerSubscriptions(0) for SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-3019d02e320ecc71-1--d87543-;rport=5060 Contact: "Lucas Martinez"<sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 2 INVITE Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Content-Length: 288 v=0 o=- 6595933 6595933 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 0 8 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv DEBUG | 20060310-142634.687 | | RESIP:DUM | 2128 | Dialog.cxx:292 | Dialog::dispatch: SipResp: 200 tid=3019d02e320ecc71 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 2 from(wire) INFO | 20060310-142634.687 | | RESIP:DUM | 2128 | Dialog.cxx:537 | Dialog::dispatch, ignoring stray response: SipResp: 200 tid=3019d02e320ecc71 cseq=INVITE contact=109@xxxxxxxxxxxxx:5060 / 2 from(wire) WARNING | 20060310-142634.687 | | RESIP:DUM | 2128 | InviteSession.cxx:1469 | DUM delivered a INVITE to the InviteSession SIP/2.0 200 OK Via: SIP/2.0/UDP 192.168.1.28:5060;branch=z9hG4bK-d87543-3019d02e320ecc71-1--d87543-;rport=5060 Contact: "Lucas Martinez"<sip:109@xxxxxxxxxxxxx:5060> To: <sip:109@xxxxxxxxxxxxx>;tag=799321a93a507937i0 From: <sip:B2B>;tag=e126c60c Call-ID: 587b965b93409f4d@REVWRUxPUC0x CSeq: 2 INVITE Content-Type: application/sdp Server: Linksys/PAP2-2.0.12(LS) Content-Length: 288 v=0 o=- 6595933 6595933 IN IP4 192.168.1.109 s=- c=IN IP4 192.168.1.109 t=0 0 m=audio 16464 RTP/AVP 18 0 8 100 101 a=rtpmap:18 G729a/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:100 NSE/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:30 a=sendrecv