[OpenSIPS-Users] Call Issues with MySQL Latency

osiris123d duane.larson at gmail.com
Thu Mar 25 22:54:52 CET 2010


Wondering if anyone has ran into an issue like this

I have a server with a public IP 66.X.X.X that is running
OpenSIPSMediaDispatcher and also MySQL.  I set up a second
OpenSIPS/MediaDispatcher with a public IP of 12.X.X.X and pointed the config
to the 66.X.X.X for all database queries.  I also have a MediaProxy-Relay
server at 66.X.X.X

When I point phones to the first OpenSIPS server and make calls everything
is fine.  When I point phones to the second OpenSIPS server I get weird
issues.  The caller makes an INVITE request and is asked to authenticate and
it does.  After that I think there is a very small delay so the phone thinks
nothing happened so it sends the INVITE again.  The Callee phone ends up
getting multiple calls coming in and things start to error out.  

The ping time from the second OpenSIPS server to the first opensips server
with the mysql database on it is about 83 ms.  Could that be the issue? 
Should an OpenSIPS server always have low latency between it and the
database?  I am going to try and get another OpenSIPS server up on the
66.X.X.X network and see if that fixes things, but wanted to know if this
could be causing my issues.

Here is a trace of what is happening.

U 2010/03/25 16:33:48.115931 192.251.125.224:8500 -> 12.X.X.X:5060
INVITE sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-2aea8dec357268f6-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX2731999 at 192.251.125.224:8500;transport=udp>.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 1 INVITE.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
Content-Type: application/sdp.
User-Agent: Bria release 2.5.4 stamp 53956.
Content-Length: 185.
.
v=0.
o=- 4 2 IN IP4 192.168.100.82.
s=CounterPath Bria.
c=IN IP4 192.168.100.82.
t=0 0.
m=audio 10472 RTP/AVP 9 0 3 101.
a=sendrecv.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.

#
U 2010/03/25 16:33:48.116897 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 407 Proxy Authentication Required.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-2aea8dec357268f6-1---d8754z-;rport=8500;received=192.251.125.224.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.f6f1.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 1 INVITE.
Proxy-Authenticate: Digest realm="irock.com",
nonce="4babd6da00000022d5aefc2125240a3650bd1657722ce687", qop="auth".
Server: AC SIP Proxy.
Content-Length: 0.
.

#
U 2010/03/25 16:33:48.209391 192.251.125.224:8500 -> 12.X.X.X:5060
ACK sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-2aea8dec357268f6-1---d8754z-;rport.
Max-Forwards: 70.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.f6f1.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 1 ACK.
Content-Length: 0.
.

#
U 2010/03/25 16:33:48.215864 192.251.125.224:8500 -> 12.X.X.X:5060
INVITE sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX2731999 at 192.251.125.224:8500;transport=udp>.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
Content-Type: application/sdp.
Proxy-Authorization: Digest
username="9XX2731999",realm="irock.com",nonce="4babd6da00000022d5aefc2125240a3650bd1657722ce687",uri="sip:2732000 at irock.com",response="8585744c9a24c899f9209437cd8f0497",cnonce="40a57a2871e80cd90d93ce34784fd701",nc=00000001,qop=auth,algorithm=MD5.
User-Agent: Bria release 2.5.4 stamp 53956.
Content-Length: 185.
.
v=0.
o=- 4 2 IN IP4 192.168.100.82.
s=CounterPath Bria.
c=IN IP4 192.168.100.82.
t=0 0.
m=audio 10472 RTP/AVP 9 0 3 101.
a=sendrecv.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.

#
U 2010/03/25 16:33:48.704814 192.251.125.224:8500 -> 12.X.X.X:5060
INVITE sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX2731999 at 192.251.125.224:8500;transport=udp>.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
Content-Type: application/sdp.
Proxy-Authorization: Digest
username="9XX2731999",realm="irock.com",nonce="4babd6da00000022d5aefc2125240a3650bd1657722ce687",uri="sip:2732000 at irock.com",response="8585744c9a24c899f9209437cd8f0497",cnonce="40a57a2871e80cd90d93ce34784fd701",nc=00000001,qop=auth,algorithm=MD5.
User-Agent: Bria release 2.5.4 stamp 53956.
Content-Length: 185.
.
v=0.
o=- 4 2 IN IP4 192.168.100.82.
s=CounterPath Bria.
c=IN IP4 192.168.100.82.
t=0 0.
m=audio 10472 RTP/AVP 9 0 3 101.
a=sendrecv.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.

#
U 2010/03/25 16:33:48.800403 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 407 Proxy Authentication Required.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500;received=192.251.125.224.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.02ea.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
Proxy-Authenticate: Digest realm="irock.com",
nonce="4babd6da00000023cf7aa749239329b903b871128aaa1662", qop="auth".
Server: AC SIP Proxy.
Content-Length: 0.
.

#
U 2010/03/25 16:33:48.883762 192.251.125.224:8500 -> 12.X.X.X:5060
ACK sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport.
Max-Forwards: 70.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.02ea.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 ACK.
Content-Length: 0.
.

#
U 2010/03/25 16:33:48.893888 192.251.125.224:8500 -> 12.X.X.X:5060
INVITE sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX2731999 at 192.251.125.224:8500;transport=udp>.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
Content-Type: application/sdp.
Proxy-Authorization: Digest
username="9XX2731999",realm="irock.com",nonce="4babd6da00000023cf7aa749239329b903b871128aaa1662",uri="sip:2732000 at irock.com",response="4a00104527003f06d2bc8664c8b18121",cnonce="d5759160ae29bb5cd0bdc8d7aa9d1c25",nc=00000001,qop=auth,algorithm=MD5.
User-Agent: Bria release 2.5.4 stamp 53956.
Content-Length: 185.
.
v=0.
o=- 4 2 IN IP4 192.168.100.82.
s=CounterPath Bria.
c=IN IP4 192.168.100.82.
t=0 0.
m=audio 10472 RTP/AVP 9 0 3 101.
a=sendrecv.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.

#
U 2010/03/25 16:33:48.967050 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 100 Giving a try.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500;received=192.251.125.224.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
Server: AC SIP Proxy.
Content-Length: 0.
.

#
U 2010/03/25 16:33:48.967928 12.X.X.X:5060 -> 192.251.125.224:8505
INVITE sip:9XX2732000 at 192.251.125.224:8505;rinstance=05d26110c0f2dbdc
SIP/2.0.
Record-Route: <sip:12.X.X.X;lr=on;ftag=c29eb309;nat=yes;did=37d.c790dda>.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK7adc.9af473a.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500.
Max-Forwards: 69.
Contact: <sip:9XX2731999 at 192.251.125.224:8500;transport=udp>.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
Content-Type: application/sdp.
User-Agent: Bria release 2.5.4 stamp 53956.
Content-Length: 184.
P-hint: route(3)|setflag7,forcerport,fix_contact.
P-hint: inbound->inbound .
.
v=0.
o=- 4 2 IN IP4 192.168.100.82.
s=CounterPath Bria.
c=IN IP4 12.184.75.219.
t=0 0.
m=audio 10026 RTP/AVP 9 0 3 101.
a=sendrecv.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.

#
U 2010/03/25 16:33:49.161733 192.251.125.224:8505 -> 12.X.X.X:5060
SIP/2.0 180 Ringing.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK7adc.9af473a.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500.
Record-Route: <sip:12.X.X.X;lr;ftag=c29eb309;nat=yes;did=37d.c790dda>.
Contact: <sip:9XX2732000 at 192.251.125.224:8505;rinstance=05d26110c0f2dbdc>.
To: <sip:2732000 at irock.com>;tag=527f3b49.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
User-Agent: X-Lite release 1103k stamp 56013.
Content-Length: 0.
.

#
U 2010/03/25 16:33:49.357338 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 180 Ringing.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500.
Record-Route: <sip:12.X.X.X;lr;ftag=c29eb309;nat=yes;did=37d.c790dda>.
Contact: <sip:9XX2732000 at 192.251.125.224:8505;rinstance=05d26110c0f2dbdc>.
To: <sip:2732000 at irock.com>;tag=527f3b49.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
User-Agent: X-Lite release 1103k stamp 56013.
Content-Length: 0.
.

#
U 2010/03/25 16:33:49.389488 192.251.125.224:8500 -> 12.X.X.X:5060
INVITE sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX2731999 at 192.251.125.224:8500;transport=udp>.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
Content-Type: application/sdp.
Proxy-Authorization: Digest
username="9XX2731999",realm="irock.com",nonce="4babd6da00000023cf7aa749239329b903b871128aaa1662",uri="sip:2732000 at irock.com",response="4a00104527003f06d2bc8664c8b18121",cnonce="d5759160ae29bb5cd0bdc8d7aa9d1c25",nc=00000001,qop=auth,algorithm=MD5.
User-Agent: Bria release 2.5.4 stamp 53956.
Content-Length: 185.
.
v=0.
o=- 4 2 IN IP4 192.168.100.82.
s=CounterPath Bria.
c=IN IP4 192.168.100.82.
t=0 0.
m=audio 10472 RTP/AVP 9 0 3 101.
a=sendrecv.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.

#
U 2010/03/25 16:33:49.486062 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 407 Proxy Authentication Required.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500;received=192.251.125.224.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.5ee9.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
Proxy-Authenticate: Digest realm="irock.com",
nonce="4babd6db00000024ec4be23e7b120474051744c509c9bcf6", qop="auth".
Server: AC SIP Proxy.
Content-Length: 0.
.

#
U 2010/03/25 16:33:49.570377 192.251.125.224:8500 -> 12.X.X.X:5060
ACK sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport.
Max-Forwards: 70.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.5ee9.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 ACK.
Content-Length: 0.
.

#
U 2010/03/25 16:33:49.651257 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 100 Giving a try.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500;received=192.251.125.224.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
Server: AC SIP Proxy.
Content-Length: 0.
.

#
U 2010/03/25 16:33:49.651755 12.X.X.X:5060 -> 192.251.125.224:8505
INVITE sip:9XX2732000 at 192.251.125.224:8505;rinstance=05d26110c0f2dbdc
SIP/2.0.
Record-Route: <sip:12.X.X.X;lr=on;ftag=c29eb309;nat=yes;did=37d.d790dda>.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK8adc.35807e52.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500.
Max-Forwards: 69.
Contact: <sip:9XX2731999 at 192.251.125.224:8500;transport=udp>.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
Content-Type: application/sdp.
User-Agent: Bria release 2.5.4 stamp 53956.
Content-Length: 184.
P-hint: route(3)|setflag7,forcerport,fix_contact.
P-hint: inbound->inbound .
.
v=0.
o=- 4 2 IN IP4 192.168.100.82.
s=CounterPath Bria.
c=IN IP4 12.184.75.219.
t=0 0.
m=audio 10026 RTP/AVP 9 0 3 101.
a=sendrecv.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.

#
U 2010/03/25 16:33:49.852946 192.251.125.224:8505 -> 12.X.X.X:5060
SIP/2.0 180 Ringing.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK8adc.35807e52.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500.
Record-Route: <sip:12.X.X.X;lr;ftag=c29eb309;nat=yes;did=37d.d790dda>.
Contact: <sip:9XX2732000 at 192.251.125.224:8505;rinstance=05d26110c0f2dbdc>.
To: <sip:2732000 at irock.com>;tag=28795356.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
User-Agent: X-Lite release 1103k stamp 56013.
Content-Length: 0.
.

#
U 2010/03/25 16:33:50.049977 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 180 Ringing.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500.
Record-Route: <sip:12.X.X.X;lr;ftag=c29eb309;nat=yes;did=37d.d790dda>.
Contact: <sip:9XX2732000 at 192.251.125.224:8505;rinstance=05d26110c0f2dbdc>.
To: <sip:2732000 at irock.com>;tag=28795356.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
User-Agent: X-Lite release 1103k stamp 56013.
Content-Length: 0.
.

#
U 2010/03/25 16:33:51.271883 192.251.125.224:8505 -> 12.X.X.X:5060
SIP/2.0 480 Temporarily Unavailable.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK7adc.9af473a.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500.
To: <sip:2732000 at irock.com>;tag=527f3b49.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
User-Agent: X-Lite release 1103k stamp 56013.
Warning: 399 devnull "User reject".
Content-Length: 0.
.

#
U 2010/03/25 16:33:51.469009 12.X.X.X:5060 -> 192.251.125.224:8505
ACK sip:9XX2732000 at 192.251.125.224:8505;rinstance=05d26110c0f2dbdc SIP/2.0.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK7adc.9af473a.0.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
To: <sip:2732000 at irock.com>;tag=527f3b49.
CSeq: 2 ACK.
Max-Forwards: 70.
User-Agent: OpenSIPS (1.6.2-notls (i386/linux)).
Content-Length: 0.
.

#
U 2010/03/25 16:33:51.568685 12.X.X.X:5060 -> 66.80.153.12:5060
INVITE sip:VMR_9XX2732000 at 66.80.153.12 SIP/2.0.
Record-Route: <sip:12.X.X.X;lr=on;ftag=c29eb309;nat=yes;did=37d.c790dda>.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK7adc.9af473a.1.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500.
Max-Forwards: 69.
Contact: <sip:9XX2731999 at 192.251.125.224:8500;transport=udp>.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
Content-Type: application/sdp.
User-Agent: Bria release 2.5.4 stamp 53956.
Content-Length: 184.
P-hint: route(3)|setflag7,forcerport,fix_contact.
P-hint: inbound->inbound .
.
v=0.
o=- 4 2 IN IP4 192.168.100.82.
s=CounterPath Bria.
c=IN IP4 12.184.75.219.
t=0 0.
m=audio 10026 RTP/AVP 9 0 3 101.
a=sendrecv.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.

#
U 2010/03/25 16:33:51.690994 66.80.153.12:5060 -> 12.X.X.X:5060
SIP/2.0 404 Not Found.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK7adc.9af473a.1;received=12.X.X.X.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
To: <sip:2732000 at irock.com>;tag=as4a1921cf.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
User-Agent: Asterisk PBX.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO.
Supported: replaces.
Content-Length: 0.
.

#
U 2010/03/25 16:33:51.760594 192.251.125.224:8505 -> 12.X.X.X:5060
SIP/2.0 480 Temporarily Unavailable.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK8adc.35807e52.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500.
To: <sip:2732000 at irock.com>;tag=28795356.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
User-Agent: X-Lite release 1103k stamp 56013.
Warning: 399 devnull "User reject".
Content-Length: 0.
.

#
U 2010/03/25 16:33:51.886878 12.X.X.X:5060 -> 66.80.153.12:5060
ACK sip:VMR_9XX2732000 at 66.80.153.12 SIP/2.0.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK7adc.9af473a.1.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
To: <sip:2732000 at irock.com>;tag=as4a1921cf.
CSeq: 2 ACK.
Max-Forwards: 70.
User-Agent: OpenSIPS (1.6.2-notls (i386/linux)).
Content-Length: 0.
.

#
U 2010/03/25 16:33:51.905339 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 404 Not Found.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
To: <sip:2732000 at irock.com>;tag=as4a1921cf.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
User-Agent: Asterisk PBX.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO.
Supported: replaces.
Content-Length: 0.
.

#
U 2010/03/25 16:33:51.956230 12.X.X.X:5060 -> 192.251.125.224:8505
ACK sip:9XX2732000 at 192.251.125.224:8505;rinstance=05d26110c0f2dbdc SIP/2.0.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK8adc.35807e52.0.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
To: <sip:2732000 at irock.com>;tag=28795356.
CSeq: 3 ACK.
Max-Forwards: 70.
User-Agent: OpenSIPS (1.6.2-notls (i386/linux)).
Content-Length: 0.
.

#
U 2010/03/25 16:33:51.989044 192.251.125.224:8500 -> 12.X.X.X:5060
ACK sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport.
Max-Forwards: 70.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.02ea.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 ACK.
Content-Length: 0.
.

#
U 2010/03/25 16:33:52.057534 12.X.X.X:5060 -> 66.80.153.12:5060
INVITE sip:VMR_9XX2732000 at 66.80.153.12 SIP/2.0.
Record-Route: <sip:12.X.X.X;lr=on;ftag=c29eb309;nat=yes;did=37d.d790dda>.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK8adc.35807e52.1.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500.
Max-Forwards: 69.
Contact: <sip:9XX2731999 at 192.251.125.224:8500;transport=udp>.
To: <sip:2732000 at irock.com>.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
Content-Type: application/sdp.
User-Agent: Bria release 2.5.4 stamp 53956.
Content-Length: 184.
P-hint: route(3)|setflag7,forcerport,fix_contact.
P-hint: inbound->inbound .
.
v=0.
o=- 4 2 IN IP4 192.168.100.82.
s=CounterPath Bria.
c=IN IP4 12.184.75.219.
t=0 0.
m=audio 10026 RTP/AVP 9 0 3 101.
a=sendrecv.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.

#
U 2010/03/25 16:33:52.181292 66.80.153.12:5060 -> 12.X.X.X:5060
SIP/2.0 404 Not Found.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK8adc.35807e52.1;received=12.X.X.X.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
To: <sip:2732000 at irock.com>;tag=as77841711.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
User-Agent: Asterisk PBX.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO.
Supported: replaces.
Content-Length: 0.
.

#
U 2010/03/25 16:33:52.316484 12.X.X.X:5060 -> 75.65.4.196:5060
....
#
U 2010/03/25 16:33:52.362478 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 404 Not Found.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
To: <sip:2732000 at irock.com>;tag=as4a1921cf.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
User-Agent: Asterisk PBX.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO.
Supported: replaces.
Content-Length: 0.
.

#
U 2010/03/25 16:33:52.378115 12.X.X.X:5060 -> 66.80.153.12:5060
ACK sip:VMR_9XX2732000 at 66.80.153.12 SIP/2.0.
Via: SIP/2.0/UDP 12.X.X.X;branch=z9hG4bK8adc.35807e52.1.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
To: <sip:2732000 at irock.com>;tag=as77841711.
CSeq: 3 ACK.
Max-Forwards: 70.
User-Agent: OpenSIPS (1.6.2-notls (i386/linux)).
Content-Length: 0.
.

#
U 2010/03/25 16:33:52.387750 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 404 Not Found.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
To: <sip:2732000 at irock.com>;tag=as77841711.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
User-Agent: Asterisk PBX.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO.
Supported: replaces.
Content-Length: 0.
.

#
U 2010/03/25 16:33:52.445663 192.251.125.224:8500 -> 12.X.X.X:5060
ACK sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport.
Max-Forwards: 70.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.02ea.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 ACK.
Content-Length: 0.
.

#
U 2010/03/25 16:33:52.471304 192.251.125.224:8500 -> 12.X.X.X:5060
ACK sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport.
Max-Forwards: 70.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.5ee9.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 ACK.
Content-Length: 0.
.

#
U 2010/03/25 16:33:52.878161 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 404 Not Found.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
To: <sip:2732000 at irock.com>;tag=as77841711.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
User-Agent: Asterisk PBX.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO.
Supported: replaces.
Content-Length: 0.
.

#
U 2010/03/25 16:33:52.960461 192.251.125.224:8500 -> 12.X.X.X:5060
ACK sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport.
Max-Forwards: 70.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.5ee9.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 ACK.
Content-Length: 0.
.

#
U 2010/03/25 16:33:53.044399 192.251.125.224:8505 -> 12.X.X.X:5060
SUBSCRIBE sip:9XX2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:8694;branch=z9hG4bK-d8754z-093a1620603ed927-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX2732000 at 192.251.125.224:8505>.
To: "Bob"<sip:9XX2732000 at irock.com>.
From: "Bob"<sip:9XX2732000 at irock.com>;tag=6f3e5422.
Call-ID: NTY3Y2M5ODFmZDg2ZDcyZDU2YzAxNGQyNTYxOGZmNjQ..
CSeq: 1 SUBSCRIBE.
Expires: 300.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
User-Agent: X-Lite release 1103k stamp 56013.
Event: message-summary.
Content-Length: 0.
.

#
U 2010/03/25 16:33:53.389082 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 404 Not Found.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport=8500.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
To: <sip:2732000 at irock.com>;tag=as4a1921cf.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 INVITE.
User-Agent: Asterisk PBX.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO.
Supported: replaces.
Content-Length: 0.
.

#
U 2010/03/25 16:33:53.471385 192.251.125.224:8500 -> 12.X.X.X:5060
ACK sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-ea8f95b806a53ac7-1---d8754z-;rport.
Max-Forwards: 70.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.02ea.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 2 ACK.
Content-Length: 0.
.

#
U 2010/03/25 16:33:53.547937 192.251.125.224:8505 -> 12.X.X.X:5060
SUBSCRIBE sip:9XX2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:8694;branch=z9hG4bK-d8754z-093a1620603ed927-1---d8754z-;rport.
Max-Forwards: 70.
Contact: <sip:9XX2732000 at 192.251.125.224:8505>.
To: "Bob"<sip:9XX2732000 at irock.com>.
From: "Bob"<sip:9XX2732000 at irock.com>;tag=6f3e5422.
Call-ID: NTY3Y2M5ODFmZDg2ZDcyZDU2YzAxNGQyNTYxOGZmNjQ..
CSeq: 1 SUBSCRIBE.
Expires: 300.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE,
INFO.
User-Agent: X-Lite release 1103k stamp 56013.
Event: message-summary.
Content-Length: 0.
.

#
U 2010/03/25 16:33:53.895219 12.X.X.X:5060 -> 192.251.125.224:8500
SIP/2.0 404 Not Found.
Via: SIP/2.0/UDP
192.168.100.82:27038;received=192.251.125.224;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport=8500.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
To: <sip:2732000 at irock.com>;tag=as77841711.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 INVITE.
User-Agent: Asterisk PBX.
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO.
Supported: replaces.
Content-Length: 0.
.

#
U 2010/03/25 16:33:53.977224 192.251.125.224:8500 -> 12.X.X.X:5060
ACK sip:2732000 at irock.com SIP/2.0.
Via: SIP/2.0/UDP
192.168.100.82:27038;branch=z9hG4bK-d8754z-bd39dc5ea394ed43-1---d8754z-;rport.
Max-Forwards: 70.
To: <sip:2732000 at irock.com>;tag=b7648717ba368896b55480d883b679b5.5ee9.
From: "Test irock"<sip:9XX2731999 at irock.com>;tag=c29eb309.
Call-ID: MTBlOWMyYmU2ZWIzNjcwNjM3ZGY4NGY5MzdlMzNlZjg..
CSeq: 3 ACK.
Content-Length: 0.


-- 
View this message in context: http://n2.nabble.com/Call-Issues-with-MySQL-Latency-tp4800515p4800515.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.



More information about the Users mailing list