[OpenSIPS-Users] dlg_validate_dialog Error, help

Vlad Paiu vladpaiu at opensips.org
Thu Oct 11 09:23:01 CEST 2012


Hello,

Just as the logs says, the remote Contact is not valid according to SIP 
dialog point of view. At dialog establishment the Contact URI was 
'sip:5100 at 172.16.52.51;transport=UDP;user=phone ' while the sequential 
SIP message contained 'sip:5100 at 172.16.52.51;user=phone'.

Notice the removal of the transport=UDP parameter.

In such cases, you should use the fix_route_dialog() function exported 
by the dialog module.

Regards,

Vlad Paiu
OpenSIPS Developer
http://www.opensips-solutions.com

On 10/10/2012 06:43 PM, spady wrote:
> Hi, while i was making some test for my lab ( place on hold and retrive it )
> i noticed on opensips's log the following error:
>
> *ERROR:dialog:dlg_validate_dialog: failed to validate remote contact:
> dlg=[sip:5100 at 172.16.52.51;transport=UDP;user=phone] ,
> req=[sip:5100 at 172.16.52.51;user=phone] *
>
> I cannot understand why i get it.
> There someone that can explain why? what's wrong?
>
> here is the entire SIP log of call.
> Thanks a lot
>
>
>
> U 2012/10/10 17:38:13.909354 172.16.52.51:5060 -> 172.16.55.100:5060
> INVITE sip:3707 at 172.16.55.100;user=phone SIP/2.0.
> Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY, UPDATE.
> Supported: 100rel,from-change,timer,histinfo.
> User-Agent: OXO_GW_820/044.001.
> Session-Expires: 43200.
> P-Asserted-Identity: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> History-Info: <sip:3707 at 172.16.55.100;user=phone>;index=1.
> To: <sip:3707 at 172.16.55.100;user=phone>.
> From: "Pippo"
> <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> Contact: "Pippo" <sip:5100 at 172.16.52.51;transport=UDP;user=phone>.
> Content-Type: application/sdp.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 2006862861 INVITE.
> Via: SIP/2.0/UDP
> 172.16.52.51;rport;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e.
> Max-Forwards: 70.
> Content-Length: 215.
> .
> v=0.
> o=default 1349883523 1349883523 IN IP4 172.16.52.51.
> s=-.
> c=IN IP4 172.16.52.51.
> t=0 0.
> m=audio 32000 RTP/AVP 8 106 0.
> a=sendrecv.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-15.
> a=ptime:30.
> a=maxptime:90.
>
>
> U 2012/10/10 17:38:13.912215 172.16.55.100:5060 -> 172.16.52.51:5060
> SIP/2.0 100 Giving a try.
> To: <sip:3707 at 172.16.55.100;user=phone>.
> From: "Pippo"
> <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 2006862861 INVITE.
> Via: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;rport=5060;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e.
> Server: OpenSIPS-Longwave.
> Content-Length: 0.
> .
>
>
> T 2012/10/10 17:38:13.913014 172.16.55.100:53432 -> 10.9.101.163:5068 [AP]
> INVITE sip:3707 at lync.lwtec.eu:5068;user=phone SIP/2.0.
> Record-Route: <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>.
> Record-Route: <sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY, UPDATE.
> Supported: 100rel,from-change,timer,histinfo.
> User-Agent: OXO_GW_820/044.001.
> Session-Expires: 43200.
> P-Asserted-Identity: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> History-Info: <sip:3707 at 172.16.55.100;user=phone>;index=1.
> To: <sip:3707 at 172.16.55.100;user=phone>.
> From: "Pippo"
> <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> Content-Type: application/sdp.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 2006862861 INVITE.
> Via: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKe686.f7ef5b43.0.
> Via: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;rport=5060;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e.
> Max-Forwards: 69.
> Content-Length: 215.
> .
> v=0.
> o=default 1349883523 1349883523 IN IP4 172.16.52.51.
> s=-.
> c=IN IP4 172.16.52.51.
> t=0 0.
> m=audio 32000 RTP/AVP 8 106 0.
> a=sendrecv.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-15.
> a=ptime:30.
> a=maxptime:90.
>
>
> T 2012/10/10 17:38:13.916062 10.9.101.163:5068 -> 172.16.55.100:53432 [AP]
> SIP/2.0 100 Trying.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKe686.f7ef5b43.0,SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> CONTENT-LENGTH: 0.
> .
>
>
> T 2012/10/10 17:38:14.682343 10.9.101.163:5068 -> 172.16.55.100:53432 [AP]
> SIP/2.0 183 Session Progress.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKe686.f7ef5b43.0,SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 255.
> CONTENT-TYPE: application/sdp.
> ALLOW: CANCEL.
> ALLOW: BYE.
> ALLOW: UPDATE.
> ALLOW: PRACK.
> REQUIRE: 100rel.
> SERVER: RTCC/4.0.0.0 MediationServer.
> Rseq: 1.
> .
> v=0.
> o=- 219 1 IN IP4 10.9.101.163.
> s=session.
> c=IN IP4 10.9.101.163.
> b=CT:1000.
> t=0 0.
> m=audio 55904 RTP/AVP 8 106.
> c=IN IP4 10.9.101.163.
> a=rtcp:55905.
> a=label:Audio.
> a=sendrecv.
> a=rtpmap:8 PCMA/8000.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-16.
>
>
> U 2012/10/10 17:38:14.683662 172.16.55.100:5060 -> 172.16.52.51:5060
> SIP/2.0 183 Session Progress.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 255.
> CONTENT-TYPE: application/sdp.
> ALLOW: CANCEL.
> ALLOW: BYE.
> ALLOW: UPDATE.
> ALLOW: PRACK.
> REQUIRE: 100rel.
> SERVER: RTCC/4.0.0.0 MediationServer.
> Rseq: 1.
> .
> v=0.
> o=- 219 1 IN IP4 10.9.101.163.
> s=session.
> c=IN IP4 10.9.101.163.
> b=CT:1000.
> t=0 0.
> m=audio 55904 RTP/AVP 8 106.
> c=IN IP4 10.9.101.163.
> a=rtcp:55905.
> a=label:Audio.
> a=sendrecv.
> a=rtpmap:8 PCMA/8000.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-16.
>
>
> U 2012/10/10 17:38:14.689259 172.16.52.51:5060 -> 172.16.55.100:5060
> PRACK sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163 SIP/2.0.
> Route: <sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> Route: <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>.
> RAck: 1 2006862861 INVITE.
> User-Agent: OXO_GW_820/044.001.
> To: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d.
> From:
> <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 2006862862 PRACK.
> Via: SIP/2.0/UDP
> 172.16.52.51;rport;branch=z9hG4bKeb8391d6e3c07788dd276513f253460a.
> Max-Forwards: 70.
> Content-Length: 0.
> .
>
>
> T 2012/10/10 17:38:14.691014 172.16.55.100:53432 -> 10.9.101.163:5068 [AP]
> PRACK sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163 SIP/2.0.
> RAck: 1 2006862861 INVITE.
> User-Agent: OXO_GW_820/044.001.
> To: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d.
> From:
> <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 2006862862 PRACK.
> Via: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKb686.e322b912.0.
> Via: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;rport=5060;branch=z9hG4bKeb8391d6e3c07788dd276513f253460a.
> Max-Forwards: 69.
> Content-Length: 0.
> .
>
>
> T 2012/10/10 17:38:14.693164 10.9.101.163:5068 -> 172.16.55.100:53432 [AP]
> SIP/2.0 200 OK.
> FROM:
> <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862862 PRACK.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKb686.e322b912.0,SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKeb8391d6e3c07788dd276513f253460a;rport=5060.
> CONTENT-LENGTH: 0.
> SERVER: RTCC/4.0.0.0 MediationServer.
> .
>
>
> U 2012/10/10 17:38:14.693880 172.16.55.100:5060 -> 172.16.52.51:5060
> SIP/2.0 200 OK.
> FROM:
> <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862862 PRACK.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKeb8391d6e3c07788dd276513f253460a;rport=5060.
> CONTENT-LENGTH: 0.
> SERVER: RTCC/4.0.0.0 MediationServer.
> .
>
>
> T 2012/10/10 17:38:15.486364 10.9.101.163:5068 -> 172.16.55.100:53432 [AP]
> SIP/2.0 183 Session Progress.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKe686.f7ef5b43.0,SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 0.
> ALLOW: CANCEL.
> ALLOW: BYE.
> ALLOW: UPDATE.
> ALLOW: PRACK.
> SERVER: RTCC/4.0.0.0 MediationServer.
> .
>
>
> U 2012/10/10 17:38:15.487581 172.16.55.100:5060 -> 172.16.52.51:5060
> SIP/2.0 183 Session Progress.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 0.
> ALLOW: CANCEL.
> ALLOW: BYE.
> ALLOW: UPDATE.
> ALLOW: PRACK.
> SERVER: RTCC/4.0.0.0 MediationServer.
> .
>
>
> T 2012/10/10 17:38:16.116735 10.9.101.163:5068 -> 172.16.55.100:53432 [AP]
> SIP/2.0 180 Ringing.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKe686.f7ef5b43.0,SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 0.
> ALLOW: CANCEL.
> ALLOW: BYE.
> ALLOW: UPDATE.
> ALLOW: PRACK.
> SERVER: RTCC/4.0.0.0 MediationServer.
> .
>
>
> T 2012/10/10 17:38:16.117142 10.9.101.163:5068 -> 172.16.55.100:53432 [AP]
> SIP/2.0 183 Session Progress.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKe686.f7ef5b43.0,SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 0.
> ALLOW: CANCEL.
> ALLOW: BYE.
> ALLOW: UPDATE.
> ALLOW: PRACK.
> SERVER: RTCC/4.0.0.0 MediationServer.
> .
>
>
> U 2012/10/10 17:38:16.118214 172.16.55.100:5060 -> 172.16.52.51:5060
> SIP/2.0 180 Ringing.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 0.
> ALLOW: CANCEL.
> ALLOW: BYE.
> ALLOW: UPDATE.
> ALLOW: PRACK.
> SERVER: RTCC/4.0.0.0 MediationServer.
> .
>
>
> U 2012/10/10 17:38:16.119579 172.16.55.100:5060 -> 172.16.52.51:5060
> SIP/2.0 183 Session Progress.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 0.
> ALLOW: CANCEL.
> ALLOW: BYE.
> ALLOW: UPDATE.
> ALLOW: PRACK.
> SERVER: RTCC/4.0.0.0 MediationServer.
> .
>
>
> T 2012/10/10 17:38:21.399947 10.9.101.163:5068 -> 172.16.55.100:53432 [AP]
> SIP/2.0 200 OK.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKe686.f7ef5b43.0,SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 255.
> SUPPORTED: timer.
> SUPPORTED: 100rel.
> CONTENT-TYPE: application/sdp.
> ALLOW: ACK.
> SERVER: RTCC/4.0.0.0 MediationServer.
> Allow: CANCEL,BYE,INVITE,PRACK,UPDATE.
> Session-Expires: 1800;refresher=uac.
> Min-SE: 90.
> .
> v=0.
> o=- 219 1 IN IP4 10.9.101.163.
> s=session.
> c=IN IP4 10.9.101.163.
> b=CT:1000.
> t=0 0.
> m=audio 55904 RTP/AVP 8 106.
> c=IN IP4 10.9.101.163.
> a=rtcp:55905.
> a=label:Audio.
> a=sendrecv.
> a=rtpmap:8 PCMA/8000.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-16.
>
>
> U 2012/10/10 17:38:21.401283 172.16.55.100:5060 -> 172.16.52.51:5060
> SIP/2.0 200 OK.
> FROM:
> "Pippo"<sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> TO: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> CSEQ: 2006862861 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> VIA: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;branch=z9hG4bKd5d0ea77f8984e6c78d00a415ad7d86e;rport=5060.
> RECORD-ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 255.
> SUPPORTED: timer.
> SUPPORTED: 100rel.
> CONTENT-TYPE: application/sdp.
> ALLOW: ACK.
> SERVER: RTCC/4.0.0.0 MediationServer.
> Allow: CANCEL,BYE,INVITE,PRACK,UPDATE.
> Session-Expires: 1800;refresher=uac.
> Min-SE: 90.
> .
> v=0.
> o=- 219 1 IN IP4 10.9.101.163.
> s=session.
> c=IN IP4 10.9.101.163.
> b=CT:1000.
> t=0 0.
> m=audio 55904 RTP/AVP 8 106.
> c=IN IP4 10.9.101.163.
> a=rtcp:55905.
> a=label:Audio.
> a=sendrecv.
> a=rtpmap:8 PCMA/8000.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-16.
>
>
> U 2012/10/10 17:38:21.422197 172.16.52.51:5060 -> 172.16.55.100:5060
> ACK sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163 SIP/2.0.
> Route: <sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> Route: <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>.
> Contact: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> User-Agent: OXO_GW_820/044.001.
> To: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> From: "Pippo"
> <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 2006862861 ACK.
> Via: SIP/2.0/UDP
> 172.16.52.51;rport;branch=z9hG4bKc870d745d5068139d1c5afed328d6533.
> Max-Forwards: 70.
> Content-Length: 0.
> .
>
>
> T 2012/10/10 17:38:21.424121 172.16.55.100:53432 -> 10.9.101.163:5068 [AP]
> ACK sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163 SIP/2.0.
> Contact: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> User-Agent: OXO_GW_820/044.001.
> To: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> From: "Pippo"
> <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 2006862861 ACK.
> Via: SIP/2.0/TCP 172.16.55.100;branch=z9hG4bKe686.f7ef5b43.2.
> Via: SIP/2.0/UDP
> 172.16.52.51;received=172.16.52.51;rport=5060;branch=z9hG4bKc870d745d5068139d1c5afed328d6533.
> Max-Forwards: 69.
> Content-Length: 0.
> .
>
>
> T 2012/10/10 17:38:22.329658 10.9.101.163:52533 -> 172.16.55.100:5060 [AP]
> OPTIONS sip:172.16.55.100 SIP/2.0.
> FROM:
> <sip:lync.lwtec.eu:5068;transport=Tcp;ms-opaque=dcf7ba7515f99f91>;epid=D430E933C4;tag=53c85d8862.
> TO: <sip:172.16.55.100>.
> CSEQ: 28924 OPTIONS.
> CALL-ID: daef0b28c07e4c48bccb160b67c275a8.
> MAX-FORWARDS: 70.
> VIA: SIP/2.0/TCP 10.9.101.163:52533;branch=z9hG4bK9d35ca.
> CONTACT: <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163>.
> CONTENT-LENGTH: 0.
> USER-AGENT: RTCC/4.0.0.0 MediationServer.
> .
>
>
> T 2012/10/10 17:38:22.330977 172.16.55.100:5060 -> 10.9.101.163:52533 [AP]
> SIP/2.0 484 Address Incomplete.
> FROM:
> <sip:lync.lwtec.eu:5068;transport=Tcp;ms-opaque=dcf7ba7515f99f91>;epid=D430E933C4;tag=53c85d8862.
> TO: <sip:172.16.55.100>;tag=e791395b4be0f4d803e80cebe96daa00.93bf.
> CSEQ: 28924 OPTIONS.
> CALL-ID: daef0b28c07e4c48bccb160b67c275a8.
> VIA: SIP/2.0/TCP 10.9.101.163:52533;branch=z9hG4bK9d35ca.
> Server: OpenSIPS-Longwave.
> Content-Length: 0.
> .
>
>
> T 2012/10/10 17:38:25.521462 10.9.101.163:52534 -> 172.16.55.100:5060 [AP]
> INVITE sip:5100 at 172.16.52.51;user=phone SIP/2.0.
> FROM: <sip:3707 at 172.16.55.100;user=phone>;epid=D430E933C4;tag=79c7c2c84d.
> TO: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> CSEQ: 1 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> MAX-FORWARDS: 70.
> VIA: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bKf3c185ad.
> ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr;did=9b9.e8f0d7d7>,<sip:172.16.55.100;r2=on;lr;did=9b9.e8f0d7d7>.
> CONTACT:
> <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163;ms-opaque=dcf7ba7515f99f91>.
> CONTENT-LENGTH: 255.
> SUPPORTED: timer.
> SUPPORTED: 100rel.
> USER-AGENT: RTCC/4.0.0.0 MediationServer.
> CONTENT-TYPE: application/sdp.
> Session-Expires: 1800.
> Min-SE: 90.
> .
> v=0.
> o=- 219 2 IN IP4 10.9.101.163.
> s=session.
> c=IN IP4 10.9.101.163.
> b=CT:1000.
> t=0 0.
> m=audio 55904 RTP/AVP 8 106.
> c=IN IP4 10.9.101.163.
> a=rtcp:55905.
> a=label:Audio.
> a=inactive.
> a=rtpmap:8 PCMA/8000.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-16.
>
>
> U 2012/10/10 17:38:25.523752 172.16.55.100:5060 -> 172.16.52.51:5060
> INVITE sip:5100 at 172.16.52.51;user=phone SIP/2.0.
> Record-Route: <sip:172.16.55.100;r2=on;lr>.
> Record-Route: <sip:172.16.55.100;transport=tcp;r2=on;lr>.
> FROM: <sip:3707 at 172.16.55.100;user=phone>;epid=D430E933C4;tag=79c7c2c84d.
> TO: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> CSEQ: 1 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> MAX-FORWARDS: 69.
> Via: SIP/2.0/UDP 172.16.55.100;branch=z9hG4bK0f9f.9c105c35.0;i=12.
> VIA: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bKf3c185ad.
> CONTACT:
> <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163;ms-opaque=dcf7ba7515f99f91>.
> CONTENT-LENGTH: 255.
> SUPPORTED: timer.
> SUPPORTED: 100rel.
> USER-AGENT: RTCC/4.0.0.0 MediationServer.
> CONTENT-TYPE: application/sdp.
> Session-Expires: 1800.
> Min-SE: 90.
> .
> v=0.
> o=- 219 2 IN IP4 10.9.101.163.
> s=session.
> c=IN IP4 10.9.101.163.
> b=CT:1000.
> t=0 0.
> m=audio 55904 RTP/AVP 8 106.
> c=IN IP4 10.9.101.163.
> a=rtcp:55905.
> a=label:Audio.
> a=inactive.
> a=rtpmap:8 PCMA/8000.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-16.
>
>
> U 2012/10/10 17:38:25.546658 172.16.52.51:5060 -> 172.16.55.100:5060
> SIP/2.0 200 OK.
> Record-Route: <sip:172.16.55.100;r2=on;lr>.
> Record-Route: <sip:172.16.55.100;transport=tcp;r2=on;lr>.
> Content-Type: application/sdp.
> Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY, UPDATE.
> Contact: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> Require: timer.
> Supported: 100rel,timer,from-change.
> User-Agent: OXO_GW_820/044.001.
> Session-Expires: 1800;refresher=uac.
> P-Asserted-Identity: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> To: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> From: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 1 INVITE.
> Via: SIP/2.0/UDP 172.16.55.100;branch=z9hG4bK0f9f.9c105c35.0;i=12.
> Via: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bKf3c185ad.
> Content-Length: 219.
> .
> v=0.
> o=default 1349883523 1349883524 IN IP4 172.16.52.51.
> s=session.
> c=IN IP4 172.16.52.51.
> t=0 0.
> m=audio 32000 RTP/AVP 8 106.
> a=sendrecv.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-15.
> a=ptime:30.
> a=maxptime:90.
>
>
> T 2012/10/10 17:38:25.548106 172.16.55.100:5060 -> 10.9.101.163:52534 [AP]
> SIP/2.0 200 OK.
> Record-Route: <sip:172.16.55.100;r2=on;lr>.
> Record-Route: <sip:172.16.55.100;transport=tcp;r2=on;lr>.
> Content-Type: application/sdp.
> Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY, UPDATE.
> Contact: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> Require: timer.
> Supported: 100rel,timer,from-change.
> User-Agent: OXO_GW_820/044.001.
> Session-Expires: 1800;refresher=uac.
> P-Asserted-Identity: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> To: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> From: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 1 INVITE.
> Via: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bKf3c185ad.
> Content-Length: 218.
> .
> v=0.
> o=default 1349883523 1349883524 IN IP4 172.16.52.51.
> s=session.
> c=IN IP4 172.16.52.51.
> t=0 0.
> m=audio 32000 RTP/AVP 8 106.
> a=inactive
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-15.
> a=ptime:30.
> a=maxptime:90.
>
>
> T 2012/10/10 17:38:25.549369 10.9.101.163:52534 -> 172.16.55.100:5060 [AP]
> ACK sip:5100 at 172.16.52.51;user=phone SIP/2.0.
> FROM: <sip:3707 at 172.16.55.100;user=phone>;epid=D430E933C4;tag=79c7c2c84d.
> TO: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> CSEQ: 1 ACK.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> MAX-FORWARDS: 70.
> VIA: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bK9217cb41.
> ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr>,<sip:172.16.55.100;r2=on;lr>.
> CONTENT-LENGTH: 0.
> USER-AGENT: RTCC/4.0.0.0 MediationServer.
> .
>
>
> T 2012/10/10 17:38:31.722782 10.9.101.163:52534 -> 172.16.55.100:5060 [AP]
> INVITE sip:5100 at 172.16.52.51;user=phone SIP/2.0.
> FROM: <sip:3707 at 172.16.55.100;user=phone>;epid=D430E933C4;tag=79c7c2c84d.
> TO: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> CSEQ: 2 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> MAX-FORWARDS: 70.
> VIA: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bK3110c9f1.
> ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr>,<sip:172.16.55.100;r2=on;lr>.
> CONTACT:
> <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163;ms-opaque=dcf7ba7515f99f91>.
> CONTENT-LENGTH: 255.
> SUPPORTED: timer.
> SUPPORTED: 100rel.
> USER-AGENT: RTCC/4.0.0.0 MediationServer.
> CONTENT-TYPE: application/sdp.
> Session-Expires: 1800.
> Min-SE: 90.
> .
> v=0.
> o=- 219 3 IN IP4 10.9.101.163.
> s=session.
> c=IN IP4 10.9.101.163.
> b=CT:1000.
> t=0 0.
> m=audio 55904 RTP/AVP 8 106.
> c=IN IP4 10.9.101.163.
> a=rtcp:55905.
> a=label:Audio.
> a=sendrecv.
> a=rtpmap:8 PCMA/8000.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-16.
>
>
> U 2012/10/10 17:38:31.725018 172.16.55.100:5060 -> 172.16.52.51:5060
> INVITE sip:5100 at 172.16.52.51;user=phone SIP/2.0.
> Record-Route: <sip:172.16.55.100;r2=on;lr>.
> Record-Route: <sip:172.16.55.100;transport=tcp;r2=on;lr>.
> FROM: <sip:3707 at 172.16.55.100;user=phone>;epid=D430E933C4;tag=79c7c2c84d.
> TO: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> CSEQ: 2 INVITE.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> MAX-FORWARDS: 69.
> Via: SIP/2.0/UDP 172.16.55.100;branch=z9hG4bKde9f.ca4c58f6.0;i=12.
> VIA: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bK3110c9f1.
> CONTACT:
> <sip:LYNC.lwtec.eu:5068;transport=Tcp;maddr=10.9.101.163;ms-opaque=dcf7ba7515f99f91>.
> CONTENT-LENGTH: 255.
> SUPPORTED: timer.
> SUPPORTED: 100rel.
> USER-AGENT: RTCC/4.0.0.0 MediationServer.
> CONTENT-TYPE: application/sdp.
> Session-Expires: 1800.
> Min-SE: 90.
> .
> v=0.
> o=- 219 3 IN IP4 10.9.101.163.
> s=session.
> c=IN IP4 10.9.101.163.
> b=CT:1000.
> t=0 0.
> m=audio 55904 RTP/AVP 8 106.
> c=IN IP4 10.9.101.163.
> a=rtcp:55905.
> a=label:Audio.
> a=sendrecv.
> a=rtpmap:8 PCMA/8000.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-16.
>
>
> U 2012/10/10 17:38:31.749306 172.16.52.51:5060 -> 172.16.55.100:5060
> SIP/2.0 200 OK.
> Record-Route: <sip:172.16.55.100;r2=on;lr>.
> Record-Route: <sip:172.16.55.100;transport=tcp;r2=on;lr>.
> Content-Type: application/sdp.
> Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY, UPDATE.
> Contact: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> Require: timer.
> Supported: 100rel,timer,from-change.
> User-Agent: OXO_GW_820/044.001.
> Session-Expires: 1800;refresher=uac.
> P-Asserted-Identity: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> To: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> From: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 2 INVITE.
> Via: SIP/2.0/UDP 172.16.55.100;branch=z9hG4bKde9f.ca4c58f6.0;i=12.
> Via: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bK3110c9f1.
> Content-Length: 219.
> .
> v=0.
> o=default 1349883523 1349883525 IN IP4 172.16.52.51.
> s=session.
> c=IN IP4 172.16.52.51.
> t=0 0.
> m=audio 32000 RTP/AVP 8 106.
> a=sendrecv.
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-15.
> a=ptime:30.
> a=maxptime:90.
>
>
> T 2012/10/10 17:38:31.750859 172.16.55.100:5060 -> 10.9.101.163:52534 [AP]
> SIP/2.0 200 OK.
> Record-Route: <sip:172.16.55.100;r2=on;lr>.
> Record-Route: <sip:172.16.55.100;transport=tcp;r2=on;lr>.
> Content-Type: application/sdp.
> Allow: INVITE, ACK, CANCEL, BYE, OPTIONS, PRACK, REFER, NOTIFY, UPDATE.
> Contact: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> Require: timer.
> Supported: 100rel,timer,from-change.
> User-Agent: OXO_GW_820/044.001.
> Session-Expires: 1800;refresher=uac.
> P-Asserted-Identity: "Pippo" <sip:5100 at 172.16.52.51;user=phone>.
> To: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> From: <sip:3707 at 172.16.55.100;user=phone>;tag=79c7c2c84d;epid=D430E933C4.
> Call-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> CSeq: 2 INVITE.
> Via: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bK3110c9f1.
> Content-Length: 218.
> .
> v=0.
> o=default 1349883523 1349883525 IN IP4 172.16.52.51.
> s=session.
> c=IN IP4 172.16.52.51.
> t=0 0.
> m=audio 32000 RTP/AVP 8 106.
> a=inactive
> a=rtpmap:106 telephone-event/8000.
> a=fmtp:106 0-15.
> a=ptime:30.
> a=maxptime:90.
>
>
> T 2012/10/10 17:38:31.752343 10.9.101.163:52534 -> 172.16.55.100:5060 [AP]
> ACK sip:5100 at 172.16.52.51;user=phone SIP/2.0.
> FROM: <sip:3707 at 172.16.55.100;user=phone>;epid=D430E933C4;tag=79c7c2c84d.
> TO: <sip:5100 at 172.16.52.51;user=phone>;tag=13ac8df865d64dcd009847fc0a655633.
> CSEQ: 2 ACK.
> CALL-ID: 3344b6afae639b1b0e2b1ce2b9ace640 at 172.16.52.51.
> MAX-FORWARDS: 70.
> VIA: SIP/2.0/TCP 10.9.101.163:52534;branch=z9hG4bK581e2533.
> ROUTE:
> <sip:172.16.55.100;transport=tcp;r2=on;lr>,<sip:172.16.55.100;r2=on;lr>.
> CONTENT-LENGTH: 0.
> USER-AGENT: RTCC/4.0.0.0 MediationServer.
> .
>
>
>
> --
> View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/dlg-validate-dialog-Error-help-tp7582200.html
> Sent from the OpenSIPS - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users




More information about the Users mailing list