Hello,

We have kamailio running as proxy in front of a freeswitch box.
This kamailio also acts as a registrar listening both 5060 and 5090 ports.

We have two devices registered to kamailio:

Device A on port 5060
Device B on port 5090

When Device B calls Device A everything is fine. Call released successfully.

When Device A calls Device B, call setup is ok and they can talk.
But when Device A tries to release the call, Device B remains open which
cannot get a BYE message.

When I dug up for the cause of the problem, I realized that:

When Kamailo receives 200OK reply on port 5090 for the UPDATE message from
Device B, it relays this reply internally and then sends this reply to
freeswitch box on port 5060.
This results in loosing alias in the contact field of the reply message and
then which causes freeswitch to return BYE message with the wrong IP which
is the local IP of the Device B. As a result this BYE message cannot be
delivered to Device B.

Is this a normal behaviour ?  If it is so what changes should I make in the
kamailio config to fix this?

You can find the ngrep outputs of the both calls as attachment.

Thanks

Huseyin Kalyoncu
interface: any
filter: (ip or ip6) and ( port 5060 or 5090 )
match: sip



U 2016/06/16 11:27:51.781529 81.213.215.67:55322 -> 195.200.82.100:5060
INVITE sip:12@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---ccefe025436be01f;rport.
Max-Forwards: 70.
Contact: <sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8>.
To: <sip:12@195.200.82.100>.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 1 INVITE.
Allow: SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO, MESSAGE, 
OPTIONS.
Content-Type: application/sdp.
Supported: replaces.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 211.
.
v=0.
o=- 13110542878619685 1 IN IP4 192.168.1.15.
s=X-Lite release 4.9.2 stamp 79048.
c=IN IP4 192.168.1.15.
t=0 0.
m=audio 64098 RTP/AVP 8 0 101.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.


U 2016/06/16 11:27:51.783468 195.200.82.100:5060 -> 81.213.215.67:55322
SIP/2.0 407 Proxy Authentication Required.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---ccefe025436be01f;rport=55322;received=81.213.215.67.
To: <sip:12@195.200.82.100>;tag=d9aeb0bd5f457aa855082acfeb670e8e.fbf8.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 1 INVITE.
Proxy-Authenticate: Digest realm="195.200.82.100", 
nonce="V2JyQ1dicRfqi+M56k4I9c5UvdGuVy2D".
Server: VOIPGrow Proxy rv: 1.0.
Content-Length: 0.
.


U 2016/06/16 11:27:51.848575 81.213.215.67:55322 -> 195.200.82.100:5060
ACK sip:12@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---ccefe025436be01f;rport.
Max-Forwards: 70.
To: <sip:12@195.200.82.100>;tag=d9aeb0bd5f457aa855082acfeb670e8e.fbf8.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 1 ACK.
Content-Length: 0.
.


U 2016/06/16 11:27:51.854357 81.213.215.67:55322 -> 195.200.82.100:5060
INVITE sip:12@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---55d4b16485017952;rport.
Max-Forwards: 70.
Contact: <sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8>.
To: <sip:12@195.200.82.100>.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 INVITE.
Allow: SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO, MESSAGE, 
OPTIONS.
Content-Type: application/sdp.
Proxy-Authorization: Digest 
username="5678*0023",realm="195.200.82.100",nonce="V2JyQ1dicRfqi+M56k4I9c5UvdGuVy2D",uri="sip:12@195.200.82.100",response="642f00dabc937013dbfaa928bf88abf3",algorithm=MD5.
Supported: replaces.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 211.
.
v=0.
o=- 13110542878619685 1 IN IP4 192.168.1.15.
s=X-Lite release 4.9.2 stamp 79048.
c=IN IP4 192.168.1.15.
t=0 0.
m=audio 64098 RTP/AVP 8 0 101.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.


U 2016/06/16 11:27:51.869916 195.200.82.100:5060 -> 81.213.215.67:55322
SIP/2.0 100 trying -- your call is important to us.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---55d4b16485017952;rport=55322;received=81.213.215.67.
To: <sip:12@195.200.82.100>.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 INVITE.
Server: VOIPGrow Proxy rv: 1.0.
Content-Length: 0.
.


U 2016/06/16 11:27:51.870443 195.200.82.100:5060 -> 195.200.82.130:5080
INVITE sip:5678*0012@195.200.82.100 SIP/2.0.
Record-Route: <sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes>.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK35a8.83a0ec53ae633aedfe5de632e8164612.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---55d4b16485017952;rport=55322.
Max-Forwards: 69.
Contact: 
<sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8;alias=81.213.215.67~55322~1>.
To: <sip:5678*0012@195.200.82.100>.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 INVITE.
Allow: SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO, MESSAGE, 
OPTIONS.
Content-Type: application/sdp.
Supported: replaces.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 233.
.
v=0.
o=- 13110542878619685 1 IN IP4 195.200.82.100.
s=X-Lite release 4.9.2 stamp 79048.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 17680 RTP/AVP 8 0 101.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.
a=nortpproxy:yes.


U 2016/06/16 11:27:51.870850 195.200.82.130:5080 -> 195.200.82.100:5060
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK35a8.83a0ec53ae633aedfe5de632e8164612.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---55d4b16485017952;rport=55322.
Record-Route: <sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes>.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
To: <sip:5678*0012@195.200.82.100>.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 INVITE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Content-Length: 0.
.


U 2016/06/16 11:27:51.892803 195.200.82.130:5080 -> 195.200.82.100:5060
SIP/2.0 183 Session Progress.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK35a8.83a0ec53ae633aedfe5de632e8164612.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---55d4b16485017952;rport=55322.
Record-Route: <sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes>.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 INVITE.
Contact: <sip:5678*0012@195.200.82.130:5080;transport=udp>.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Accept: application/sdp.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 224.
Remote-Party-ID: "5678*0012" 
<sip:5678*0012@195.200.82.100>;party=calling;privacy=off;screen=no.
.
v=0.
o=FreeSWITCH 1466049600 1466049601 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 19678 RTP/AVP 8 101.
a=rtpmap:8 PCMA/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.


U 2016/06/16 11:27:51.895191 195.200.82.100:5060 -> 81.213.215.67:55322
SIP/2.0 183 Session Progress.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---55d4b16485017952;rport=55322.
Record-Route: <sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes>.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 INVITE.
Contact: sip:5678*0012@195.200.82.100;transport=udp.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Accept: application/sdp.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 242.
Remote-Party-ID: "5678*0012" 
<sip:5678*0012@195.200.82.100>;party=calling;privacy=off;screen=no.
.
v=0.
o=FreeSWITCH 1466049600 1466049601 IN IP4 195.200.82.100.
s=FreeSWITCH.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 17824 RTP/AVP 8 101.
a=rtpmap:8 PCMA/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.
a=nortpproxy:yes.


U 2016/06/16 11:27:51.937375 195.200.82.130:5080 -> 195.200.82.100:5060
INVITE sip:5678*0012@195.200.82.100:5060 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKeX6eSFKXX007j.
Max-Forwards: 68.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 INVITE.
Contact: <sip:5678*0023@195.200.82.130:5080>.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 321.
X-vg_fromuser: 5678*0023.
X-vg_presence: 1.
X-FS-Support: update_display,send_info.
Remote-Party-ID: "ugur test" 
<sip:5678*0023@195.200.82.100>;party=calling;screen=yes;privacy=off.
.
v=0.
o=FreeSWITCH 1466050128 1466050129 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 19150 RTP/AVP 0 8 9 18 3 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.


U 2016/06/16 11:27:51.945735 195.200.82.100:5060 -> 195.200.82.130:5080
SIP/2.0 100 trying -- your call is important to us.
Via: SIP/2.0/UDP 
195.200.82.130:5080;rport=5080;branch=z9hG4bKeX6eSFKXX007j;received=195.200.82.130.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 INVITE.
Server: VOIPGrow Proxy rv: 1.0.
Content-Length: 0.
.


U 2016/06/16 11:27:51.945877 195.200.82.100:5090 -> 176.40.9.170:5090
INVITE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Record-Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKa2f1.238c86e4d222fd694af1b618f015ef5f.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKeX6eSFKXX007j.
Max-Forwards: 67.
From: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
To: <sip:5678*0...@dev.voipgrow.com:5060>.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 INVITE.
Contact: sip:5678*0023@195.200.82.100;.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 321.
X-vg_fromuser: 5678*0023.
X-vg_presence: 1.
X-FS-Support: update_display,send_info.
Remote-Party-ID: "ugur test" 
<sip:5678*0023@195.200.82.100>;party=calling;screen=yes;privacy=off.
.
v=0.
o=FreeSWITCH 1466050128 1466050129 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 19150 RTP/AVP 0 8 9 18 3 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.


U 2016/06/16 11:27:52.011961 176.40.9.170:5090 -> 195.200.82.100:5090
SIP/2.0 100 Trying.
To: <sip:5678*0...@dev.voipgrow.com:5060>.
From: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 INVITE.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKa2f1.238c86e4d222fd694af1b618f015ef5f.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKeX6eSFKXX007j.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Record-Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:27:52.043150 195.200.82.100:5060 -> 176.40.9.170:51186
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
192.168.1.23:51186;branch=z9hG4bK-524287-1---b468050bf798c970;rport=51186;received=176.40.9.170.
To: <sip:5678*0049@195.200.82.100>;tag=d9aeb0bd5f457aa855082acfeb670e8e.f270.
From: <sip:5678*0049@195.200.82.100>;tag=5681333a.
Call-ID: 79961MWMwYTJiMzY1NDYxOTIzZDc3YTdmZjVhMGMwNmU0ZWY.
CSeq: 321 REGISTER.
Contact: 
<sip:5678*0049@176.40.9.170:51186;rinstance=744c7a6d6ebc1731>;expires=60;received="sip:176.40.9.170:51186".
Server: VOIPGrow Proxy rv: 1.0.
Content-Length: 0.
.


U 2016/06/16 11:27:52.052631 176.40.9.170:5090 -> 195.200.82.100:5090
SIP/2.0 180 Ringing.
To: <sip:5678*0...@dev.voipgrow.com:5060>;tag=c76cddbce750c388i1.
From: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 INVITE.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKa2f1.238c86e4d222fd694af1b618f015ef5f.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKeX6eSFKXX007j.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Record-Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090>.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:27:52.056560 195.200.82.100:5060 -> 195.200.82.130:5080
SIP/2.0 180 Ringing.
To: <sip:5678*0...@dev.voipgrow.com:5060>;tag=c76cddbce750c388i1.
From: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 INVITE.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKeX6eSFKXX007j.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Record-Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090;alias=176.40.9.170~5090~1>.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.



U 2016/06/16 11:27:53.945107 176.40.9.170:5090 -> 195.200.82.100:5090
SIP/2.0 200 OK.
To: <sip:5678*0...@dev.voipgrow.com:5060>;tag=c76cddbce750c388i1.
From: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 INVITE.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKa2f1.238c86e4d222fd694af1b618f015ef5f.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKeX6eSFKXX007j.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Record-Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090>.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 208.
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE.
Supported: replaces.
Content-Type: application/sdp.
.
v=0.
o=- 1520533 1520533 IN IP4 192.168.1.21.
s=-.
c=IN IP4 192.168.1.21.
t=0 0.
m=audio 12250 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=ptime:20.
a=sendrecv.


U 2016/06/16 11:27:53.946668 195.200.82.100:5060 -> 195.200.82.130:5080
SIP/2.0 200 OK.
To: <sip:5678*0...@dev.voipgrow.com:5060>;tag=c76cddbce750c388i1.
From: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 INVITE.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKeX6eSFKXX007j.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Record-Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090;alias=176.40.9.170~5090~1>.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 230.
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE.
Supported: replaces.
Content-Type: application/sdp.
.
v=0.
o=- 1520533 1520533 IN IP4 195.200.82.100.
s=-.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 11668 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=ptime:20.
a=sendrecv.
a=nortpproxy:yes.


U 2016/06/16 11:27:53.947931 195.200.82.130:5080 -> 195.200.82.100:5060
ACK sip:5678*0012@192.168.1.21:5090;alias=176.40.9.170~5090~1 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKF6Z7ta40t9pte.
Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Route: <sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Max-Forwards: 70.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 ACK.
Contact: <sip:5678*0023@195.200.82.130:5080>.
Content-Length: 0.
.


U 2016/06/16 11:27:53.951427 195.200.82.130:5080 -> 195.200.82.100:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK35a8.83a0ec53ae633aedfe5de632e8164612.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---55d4b16485017952;rport=55322.
Record-Route: <sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes>.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 INVITE.
Contact: <sip:5678*0012@195.200.82.130:5080;transport=udp>.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 224.
Remote-Party-ID: "Outbound Call" 
<sip:5678*0012@195.200.82.100>;party=calling;privacy=off;screen=no.
.
v=0.
o=FreeSWITCH 1466049600 1466049601 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 19678 RTP/AVP 8 101.
a=rtpmap:8 PCMA/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.


U 2016/06/16 11:27:53.955069 195.200.82.100:5060 -> 81.213.215.67:55322
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---55d4b16485017952;rport=55322.
Record-Route: <sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes>.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 INVITE.
Contact: sip:5678*0012@195.200.82.100;transport=udp.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 242.
Remote-Party-ID: "Outbound Call" 
<sip:5678*0012@195.200.82.100>;party=calling;privacy=off;screen=no.
.
v=0.
o=FreeSWITCH 1466049600 1466049601 IN IP4 195.200.82.100.
s=FreeSWITCH.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 17824 RTP/AVP 8 101.
a=rtpmap:8 PCMA/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.
a=nortpproxy:yes.


U 2016/06/16 11:27:53.958344 195.200.82.100:5090 -> 176.40.9.170:5090
ACK sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKa2f1.a8d3ce8961afea5cea50341acb78f871.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKF6Z7ta40t9pte.
Max-Forwards: 69.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698575 ACK.
Contact: sip:5678*0023@195.200.82.100;.
Content-Length: 0.
.


U 2016/06/16 11:27:54.027517 81.213.215.67:55322 -> 195.200.82.100:5060
ACK sip:5678*0012@195.200.82.100;transport=udp SIP/2.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---f9ac6e074008fe4e;rport.
Max-Forwards: 70.
Route: <sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes>.
Contact: <sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8>.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 ACK.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 0.
.


U 2016/06/16 11:27:54.032759 195.200.82.100:5060 -> 195.200.82.130:5080
ACK sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK35a8.02cb349686781cec87a888dd7d3efcd8.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---f9ac6e074008fe4e;rport=55322.
Max-Forwards: 69.
Contact: 
<sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8;alias=81.213.215.67~55322~1>.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 2 ACK.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 0.
.


U 2016/06/16 11:27:54.068880 195.200.82.130:5080 -> 195.200.82.100:5060
UPDATE sip:5678*0012@192.168.1.21:5090;alias=176.40.9.170~5090~1 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKgFS0v5m4QjDDa.
Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Route: <sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Max-Forwards: 70.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698576 UPDATE.
Contact: <sip:5678*0023@195.200.82.130:5080>.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 321.
P-Asserted-Identity: "ugur test" <sip:5678*0023@(null)>.
.
v=0.
o=FreeSWITCH 1466050128 1466050129 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 19150 RTP/AVP 0 101 8 9 18 3.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:3 GSM/8000.
a=ptime:20.


U 2016/06/16 11:27:54.071036 195.200.82.100:5090 -> 176.40.9.170:5090
UPDATE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bK72f1.5f49a4cb0e00f06a89b13fe8621cabc9.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKgFS0v5m4QjDDa.
Max-Forwards: 69.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698576 UPDATE.
Contact: sip:5678*0023@195.200.82.100;.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 321.
P-Asserted-Identity: "ugur test" <sip:5678*0023@(null)>.
.
v=0.
o=FreeSWITCH 1466050128 1466050129 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 19150 RTP/AVP 0 101 8 9 18 3.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:3 GSM/8000.
a=ptime:20.


U 2016/06/16 11:27:54.144978 176.40.9.170:5090 -> 195.200.82.100:5090
SIP/2.0 200 OK.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698576 UPDATE.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bK72f1.5f49a4cb0e00f06a89b13fe8621cabc9.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKgFS0v5m4QjDDa.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090>.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 208.
Content-Type: application/sdp.
.
v=0.
o=- 1520533 1520534 IN IP4 192.168.1.21.
s=-.
c=IN IP4 192.168.1.21.
t=0 0.
m=audio 12250 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=ptime:20.
a=sendrecv.


U 2016/06/16 11:27:54.145132 195.200.82.100:5060 -> 195.200.82.130:5080
SIP/2.0 200 OK.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698576 UPDATE.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKgFS0v5m4QjDDa.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090>.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 208.
Content-Type: application/sdp.
.
v=0.
o=- 1520533 1520534 IN IP4 192.168.1.21.
s=-.
c=IN IP4 192.168.1.21.
t=0 0.
m=audio 12250 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=ptime:20.
a=sendrecv.


U 2016/06/16 11:27:57.042833 81.213.215.67:55322 -> 195.200.82.100:5060
BYE sip:5678*0012@195.200.82.100;transport=udp SIP/2.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---66297b06e0f4195a;rport.
Max-Forwards: 70.
Route: <sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes>.
Contact: <sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8>.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 3 BYE.
Proxy-Authorization: Digest 
username="5678*0023",realm="195.200.82.100",nonce="V2JyQ1dicRfqi+M56k4I9c5UvdGuVy2D",uri="sip:5678*0012@195.200.82.100;transport=udp",response="85748856405292434c6ce0403599743c",algorithm=MD5.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 0.
.


U 2016/06/16 11:27:57.051864 195.200.82.100:5060 -> 195.200.82.130:5080
BYE sip:195.200.82.100;lr=on;ftag=ce94807d;did=f1a.7542;nat=yes SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK45a8.bd1a999ea603a93b543c62f154ff0390.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---66297b06e0f4195a;rport=55322.
Max-Forwards: 69.
Contact: 
<sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8;alias=81.213.215.67~55322~1>.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 3 BYE.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 0.
.


U 2016/06/16 11:27:57.071579 195.200.82.130:5080 -> 195.200.82.100:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK45a8.bd1a999ea603a93b543c62f154ff0390.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---66297b06e0f4195a;rport=55322.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 3 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Content-Length: 0.
.


U 2016/06/16 11:27:57.071836 195.200.82.100:5060 -> 81.213.215.67:55322
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---66297b06e0f4195a;rport=55322.
From: <sip:5678*0023@195.200.82.100>;tag=ce94807d.
To: <sip:5678*0012@195.200.82.100>;tag=eDjgS2p8gSape.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 3 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Content-Length: 0.
.


U 2016/06/16 11:27:57.089602 195.200.82.130:5080 -> 195.200.82.100:5060
BYE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKHrjSy057mU3ZN.
Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Route: <sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Max-Forwards: 70.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698577 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Reason: Q.850;cause=16;text="NORMAL_CLEARING".
Content-Length: 0.
.


U 2016/06/16 11:27:57.094319 195.200.82.100:5090 -> 192.168.1.21:5090
BYE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bK82f1.085c4b16fad66e01816edc193dd3de5d.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKHrjSy057mU3ZN.
Max-Forwards: 69.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698577 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Reason: Q.850;cause=16;text="NORMAL_CLEARING".
Content-Length: 0.
.



U 2016/06/16 11:27:57.569783 195.200.82.100:5090 -> 192.168.1.21:5090
BYE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bK82f1.085c4b16fad66e01816edc193dd3de5d.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKHrjSy057mU3ZN.
Max-Forwards: 69.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698577 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Reason: Q.850;cause=16;text="NORMAL_CLEARING".
Content-Length: 0.
.





U 2016/06/16 11:27:58.089659 195.200.82.130:5080 -> 195.200.82.100:5060
BYE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKHrjSy057mU3ZN.
Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Route: <sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Max-Forwards: 70.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698577 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Reason: Q.850;cause=16;text="NORMAL_CLEARING".
Content-Length: 0.
.


U 2016/06/16 11:27:58.569830 195.200.82.100:5090 -> 192.168.1.21:5090
BYE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bK82f1.085c4b16fad66e01816edc193dd3de5d.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKHrjSy057mU3ZN.
Max-Forwards: 69.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698577 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Reason: Q.850;cause=16;text="NORMAL_CLEARING".
Content-Length: 0.
.


U 2016/06/16 11:27:59.720685 176.40.9.170:5090 -> 195.200.82.100:5090
BYE sip:5678*0023@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 192.168.1.21:5090;branch=z9hG4bK-92729b6c.
From: <sip:5678*0...@dev.voipgrow.com>;tag=c76cddbce750c388i1.
To: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 101 BYE.
Max-Forwards: 70.
Route: <sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>, 
<sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:27:59.722689 195.200.82.100:5090 -> 176.40.9.170:5090
SIP/2.0 407 Proxy Authentication Required.
Via: SIP/2.0/UDP 
192.168.1.21:5090;branch=z9hG4bK-92729b6c;rport=5090;received=176.40.9.170.
From: <sip:5678*0...@dev.voipgrow.com>;tag=c76cddbce750c388i1.
To: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 101 BYE.
Proxy-Authenticate: Digest realm="dev.voipgrow.com", 
nonce="V2JyS1dicR/1TgeGuQXKSKwccRmHt+B6".
Server: VOIPGrow Proxy rv: 1.0.
Content-Length: 0.
.


U 2016/06/16 11:27:59.779569 176.40.9.170:5090 -> 195.200.82.100:5090
BYE sip:5678*0023@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 192.168.1.21:5090;branch=z9hG4bK-cd724520.
From: <sip:5678*0...@dev.voipgrow.com>;tag=c76cddbce750c388i1.
To: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 102 BYE.
Max-Forwards: 70.
Route: <sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>, 
<sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Proxy-Authorization: Digest 
username="5678*0012",realm="dev.voipgrow.com",nonce="V2JyS1dicR/1TgeGuQXKSKwccRmHt+B6",uri="sip:5678*0023@195.200.82.100",algorithm=MD5,response="af74bc213f4b6ab9ba2041a7a7c7b4d5".
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:27:59.785092 195.200.82.100:5090 -> 195.200.82.130:5080
BYE sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKee8a.5a7a3cef43ef377735acfe497a1042a2.0.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-cd724520.
From: <sip:5678*0...@dev.voipgrow.com>;tag=c76cddbce750c388i1.
To: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 102 BYE.
Max-Forwards: 69.
Route: .
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.



U 2016/06/16 11:28:00.089767 195.200.82.130:5080 -> 195.200.82.100:5060
BYE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKHrjSy057mU3ZN.
Route: <sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Route: <sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Max-Forwards: 70.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698577 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Reason: Q.850;cause=16;text="NORMAL_CLEARING".
Content-Length: 0.
.


U 2016/06/16 11:28:00.257291 195.200.82.100:5090 -> 195.200.82.130:5080
BYE sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKee8a.5a7a3cef43ef377735acfe497a1042a2.0.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-cd724520.
From: <sip:5678*0...@dev.voipgrow.com>;tag=c76cddbce750c388i1.
To: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 102 BYE.
Max-Forwards: 69.
Route: .
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:28:00.287588 176.40.9.170:5090 -> 195.200.82.100:5090
BYE sip:5678*0023@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 192.168.1.21:5090;branch=z9hG4bK-cd724520.
From: <sip:5678*0...@dev.voipgrow.com>;tag=c76cddbce750c388i1.
To: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 102 BYE.
Max-Forwards: 70.
Route: <sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>, 
<sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Proxy-Authorization: Digest 
username="5678*0012",realm="dev.voipgrow.com",nonce="V2JyS1dicR/1TgeGuQXKSKwccRmHt+B6",uri="sip:5678*0023@195.200.82.100",algorithm=MD5,response="af74bc213f4b6ab9ba2041a7a7c7b4d5".
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:28:00.569774 195.200.82.100:5090 -> 192.168.1.21:5090
BYE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bK82f1.085c4b16fad66e01816edc193dd3de5d.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKHrjSy057mU3ZN.
Max-Forwards: 69.
From: "ugur test" <sip:5678*0023@195.200.82.100>;tag=FpB9tX7Be208S.
To: <sip:5678*0012@195.200.82.100:5060>;tag=c76cddbce750c388i1.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 92698577 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Reason: Q.850;cause=16;text="NORMAL_CLEARING".
Content-Length: 0.
.



U 2016/06/16 11:28:01.257305 195.200.82.100:5090 -> 195.200.82.130:5080
BYE sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKee8a.5a7a3cef43ef377735acfe497a1042a2.0.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-cd724520.
From: <sip:5678*0...@dev.voipgrow.com>;tag=c76cddbce750c388i1.
To: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 102 BYE.
Max-Forwards: 69.
Route: .
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:28:01.287592 176.40.9.170:5090 -> 195.200.82.100:5090
BYE sip:5678*0023@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 192.168.1.21:5090;branch=z9hG4bK-cd724520.
From: <sip:5678*0...@dev.voipgrow.com>;tag=c76cddbce750c388i1.
To: "ugur test" <sip:5678*0...@dev.voipgrow.com>;tag=FpB9tX7Be208S.
Call-ID: 79048OGE3MmZkMzFlZDZlOGYxMWM1NzUwM2U5MGZiNzc1YmY.
CSeq: 102 BYE.
Max-Forwards: 70.
Route: <sip:195.200.82.100:5090;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>, 
<sip:195.200.82.100;r2=on;lr=on;ftag=FpB9tX7Be208S;did=f1a.8542>.
Proxy-Authorization: Digest 
username="5678*0012",realm="dev.voipgrow.com",nonce="V2JyS1dicR/1TgeGuQXKSKwccRmHt+B6",uri="sip:5678*0023@195.200.82.100",algorithm=MD5,response="af74bc213f4b6ab9ba2041a7a7c7b4d5".
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.

interface: any
filter: (ip or ip6) and ( port 5060 or 5090 )
match: sip


U 2016/06/16 11:28:14.102299 176.40.9.170:5090 -> 195.200.82.100:5090
INVITE sip:23@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 192.168.1.21:5090;branch=z9hG4bK-768ab8b0.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:23@195.200.82.100>.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 101 INVITE.
Max-Forwards: 70.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090>.
Expires: 240.
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 397.
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE.
Supported: replaces.
Content-Type: application/sdp.
.
v=0.
o=- 1522738 1522738 IN IP4 192.168.1.21.
s=-.
c=IN IP4 192.168.1.21.
t=0 0.
m=audio 12252 RTP/AVP 0 2 8 9 18 96 97 98 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729a/8000.
a=rtpmap:96 G726-40/8000.
a=rtpmap:97 G726-24/8000.
a=rtpmap:98 G726-16/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=ptime:20.
a=sendrecv.


U 2016/06/16 11:28:14.104456 195.200.82.100:5090 -> 176.40.9.170:5090
SIP/2.0 407 Proxy Authentication Required.
Via: SIP/2.0/UDP 
192.168.1.21:5090;branch=z9hG4bK-768ab8b0;rport=5090;received=176.40.9.170.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:23@195.200.82.100>;tag=d9aeb0bd5f457aa855082acfeb670e8e.604a.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 101 INVITE.
Proxy-Authenticate: Digest realm="195.200.82.100", 
nonce="V2JyWldicS52Zs7m/g1kBiSOtELAO/9L".
Server: VOIPGrow Proxy rv: 1.0.
Content-Length: 0.
.


U 2016/06/16 11:28:14.159156 176.40.9.170:5090 -> 195.200.82.100:5090
ACK sip:23@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 192.168.1.21:5090;branch=z9hG4bK-768ab8b0.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:23@195.200.82.100>;tag=d9aeb0bd5f457aa855082acfeb670e8e.604a.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 101 ACK.
Max-Forwards: 70.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090>.
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:28:14.164213 176.40.9.170:5090 -> 195.200.82.100:5090
INVITE sip:23@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 192.168.1.21:5090;branch=z9hG4bK-bd26fb90.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:23@195.200.82.100>.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 INVITE.
Max-Forwards: 70.
Proxy-Authorization: Digest 
username="5678*0012",realm="195.200.82.100",nonce="V2JyWldicS52Zs7m/g1kBiSOtELAO/9L",uri="sip:23@195.200.82.100",algorithm=MD5,response="1a64dde11af8cfe34684b4741d61a49d".
Contact: "0012" <sip:5678*0012@192.168.1.21:5090>.
Expires: 240.
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 397.
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE.
Supported: replaces.
Content-Type: application/sdp.
.
v=0.
o=- 1522738 1522738 IN IP4 192.168.1.21.
s=-.
c=IN IP4 192.168.1.21.
t=0 0.
m=audio 12252 RTP/AVP 0 2 8 9 18 96 97 98 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729a/8000.
a=rtpmap:96 G726-40/8000.
a=rtpmap:97 G726-24/8000.
a=rtpmap:98 G726-16/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=ptime:20.
a=sendrecv.


U 2016/06/16 11:28:14.175446 195.200.82.100:5090 -> 176.40.9.170:5090
SIP/2.0 100 trying -- your call is important to us.
Via: SIP/2.0/UDP 
192.168.1.21:5090;branch=z9hG4bK-bd26fb90;rport=5090;received=176.40.9.170.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:23@195.200.82.100>.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 INVITE.
Server: VOIPGrow Proxy rv: 1.0.
Content-Length: 0.
.


U 2016/06/16 11:28:14.175890 195.200.82.100:5060 -> 195.200.82.130:5080
INVITE sip:5678*0023@195.200.82.100 SIP/2.0.
Record-Route: 
<sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK3d61.fc390f433c58fe26ec39ad03eaad8157.0.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-bd26fb90.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:5678*0023@195.200.82.100>.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 INVITE.
Max-Forwards: 69.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090;alias=176.40.9.170~5090~1>.
Expires: 240.
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 419.
Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFY, OPTIONS, REFER, UPDATE.
Supported: replaces.
Content-Type: application/sdp.
.
v=0.
o=- 1522738 1522738 IN IP4 195.200.82.100.
s=-.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 17122 RTP/AVP 0 2 8 9 18 96 97 98 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729a/8000.
a=rtpmap:96 G726-40/8000.
a=rtpmap:97 G726-24/8000.
a=rtpmap:98 G726-16/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=ptime:20.
a=sendrecv.
a=nortpproxy:yes.


U 2016/06/16 11:28:14.176261 195.200.82.130:5080 -> 195.200.82.100:5060
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK3d61.fc390f433c58fe26ec39ad03eaad8157.0.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-bd26fb90.
Record-Route: 
<sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:5678*0023@195.200.82.100>.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 INVITE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Content-Length: 0.
.


U 2016/06/16 11:28:14.196543 195.200.82.130:5080 -> 195.200.82.100:5060
INVITE sip:5678*0023@195.200.82.100:5060 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKj1Bj0UpBj4SjH.
Max-Forwards: 68.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
To: <sip:5678*0023@195.200.82.100:5060>.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 INVITE.
Contact: <sip:5678*0012@195.200.82.130:5080>.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 321.
X-vg_fromuser: 5678*0012.
X-vg_presence: 1.
X-FS-Support: update_display,send_info.
Remote-Party-ID: "Huseyin Cisco" 
<sip:5678*0012@195.200.82.100>;party=calling;screen=yes;privacy=off.
.
v=0.
o=FreeSWITCH 1466049727 1466049728 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 19574 RTP/AVP 0 8 9 18 3 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.


U 2016/06/16 11:28:14.202132 195.200.82.100:5060 -> 195.200.82.130:5080
SIP/2.0 100 trying -- your call is important to us.
Via: SIP/2.0/UDP 
195.200.82.130:5080;rport=5080;branch=z9hG4bKj1Bj0UpBj4SjH;received=195.200.82.130.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
To: <sip:5678*0023@195.200.82.100:5060>.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 INVITE.
Server: VOIPGrow Proxy rv: 1.0.
Content-Length: 0.
.


U 2016/06/16 11:28:14.202219 195.200.82.100:5060 -> 81.213.215.67:55322
INVITE sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8 SIP/2.0.
Record-Route: <sip:195.200.82.100;lr=on;ftag=Ktgc29at25SKr;did=208.c6d1>.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bKd6a9.970933b597da956cd4cfbb96f4043cd7.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKj1Bj0UpBj4SjH.
Max-Forwards: 67.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
To: <sip:5678*0023@195.200.82.100:5060>.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 INVITE.
Contact: sip:5678*0012@195.200.82.100;.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 321.
X-vg_fromuser: 5678*0012.
X-vg_presence: 1.
X-FS-Support: update_display,send_info.
Remote-Party-ID: "Huseyin Cisco" 
<sip:5678*0012@195.200.82.100>;party=calling;screen=yes;privacy=off.
.
v=0.
o=FreeSWITCH 1466049727 1466049728 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 19574 RTP/AVP 0 8 9 18 3 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.


U 2016/06/16 11:28:14.349021 81.213.215.67:55322 -> 195.200.82.100:5060
SIP/2.0 100 Trying.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bKd6a9.970933b597da956cd4cfbb96f4043cd7.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKj1Bj0UpBj4SjH.
To: <sip:5678*0023@195.200.82.100:5060>.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 INVITE.
Content-Length: 0.
.


U 2016/06/16 11:28:14.439433 81.213.215.67:55322 -> 195.200.82.100:5060
SIP/2.0 180 Ringing.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bKd6a9.970933b597da956cd4cfbb96f4043cd7.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKj1Bj0UpBj4SjH.
Record-Route: <sip:195.200.82.100;lr=on;ftag=Ktgc29at25SKr;did=208.c6d1>.
Contact: <sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8>.
To: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 INVITE.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Allow-Events: talk, hold.
Content-Length: 0.
.


U 2016/06/16 11:28:14.442911 195.200.82.100:5060 -> 195.200.82.130:5080
SIP/2.0 180 Ringing.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKj1Bj0UpBj4SjH.
Record-Route: <sip:195.200.82.100;lr=on;ftag=Ktgc29at25SKr;did=208.c6d1>.
Contact: 
<sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8;alias=81.213.215.67~55322~1>.
To: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 INVITE.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Allow-Events: talk, hold.
Content-Length: 0.
.


U 2016/06/16 11:28:14.460036 195.200.82.130:5080 -> 195.200.82.100:5060
SIP/2.0 183 Session Progress.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK3d61.fc390f433c58fe26ec39ad03eaad8157.0.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-bd26fb90.
Record-Route: 
<sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 INVITE.
Contact: <sip:5678*0023@195.200.82.130:5080;transport=udp>.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Accept: application/sdp.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 224.
Remote-Party-ID: "5678*0023" 
<sip:5678*0023@195.200.82.100>;party=calling;privacy=off;screen=no.
.
v=0.
o=FreeSWITCH 1466051829 1466051830 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 17472 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.


U 2016/06/16 11:28:14.462302 195.200.82.100:5090 -> 176.40.9.170:5090
SIP/2.0 183 Session Progress.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-bd26fb90.
Record-Route: 
<sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 INVITE.
Contact: sip:5678*0023@195.200.82.100;transport=udp.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Accept: application/sdp.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 242.
Remote-Party-ID: "5678*0023" 
<sip:5678*0023@195.200.82.100>;party=calling;privacy=off;screen=no.
.
v=0.
o=FreeSWITCH 1466051829 1466051830 IN IP4 195.200.82.100.
s=FreeSWITCH.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 14102 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.
a=nortpproxy:yes.



U 2016/06/16 11:28:17.341558 81.213.215.67:55322 -> 195.200.82.100:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bKd6a9.970933b597da956cd4cfbb96f4043cd7.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKj1Bj0UpBj4SjH.
Record-Route: <sip:195.200.82.100;lr=on;ftag=Ktgc29at25SKr;did=208.c6d1>.
Contact: <sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8>.
To: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 INVITE.
Allow: SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO, MESSAGE, 
OPTIONS.
Content-Type: application/sdp.
Supported: replaces.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 203.
.
v=0.
o=- 614302490 3 IN IP4 192.168.1.15.
s=X-Lite release 4.9.2 stamp 79048.
c=IN IP4 192.168.1.15.
t=0 0.
m=audio 54944 RTP/AVP 0 8 101.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.


U 2016/06/16 11:28:17.341983 195.200.82.100:5060 -> 195.200.82.130:5080
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKj1Bj0UpBj4SjH.
Record-Route: <sip:195.200.82.100;lr=on;ftag=Ktgc29at25SKr;did=208.c6d1>.
Contact: 
<sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8;alias=81.213.215.67~55322~1>.
To: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 INVITE.
Allow: SUBSCRIBE, NOTIFY, INVITE, ACK, CANCEL, BYE, REFER, INFO, MESSAGE, 
OPTIONS.
Content-Type: application/sdp.
Supported: replaces.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 225.
.
v=0.
o=- 614302490 3 IN IP4 195.200.82.100.
s=X-Lite release 4.9.2 stamp 79048.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 18340 RTP/AVP 0 8 101.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=sendrecv.
a=nortpproxy:yes.


U 2016/06/16 11:28:17.343138 195.200.82.130:5080 -> 195.200.82.100:5060
ACK 
sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8;alias=81.213.215.67~55322~1
 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKKa5a2p7eFDg5c.
Route: <sip:195.200.82.100;lr=on;ftag=Ktgc29at25SKr;did=208.c6d1>.
Max-Forwards: 70.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
To: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 ACK.
Contact: <sip:5678*0012@195.200.82.130:5080>.
Content-Length: 0.
.


U 2016/06/16 11:28:17.352548 195.200.82.100:5060 -> 81.213.215.67:55322
ACK sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bKd6a9.4036afedfb6dd8b1e6e8a194c3f449b2.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKKa5a2p7eFDg5c.
Max-Forwards: 69.
From: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
To: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698586 ACK.
Contact: sip:5678*0012@195.200.82.100;.
Content-Length: 0.
.


U 2016/06/16 11:28:17.358413 195.200.82.130:5080 -> 195.200.82.100:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK3d61.fc390f433c58fe26ec39ad03eaad8157.0.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-bd26fb90.
Record-Route: 
<sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 INVITE.
Contact: <sip:5678*0023@195.200.82.130:5080;transport=udp>.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 224.
Remote-Party-ID: "Outbound Call" 
<sip:5678*0023@195.200.82.100>;party=calling;privacy=off;screen=no.
.
v=0.
o=FreeSWITCH 1466051829 1466051830 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 17472 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.


U 2016/06/16 11:28:17.358856 195.200.82.100:5090 -> 176.40.9.170:5090
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-bd26fb90.
Record-Route: 
<sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Record-Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 INVITE.
Contact: sip:5678*0023@195.200.82.100;transport=udp.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Allow-Events: talk, hold, conference, refer.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 242.
Remote-Party-ID: "Outbound Call" 
<sip:5678*0023@195.200.82.100>;party=calling;privacy=off;screen=no.
.
v=0.
o=FreeSWITCH 1466051829 1466051830 IN IP4 195.200.82.100.
s=FreeSWITCH.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 14102 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.
a=nortpproxy:yes.


U 2016/06/16 11:28:17.435669 176.40.9.170:5090 -> 195.200.82.100:5090
ACK sip:5678*0023@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 192.168.1.21:5090;branch=z9hG4bK-2e434a7c.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:23@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 ACK.
Max-Forwards: 70.
Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>,
 <sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Proxy-Authorization: Digest 
username="5678*0012",realm="195.200.82.100",nonce="V2JyWldicS52Zs7m/g1kBiSOtELAO/9L",uri="sip:23@195.200.82.100",algorithm=MD5,response="1a64dde11af8cfe34684b4741d61a49d".
Contact: "0012" <sip:5678*0012@192.168.1.21:5090>.
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:28:17.440707 195.200.82.100:5090 -> 195.200.82.130:5080
ACK sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes 
SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bK3d61.b905a99d652e9660aeaa10400d14aeea.0.
Via: SIP/2.0/UDP 
192.168.1.21:5090;rport=5090;received=176.40.9.170;branch=z9hG4bK-2e434a7c.
From: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
To: <sip:23@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 102 ACK.
Max-Forwards: 69.
Route: .
Proxy-Authorization: Digest 
username="5678*0012",realm="195.200.82.100",nonce="V2JyWldicS52Zs7m/g1kBiSOtELAO/9L",uri="sip:23@195.200.82.100",algorithm=MD5,response="1a64dde11af8cfe34684b4741d61a49d".
Contact: "0012" <sip:5678*0012@192.168.1.21:5090;alias=176.40.9.170~5090~1>.
User-Agent: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:28:17.479446 195.200.82.130:5080 -> 195.200.82.100:5060
UPDATE sip:5678*0012@192.168.1.21:5090;alias=176.40.9.170~5090~1 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKmKy33Hrjcp6Qr.
Route: 
<sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Max-Forwards: 70.
From: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
To: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698588 UPDATE.
Contact: <sip:5678*0023@195.200.82.130:5080;transport=udp>.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 224.
P-Asserted-Identity: "Outbound Call" <sip:5678*0023@(null)>.
.
v=0.
o=FreeSWITCH 1466051829 1466051830 IN IP4 195.200.82.130.
s=FreeSWITCH.
c=IN IP4 195.200.82.130.
t=0 0.
m=audio 17472 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.


U 2016/06/16 11:28:17.485977 195.200.82.100:5090 -> 176.40.9.170:5090
UPDATE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKc7a9.9c31b4533d183b78c184307660cdff5d.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKmKy33Hrjcp6Qr.
Max-Forwards: 69.
From: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
To: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698588 UPDATE.
Contact: sip:5678*0023@195.200.82.100;transport=udp.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Content-Type: application/sdp.
Content-Disposition: session.
Content-Length: 242.
P-Asserted-Identity: "Outbound Call" <sip:5678*0023@(null)>.
.
v=0.
o=FreeSWITCH 1466051829 1466051830 IN IP4 195.200.82.100.
s=FreeSWITCH.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 14102 RTP/AVP 0 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-16.
a=ptime:20.
a=nortpproxy:yes.


U 2016/06/16 11:28:17.546218 176.40.9.170:5090 -> 195.200.82.100:5090
SIP/2.0 200 OK.
To: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
From: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698588 UPDATE.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKc7a9.9c31b4533d183b78c184307660cdff5d.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKmKy33Hrjcp6Qr.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090>.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 397.
Content-Type: application/sdp.
.
v=0.
o=- 1522738 1522738 IN IP4 192.168.1.21.
s=-.
c=IN IP4 192.168.1.21.
t=0 0.
m=audio 12252 RTP/AVP 0 2 8 9 18 96 97 98 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729a/8000.
a=rtpmap:96 G726-40/8000.
a=rtpmap:97 G726-24/8000.
a=rtpmap:98 G726-16/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=ptime:20.
a=sendrecv.


U 2016/06/16 11:28:17.546988 195.200.82.100:5060 -> 195.200.82.130:5080
SIP/2.0 200 OK.
To: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
From: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698588 UPDATE.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKmKy33Hrjcp6Qr.
Contact: "0012" <sip:5678*0012@192.168.1.21:5090;alias=176.40.9.170~5090~1>.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 419.
Content-Type: application/sdp.
.
v=0.
o=- 1522738 1522738 IN IP4 195.200.82.100.
s=-.
c=IN IP4 195.200.82.100.
t=0 0.
m=audio 17122 RTP/AVP 0 2 8 9 18 96 97 98 101.
a=rtpmap:0 PCMU/8000.
a=rtpmap:2 G726-32/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:9 G722/8000.
a=rtpmap:18 G729a/8000.
a=rtpmap:96 G726-40/8000.
a=rtpmap:97 G726-24/8000.
a=rtpmap:98 G726-16/8000.
a=rtpmap:101 telephone-event/8000.
a=fmtp:101 0-15.
a=ptime:20.
a=sendrecv.
a=nortpproxy:yes.




U 2016/06/16 11:28:21.368546 81.213.215.67:55322 -> 195.200.82.100:5060
BYE sip:5678*0012@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---65e4b11b868e696c;rport.
Max-Forwards: 70.
Route: <sip:195.200.82.100;lr=on;ftag=Ktgc29at25SKr;did=208.c6d1>.
Contact: <sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8>.
To: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
From: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 2 BYE.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 0.
.


U 2016/06/16 11:28:21.370380 195.200.82.100:5060 -> 81.213.215.67:55322
SIP/2.0 407 Proxy Authentication Required.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---65e4b11b868e696c;rport=55322;received=81.213.215.67.
To: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
From: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 2 BYE.
Proxy-Authenticate: Digest realm="195.200.82.100", 
nonce="V2JyYVdicTUzgkUFRHZwBRyEnY/JTHJ0".
Server: VOIPGrow Proxy rv: 1.0.
Content-Length: 0.
.


U 2016/06/16 11:28:21.444989 81.213.215.67:55322 -> 195.200.82.100:5060
BYE sip:5678*0012@195.200.82.100 SIP/2.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;branch=z9hG4bK-524287-1---a142a127e84f947b;rport.
Max-Forwards: 70.
Route: <sip:195.200.82.100;lr;ftag=Ktgc29at25SKr;did=208.c6d1>.
Contact: <sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8>.
To: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
From: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 3 BYE.
Proxy-Authorization: Digest 
username="5678*0023",realm="195.200.82.100",nonce="V2JyYVdicTUzgkUFRHZwBRyEnY/JTHJ0",uri="sip:5678*0012@195.200.82.100",response="5b52cfc6828a15e01a16d33e078abaac",algorithm=MD5.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 0.
.


U 2016/06/16 11:28:21.458654 195.200.82.100:5060 -> 195.200.82.130:5080
BYE sip:195.200.82.100;lr;ftag=Ktgc29at25SKr;did=208.c6d1 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK738f.e9188f3d996c2f1339c1dba57037de1d.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---a142a127e84f947b;rport=55322.
Max-Forwards: 69.
Contact: 
<sip:5678*0023@81.213.215.67:55322;rinstance=4f37d6fc2d8e42c8;alias=81.213.215.67~55322~1>.
To: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
From: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 3 BYE.
User-Agent: X-Lite release 4.9.2 stamp 79048.
Content-Length: 0.
.


U 2016/06/16 11:28:21.464829 195.200.82.130:5080 -> 195.200.82.100:5060
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
195.200.82.100;branch=z9hG4bK738f.e9188f3d996c2f1339c1dba57037de1d.0.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---a142a127e84f947b;rport=55322.
From: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
To: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 3 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Content-Length: 0.
.


U 2016/06/16 11:28:21.464974 195.200.82.100:5060 -> 81.213.215.67:55322
SIP/2.0 200 OK.
Via: SIP/2.0/UDP 
192.168.1.15:54362;received=81.213.215.67;branch=z9hG4bK-524287-1---a142a127e84f947b;rport=55322.
From: <sip:5678*0023@195.200.82.100:5060>;tag=8ba55928.
To: "Huseyin Cisco" <sip:5678*0012@195.200.82.100>;tag=Ktgc29at25SKr.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 3 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Content-Length: 0.
.


U 2016/06/16 11:28:21.479917 195.200.82.130:5080 -> 195.200.82.100:5060
BYE sip:5678*0012@192.168.1.21:5090;alias=176.40.9.170~5090~1 SIP/2.0.
Via: SIP/2.0/UDP 195.200.82.130:5080;rport;branch=z9hG4bKNvQv5c9N9yvam.
Route: 
<sip:195.200.82.100;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Route: 
<sip:195.200.82.100:5090;r2=on;lr=on;ftag=1e974eed5c1924a8o1;did=208.b6d1;nat=yes>.
Max-Forwards: 70.
From: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
To: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698589 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Reason: Q.850;cause=16;text="NORMAL_CLEARING".
Content-Length: 0.
.


U 2016/06/16 11:28:21.484271 195.200.82.100:5090 -> 176.40.9.170:5090
BYE sip:5678*0012@192.168.1.21:5090 SIP/2.0.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKb7a9.cddf634985387d1f98f391d77f045988.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKNvQv5c9N9yvam.
Max-Forwards: 69.
From: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
To: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698589 BYE.
User-Agent: VOIPGrow Media Gateway rv:1.0.
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REFER, NOTIFY.
Supported: timer, path, replaces.
Reason: Q.850;cause=16;text="NORMAL_CLEARING".
Content-Length: 0.
.


U 2016/06/16 11:28:21.540714 176.40.9.170:5090 -> 195.200.82.100:5090
SIP/2.0 200 OK.
To: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
From: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698589 BYE.
Via: SIP/2.0/UDP 
195.200.82.100:5090;branch=z9hG4bKb7a9.cddf634985387d1f98f391d77f045988.0.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKNvQv5c9N9yvam.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


U 2016/06/16 11:28:21.540936 195.200.82.100:5060 -> 195.200.82.130:5080
SIP/2.0 200 OK.
To: "0012" <sip:5678*0012@195.200.82.100>;tag=1e974eed5c1924a8o1.
From: <sip:5678*0023@195.200.82.100>;tag=jHQK0etp5v30c.
Call-ID: a39ec11-553089d4@192.168.1.21.
CSeq: 92698589 BYE.
Via: SIP/2.0/UDP 
195.200.82.130:5080;received=195.200.82.130;rport=5080;branch=z9hG4bKNvQv5c9N9yvam.
Server: Cisco/SPA504G-7.6.1.
Content-Length: 0.
.


_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Reply via email to