Skip to content

Instantly share code, notes, and snippets.

Created February 27, 2018 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ecd3b6b8026604aedef88d4602112815 to your computer and use it in GitHub Desktop.
Save anonymous/ecd3b6b8026604aedef88d4602112815 to your computer and use it in GitHub Desktop.
Asterisk console output
The Asterisk console output with “pjsip set logger on” output and “rtp set debug on” to show the actual traffic (both SIP and media).
I've replaced the SIP User ID with 54321, the caller's IP with 1.2.3.4 and telephone numbers with 442081234567 and 442031234567.
<--- Received SIP request (898 bytes) from UDP:1.2.3.4:2845 --->
INVITE sip:442081234567@45.76.185.48 SIP/2.0
Via: SIP/2.0/UDP 1.2.3.4:2845;branch=z9hG4bKsqBaXOuhSHMSfcQP;rport
Contact: <sip:1002@1.2.3.4:2845>
Max-Forwards: 70
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
To: <sip:442081234567@45.76.185.48>
Content-Type: application/sdp
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
CSeq: 1 INVITE
User-Agent: Acrobits Softphone Business/3.6
Content-Length: 360
v=0
o=- 5558410495 19149 IN IP4 1.2.3.4
s=efeungd
c=IN IP4 1.2.3.4
t=0 0
m=audio 19148 RTP/AVP 9 0 8 103 102 3 101
a=rtpmap:101 telephone-event/8000
a=rtpmap:102 iLBC/8000
a=rtpmap:103 opus/48000/2
a=fmtp:101 0-15
a=fmtp:102 mode=20
a=fmtp:103 maxplaybackrate=16000;maxaveragebitrate=24000;useinbandfec=1;usedtx=1
a=ptime:20
a=sendrecv
<--- Transmitting SIP response (546 bytes) to UDP:1.2.3.4:2845 --->
SIP/2.0 401 Unauthorized
Via: SIP/2.0/UDP 1.2.3.4:2845;rport=2845;received=1.2.3.4;branch=z9hG4bKsqBaXOuhSHMSfcQP
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
To: <sip:442081234567@45.76.185.48>;tag=z9hG4bKsqBaXOuhSHMSfcQP
CSeq: 1 INVITE
WWW-Authenticate: Digest realm="asterisk",nonce="1519730669/ef4fe690f345f8140f9cf0fadfbdf144",opaque="1a8962854e94841b",algorithm=md5,qop="auth"
Server: Asterisk PBX certified/13.18-cert3
Content-Length: 0
<--- Received SIP request (404 bytes) from UDP:1.2.3.4:2845 --->
ACK sip:442081234567@45.76.185.48 SIP/2.0
Via: SIP/2.0/UDP 1.2.3.4:2845;branch=z9hG4bKsqBaXOuhSHMSfcQP;rport
Max-Forwards: 70
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
To: <sip:442081234567@45.76.185.48>;tag=z9hG4bKsqBaXOuhSHMSfcQP
CSeq: 1 ACK
User-Agent: Acrobits Softphone Business/3.6
Content-Length: 0
<--- Received SIP request (1181 bytes) from UDP:1.2.3.4:2845 --->
INVITE sip:442081234567@45.76.185.48 SIP/2.0
Via: SIP/2.0/UDP 1.2.3.4:2845;branch=z9hG4bKw31D2fKaCwXn5xU6;rport
Contact: <sip:1002@1.2.3.4:2845>
Max-Forwards: 70
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
To: <sip:442081234567@45.76.185.48>
Content-Type: application/sdp
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
CSeq: 2 INVITE
Authorization: Digest username="1002",realm="asterisk",algorithm=md5,uri="sip:442081234567@45.76.185.48",nonce="1519730669/ef4fe690f345f8140f9cf0fadfbdf144",opaque="1a8962854e94841b",qop=auth,cnonce="WpU/7gQ6ROLuT/bZ66an1be7",nc=00000001,response="6513c2da41aaab52bcad11d54c078995"
User-Agent: Acrobits Softphone Business/3.6
Content-Length: 360
v=0
o=- 5558410495 19149 IN IP4 1.2.3.4
s=efeungd
c=IN IP4 1.2.3.4
t=0 0
m=audio 19148 RTP/AVP 9 0 8 103 102 3 101
a=rtpmap:101 telephone-event/8000
a=rtpmap:102 iLBC/8000
a=rtpmap:103 opus/48000/2
a=fmtp:101 0-15
a=fmtp:102 mode=20
a=fmtp:103 maxplaybackrate=16000;maxaveragebitrate=24000;useinbandfec=1;usedtx=1
a=ptime:20
a=sendrecv
== Setting global variable 'SIPDOMAIN' to '45.76.185.48'
<--- Transmitting SIP response (365 bytes) to UDP:1.2.3.4:2845 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 1.2.3.4:2845;rport=2845;received=1.2.3.4;branch=z9hG4bKw31D2fKaCwXn5xU6
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
To: <sip:442081234567@45.76.185.48>
CSeq: 2 INVITE
Server: Asterisk PBX certified/13.18-cert3
Content-Length: 0
-- Executing [442081234567@internal:1] Log("PJSIP/1002-00000017", "NOTICE, Outgoing Call from "Test" <1002>") in new stack
[2018-02-27 11:24:30] NOTICE[29528][C-0000000b]: Ext. 442081234567:1 @ internal: Outgoing Call from "Test" <1002>
-- Executing [442081234567@internal:2] Gosub("PJSIP/1002-00000017", "subDial,start,1(1519730670.36,442081234567)") in new stack
-- Executing [start@subDial:1] NoOp("PJSIP/1002-00000017", "") in new stack
-- Executing [start@subDial:2] Set("PJSIP/1002-00000017", "CALLERID(all)=442031234567") in new stack
-- Executing [start@subDial:3] Dial("PJSIP/1002-00000017", "PJSIP/442081234567@54321,,T") in new stack
-- Called PJSIP/442081234567@54321
<--- Transmitting SIP request (922 bytes) to UDP:185.45.152.174:5060 --->
INVITE sip:442081234567@sip.zadarma.com:5060 SIP/2.0
Via: SIP/2.0/UDP 45.76.185.48:5060;rport;branch=z9hG4bKPj528ceedd-76c8-4a74-93c1-ff389dbbb25c
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>
Contact: <sip:54321@45.76.185.48:5060>
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30236 INVITE
Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, REFER, MESSAGE
Supported: 100rel, timer, replaces, norefersub
Session-Expires: 1800
Min-SE: 90
Max-Forwards: 70
User-Agent: Asterisk PBX certified/13.18-cert3
Content-Type: application/sdp
Content-Length: 237
v=0
o=- 2059615974 2059615974 IN IP4 45.76.185.48
s=Asterisk
c=IN IP4 45.76.185.48
t=0 0
m=audio 18598 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
<--- Received SIP response (538 bytes) from UDP:185.45.152.174:5060 --->
SIP/2.0 407 Proxy Authentication Required
Via: SIP/2.0/UDP 45.76.185.48:5060;rport=5060;branch=z9hG4bKPj528ceedd-76c8-4a74-93c1-ff389dbbb25c;received=45.76.185.48
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>;tag=5149c1126e702672db415b970eae4141.f190
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30236 INVITE
Proxy-Authenticate: Digest realm="sip.zadarma.com", nonce="WpVBG1qVP+8LP3ijb+JQRoCZsa+nyikH", qop="auth"
Server: Zadarma server
Content-Length: 0
<--- Transmitting SIP request (453 bytes) to UDP:185.45.152.174:5060 --->
ACK sip:442081234567@sip.zadarma.com:5060 SIP/2.0
Via: SIP/2.0/UDP 45.76.185.48:5060;rport;branch=z9hG4bKPj528ceedd-76c8-4a74-93c1-ff389dbbb25c
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>;tag=5149c1126e702672db415b970eae4141.f190
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30236 ACK
Max-Forwards: 70
User-Agent: Asterisk PBX certified/13.18-cert3
Content-Length: 0
<--- Transmitting SIP request (1195 bytes) to UDP:185.45.152.174:5060 --->
INVITE sip:442081234567@sip.zadarma.com:5060 SIP/2.0
Via: SIP/2.0/UDP 45.76.185.48:5060;rport;branch=z9hG4bKPj841e044e-fdf3-4220-9d02-17a259813955
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>
Contact: <sip:54321@45.76.185.48:5060>
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30237 INVITE
Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, REFER, MESSAGE
Supported: 100rel, timer, replaces, norefersub
Session-Expires: 1800
Min-SE: 90
Max-Forwards: 70
User-Agent: Asterisk PBX certified/13.18-cert3
Proxy-Authorization: Digest username="54321", realm="sip.zadarma.com", nonce="WpVBG1qVP+8LP3ijb+JQRoCZsa+nyikH", uri="sip:442081234567@sip.zadarma.com:5060", response="6bd7e7ae649e4cd26a8fb713698c13db", cnonce="8b7946c1-395b-44bc-8966-ec2b797b6ec2", qop=auth, nc=00000001
Content-Type: application/sdp
Content-Length: 237
v=0
o=- 2059615974 2059615974 IN IP4 45.76.185.48
s=Asterisk
c=IN IP4 45.76.185.48
t=0 0
m=audio 18598 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
<--- Received SIP response (399 bytes) from UDP:185.45.152.174:5060 --->
SIP/2.0 100 trying -- your call is important to us
Via: SIP/2.0/UDP 45.76.185.48:5060;rport=5060;branch=z9hG4bKPj841e044e-fdf3-4220-9d02-17a259813955;received=45.76.185.48
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30237 INVITE
Server: Zadarma server
Content-Length: 0
<--- Received SIP response (885 bytes) from UDP:185.45.152.174:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 45.76.185.48:5060;received=45.76.185.48;rport=5060;branch=z9hG4bKPj841e044e-fdf3-4220-9d02-17a259813955
Record-Route: <sip:185.45.152.174;lr=on;ftag=a4d55036-4b65-48e6-8157-0437e8f988b9>
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>;tag=as407bebd4
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30237 INVITE
Server: Zadarma Voip
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces
Contact: <sip:442081234567@185.45.152.129:5060>
Content-Type: application/sdp
Content-Length: 230
v=0
o=root 571987061 571987061 IN IP4 185.45.152.129
s=Zadarma Voip
c=IN IP4 185.45.152.129
t=0 0
m=audio 16142 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv
<--- Transmitting SIP request (504 bytes) to UDP:185.45.152.174:5060 --->
ACK sip:442081234567@185.45.152.129:5060 SIP/2.0
Via: SIP/2.0/UDP 45.76.185.48:5060;rport;branch=z9hG4bKPjdd676727-ece2-4a77-9d60-15af20cdc835
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>;tag=as407bebd4
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30237 ACK
Route: <sip:185.45.152.174:5060;lr;ftag=a4d55036-4b65-48e6-8157-0437e8f988b9>
Max-Forwards: 70
User-Agent: Asterisk PBX certified/13.18-cert3
Content-Length: 0
-- PJSIP/54321-00000018 answered PJSIP/1002-00000017
<--- Transmitting SIP response (861 bytes) to UDP:1.2.3.4:2845 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 1.2.3.4:2845;rport=2845;received=1.2.3.4;branch=z9hG4bKw31D2fKaCwXn5xU6
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
CSeq: 2 INVITE
Server: Asterisk PBX certified/13.18-cert3
Contact: <sip:45.76.185.48:5060>
Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, REFER, MESSAGE
Supported: 100rel, timer, replaces, norefersub
Content-Type: application/sdp
Content-Length: 232
v=0
o=- 1263443199 19151 IN IP4 45.76.185.48
s=Asterisk
c=IN IP4 45.76.185.48
t=0 0
m=audio 14778 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
-- Channel PJSIP/54321-00000018 joined 'simple_bridge' basic-bridge <3b9124a2-71f8-438d-8514-45490741025f>
-- Channel PJSIP/1002-00000017 joined 'simple_bridge' basic-bridge <3b9124a2-71f8-438d-8514-45490741025f>
<--- Received SIP response (885 bytes) from UDP:185.45.152.174:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 45.76.185.48:5060;received=45.76.185.48;rport=5060;branch=z9hG4bKPj841e044e-fdf3-4220-9d02-17a259813955
Record-Route: <sip:185.45.152.174;lr=on;ftag=a4d55036-4b65-48e6-8157-0437e8f988b9>
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>;tag=as407bebd4
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30237 INVITE
Server: Zadarma Voip
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces
Contact: <sip:442081234567@185.45.152.129:5060>
Content-Type: application/sdp
Content-Length: 230
v=0
o=root 571987061 571987061 IN IP4 185.45.152.129
s=Zadarma Voip
c=IN IP4 185.45.152.129
t=0 0
m=audio 16142 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv
<--- Transmitting SIP request (504 bytes) to UDP:185.45.152.174:5060 --->
ACK sip:442081234567@185.45.152.129:5060 SIP/2.0
Via: SIP/2.0/UDP 45.76.185.48:5060;rport;branch=z9hG4bKPjdd676727-ece2-4a77-9d60-15af20cdc835
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>;tag=as407bebd4
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30237 ACK
Route: <sip:185.45.152.174:5060;lr;ftag=a4d55036-4b65-48e6-8157-0437e8f988b9>
Max-Forwards: 70
User-Agent: Asterisk PBX certified/13.18-cert3
Content-Length: 0
<--- Received SIP request (409 bytes) from UDP:1.2.3.4:2845 --->
ACK sip:45.76.185.48:5060 SIP/2.0
Via: SIP/2.0/UDP 1.2.3.4:2845;branch=z9hG4bKa7hk2yROPWtPfqwH;rport
Max-Forwards: 70
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
CSeq: 2 ACK
User-Agent: Acrobits Softphone Business/3.6
Content-Length: 0
<--- Received SIP request (931 bytes) from UDP:1.2.3.4:2845 --->
INVITE sip:45.76.185.48:5060 SIP/2.0
Via: SIP/2.0/UDP 1.2.3.4:2845;branch=z9hG4bKpdgxHorzh7HSZwnz;rport
Contact: <sip:1002@1.2.3.4:2845>
Max-Forwards: 70
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
Content-Type: application/sdp
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
CSeq: 3 INVITE
User-Agent: Acrobits Softphone Business/3.6
Content-Length: 360
v=0
o=- 5558410495 19150 IN IP4 1.2.3.4
s=efeungd
c=IN IP4 1.2.3.4
t=0 0
m=audio 19148 RTP/AVP 9 0 8 103 102 3 101
a=rtpmap:101 telephone-event/8000
a=rtpmap:102 iLBC/8000
a=rtpmap:103 opus/48000/2
a=fmtp:101 0-15
a=fmtp:102 mode=20
a=fmtp:103 maxplaybackrate=16000;maxaveragebitrate=24000;useinbandfec=1;usedtx=1
a=ptime:20
a=sendonly
<--- Transmitting SIP response (861 bytes) to UDP:1.2.3.4:2845 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 1.2.3.4:2845;rport=2845;received=1.2.3.4;branch=z9hG4bKpdgxHorzh7HSZwnz
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
CSeq: 3 INVITE
Contact: <sip:45.76.185.48:5060>
Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, REFER, MESSAGE
Supported: 100rel, timer, replaces, norefersub
Server: Asterisk PBX certified/13.18-cert3
Content-Type: application/sdp
Content-Length: 232
v=0
o=- 1263443199 19152 IN IP4 45.76.185.48
s=Asterisk
c=IN IP4 45.76.185.48
t=0 0
m=audio 14778 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=recvonly
-- Started music on hold, class 'default', on channel 'PJSIP/54321-00000018'
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006257, ts 000160, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017180, ts 068160, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006258, ts 000320, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017181, ts 068320, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006259, ts 000480, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017182, ts 068480, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006260, ts 000640, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017183, ts 068640, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006261, ts 000800, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017184, ts 068800, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006262, ts 000960, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017185, ts 068960, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006263, ts 001120, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017186, ts 069120, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006264, ts 001280, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017187, ts 069280, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006265, ts 001440, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017188, ts 069440, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006266, ts 001600, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017189, ts 069600, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006267, ts 001760, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017190, ts 069760, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006268, ts 001920, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017191, ts 069920, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006269, ts 002080, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017192, ts 070080, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006270, ts 002240, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017193, ts 070240, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006271, ts 002400, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017194, ts 070400, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006272, ts 002560, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017195, ts 070560, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006273, ts 002720, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017196, ts 070720, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006274, ts 002880, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017197, ts 070880, len 000160)
<--- Received SIP request (409 bytes) from UDP:1.2.3.4:2845 --->
ACK sip:45.76.185.48:5060 SIP/2.0
Via: SIP/2.0/UDP 1.2.3.4:2845;branch=z9hG4bKUi6c3LxT5l7IROnu;rport
Max-Forwards: 70
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
CSeq: 3 ACK
User-Agent: Acrobits Softphone Business/3.6
Content-Length: 0
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006275, ts 003040, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017198, ts 071040, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006276, ts 003200, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017199, ts 071200, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006277, ts 003360, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017200, ts 071360, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006278, ts 003520, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017201, ts 071520, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006279, ts 003680, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017202, ts 071680, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006280, ts 003840, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017203, ts 071840, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006281, ts 004000, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017204, ts 072000, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006282, ts 004160, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017205, ts 072160, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006283, ts 004320, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017206, ts 072320, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006284, ts 004480, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017207, ts 072480, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006285, ts 004640, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017208, ts 072640, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006286, ts 004800, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017209, ts 072800, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006287, ts 004960, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017210, ts 072960, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006288, ts 005120, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017211, ts 073120, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006289, ts 005280, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017212, ts 073280, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006290, ts 005440, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017213, ts 073440, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006291, ts 005600, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017214, ts 073600, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006292, ts 005760, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017215, ts 073760, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006293, ts 005920, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017216, ts 073920, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006294, ts 006080, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017217, ts 074080, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006295, ts 006240, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017218, ts 074240, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006296, ts 006400, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017219, ts 074400, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006297, ts 006560, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017220, ts 074560, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006298, ts 006720, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017221, ts 074720, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006299, ts 006880, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017222, ts 074880, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006300, ts 007040, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017223, ts 075040, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006301, ts 007200, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017224, ts 075200, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006302, ts 007360, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017225, ts 075360, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006303, ts 007520, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017226, ts 075520, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006304, ts 007680, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017227, ts 075680, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006305, ts 007840, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017228, ts 075840, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006306, ts 008000, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017229, ts 076000, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006307, ts 008160, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017230, ts 076160, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006308, ts 008320, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017231, ts 076320, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006309, ts 008480, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017232, ts 076480, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006310, ts 008640, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017233, ts 076640, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006311, ts 008800, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017234, ts 076800, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006312, ts 008960, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017235, ts 076960, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006313, ts 009120, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017236, ts 077120, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006314, ts 009280, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017237, ts 077280, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006315, ts 009440, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017238, ts 077440, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006316, ts 009600, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017239, ts 077600, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006317, ts 009760, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017240, ts 077760, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006318, ts 009920, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017241, ts 077920, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006319, ts 010080, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017242, ts 078080, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006320, ts 010240, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017243, ts 078240, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006321, ts 010400, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017244, ts 078400, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006322, ts 010560, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017245, ts 078560, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006323, ts 010720, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017246, ts 078720, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006324, ts 010880, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017247, ts 078880, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006325, ts 011040, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017248, ts 079040, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006326, ts 011200, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017249, ts 079200, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006327, ts 011360, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017250, ts 079360, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006328, ts 011520, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017251, ts 079520, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006329, ts 011680, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017252, ts 079680, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006330, ts 011840, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017253, ts 079840, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006331, ts 012000, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017254, ts 080000, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006332, ts 012160, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017255, ts 080160, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006333, ts 012320, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017256, ts 080320, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006334, ts 012480, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017257, ts 080480, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006335, ts 012640, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017258, ts 080640, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006336, ts 012800, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017259, ts 080800, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006337, ts 012960, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017260, ts 080960, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006338, ts 013120, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017261, ts 081120, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006339, ts 013280, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017262, ts 081280, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006340, ts 013440, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017263, ts 081440, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006341, ts 013600, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017264, ts 081600, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006342, ts 013760, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017265, ts 081760, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006343, ts 013920, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017266, ts 081920, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006344, ts 014080, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017267, ts 082080, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006345, ts 014240, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017268, ts 082240, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006346, ts 014400, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017269, ts 082400, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006347, ts 014560, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017270, ts 082560, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006348, ts 014720, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017271, ts 082720, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006349, ts 014880, len 000160)
<--- Received SIP request (931 bytes) from UDP:1.2.3.4:2845 --->
INVITE sip:45.76.185.48:5060 SIP/2.0
Via: SIP/2.0/UDP 1.2.3.4:2845;branch=z9hG4bK34DWxkGmNGOQJyRy;rport
Contact: <sip:1002@1.2.3.4:2845>
Max-Forwards: 70
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
Content-Type: application/sdp
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
CSeq: 4 INVITE
User-Agent: Acrobits Softphone Business/3.6
Content-Length: 360
v=0
o=- 5558410495 19151 IN IP4 1.2.3.4
s=efeungd
c=IN IP4 1.2.3.4
t=0 0
m=audio 19148 RTP/AVP 9 0 8 103 102 3 101
a=rtpmap:101 telephone-event/8000
a=rtpmap:102 iLBC/8000
a=rtpmap:103 opus/48000/2
a=fmtp:101 0-15
a=fmtp:102 mode=20
a=fmtp:103 maxplaybackrate=16000;maxaveragebitrate=24000;useinbandfec=1;usedtx=1
a=ptime:20
a=sendrecv
<--- Transmitting SIP response (861 bytes) to UDP:1.2.3.4:2845 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 1.2.3.4:2845;rport=2845;received=1.2.3.4;branch=z9hG4bK34DWxkGmNGOQJyRy
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
CSeq: 4 INVITE
Contact: <sip:45.76.185.48:5060>
Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, REFER, MESSAGE
Supported: 100rel, timer, replaces, norefersub
Server: Asterisk PBX certified/13.18-cert3
Content-Type: application/sdp
Content-Length: 232
v=0
o=- 1263443199 19153 IN IP4 45.76.185.48
s=Asterisk
c=IN IP4 45.76.185.48
t=0 0
m=audio 14778 RTP/AVP 0 101
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=maxptime:150
a=sendrecv
-- Stopped music on hold on PJSIP/54321-00000018
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017272, ts 082880, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026480, ts 082880, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017273, ts 083040, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026481, ts 083040, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017274, ts 083200, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026482, ts 083200, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017275, ts 083360, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026483, ts 083360, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017276, ts 083520, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026484, ts 083520, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017277, ts 083680, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026485, ts 083680, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017278, ts 083840, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026486, ts 083840, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017279, ts 084000, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026487, ts 084000, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017280, ts 084160, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026488, ts 084160, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017281, ts 084320, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026489, ts 084320, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017282, ts 084480, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026490, ts 084480, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017283, ts 084640, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026491, ts 084640, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017284, ts 084800, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026492, ts 084800, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017285, ts 084960, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026493, ts 084960, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052632, ts 3037545176, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006350, ts 3037545176, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017286, ts 085120, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026494, ts 085120, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052633, ts 3037545336, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006351, ts 3037545336, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017287, ts 085280, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026495, ts 085280, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052634, ts 3037545496, len 000160)
<--- Received SIP request (409 bytes) from UDP:1.2.3.4:2845 --->
ACK sip:45.76.185.48:5060 SIP/2.0
Via: SIP/2.0/UDP 1.2.3.4:2845;branch=z9hG4bKbBufzjDy9rbaPKOk;rport
Max-Forwards: 70
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
CSeq: 4 ACK
User-Agent: Acrobits Softphone Business/3.6
Content-Length: 0
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006352, ts 3037545496, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017288, ts 085440, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026496, ts 085440, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052635, ts 3037545656, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006353, ts 3037545656, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017289, ts 085600, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026497, ts 085600, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052636, ts 3037545816, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006354, ts 3037545816, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017290, ts 085760, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026498, ts 085760, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052637, ts 3037545976, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006355, ts 3037545976, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017291, ts 085920, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026499, ts 085920, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052638, ts 3037546136, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006356, ts 3037546136, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017292, ts 086080, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026500, ts 086080, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052639, ts 3037546296, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006357, ts 3037546296, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017293, ts 086240, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026501, ts 086240, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052640, ts 3037546456, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006358, ts 3037546456, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017294, ts 086400, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026502, ts 086400, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052641, ts 3037546616, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006359, ts 3037546616, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017295, ts 086560, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026503, ts 086560, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052642, ts 3037546776, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006360, ts 3037546776, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017296, ts 086720, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026504, ts 086720, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052643, ts 3037546936, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006361, ts 3037546936, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017297, ts 086880, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026505, ts 086880, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052644, ts 3037547096, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006362, ts 3037547096, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017298, ts 087040, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026506, ts 087040, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052645, ts 3037547256, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006363, ts 3037547256, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017299, ts 087200, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026507, ts 087200, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052646, ts 3037547416, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006364, ts 3037547416, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017300, ts 087360, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026508, ts 087360, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052647, ts 3037547576, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006365, ts 3037547576, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017301, ts 087520, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026509, ts 087520, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052648, ts 3037547736, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006366, ts 3037547736, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017302, ts 087680, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026510, ts 087680, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052649, ts 3037547896, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006367, ts 3037547896, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017303, ts 087840, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026511, ts 087840, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052650, ts 3037548056, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006368, ts 3037548056, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017304, ts 088000, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026512, ts 088000, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052651, ts 3037548216, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006369, ts 3037548216, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017305, ts 088160, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026513, ts 088160, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052652, ts 3037548376, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006370, ts 3037548376, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017306, ts 088320, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026514, ts 088320, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052653, ts 3037548536, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006371, ts 3037548536, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017307, ts 088480, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026515, ts 088480, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052654, ts 3037548696, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006372, ts 3037548696, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017308, ts 088640, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026516, ts 088640, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052655, ts 3037548856, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006373, ts 3037548856, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017309, ts 088800, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026517, ts 088800, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052656, ts 3037549016, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006374, ts 3037549016, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017310, ts 088960, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026518, ts 088960, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052657, ts 3037549176, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006375, ts 3037549176, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017311, ts 089120, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026519, ts 089120, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052658, ts 3037549336, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006376, ts 3037549336, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017312, ts 089280, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026520, ts 089280, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052659, ts 3037549496, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006377, ts 3037549496, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017313, ts 089440, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026521, ts 089440, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052660, ts 3037549656, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006378, ts 3037549656, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017314, ts 089600, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026522, ts 089600, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052661, ts 3037549816, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006379, ts 3037549816, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017315, ts 089760, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026523, ts 089760, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052662, ts 3037549976, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006380, ts 3037549976, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017316, ts 089920, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026524, ts 089920, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052663, ts 3037550136, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006381, ts 3037550136, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017317, ts 090080, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026525, ts 090080, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052664, ts 3037550296, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006382, ts 3037550296, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017318, ts 090240, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026526, ts 090240, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052665, ts 3037550456, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006383, ts 3037550456, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017319, ts 090400, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026527, ts 090400, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052666, ts 3037550616, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006384, ts 3037550616, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017320, ts 090560, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026528, ts 090560, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052667, ts 3037550776, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006385, ts 3037550776, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017321, ts 090720, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026529, ts 090720, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052668, ts 3037550936, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006386, ts 3037550936, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017322, ts 090880, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026530, ts 090880, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052669, ts 3037551096, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006387, ts 3037551096, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017323, ts 091040, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026531, ts 091040, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052670, ts 3037551256, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006388, ts 3037551256, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017324, ts 091200, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026532, ts 091200, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052671, ts 3037551416, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006389, ts 3037551416, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017325, ts 091360, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026533, ts 091360, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052672, ts 3037551576, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006390, ts 3037551576, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017326, ts 091520, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026534, ts 091520, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052673, ts 3037551736, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006391, ts 3037551736, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017327, ts 091680, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026535, ts 091680, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052674, ts 3037551896, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006392, ts 3037551896, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017328, ts 091840, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026536, ts 091840, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052675, ts 3037552056, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006393, ts 3037552056, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017329, ts 092000, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026537, ts 092000, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052676, ts 3037552216, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006394, ts 3037552216, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017330, ts 092160, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026538, ts 092160, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052677, ts 3037552376, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006395, ts 3037552376, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017331, ts 092320, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026539, ts 092320, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052678, ts 3037552536, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006396, ts 3037552536, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017332, ts 092480, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026540, ts 092480, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052679, ts 3037552696, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006397, ts 3037552696, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017333, ts 092640, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026541, ts 092640, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052680, ts 3037552856, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006398, ts 3037552856, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017334, ts 092800, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026542, ts 092800, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052681, ts 3037553016, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006399, ts 3037553016, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017335, ts 092960, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026543, ts 092960, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052682, ts 3037553176, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006400, ts 3037553176, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017336, ts 093120, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026544, ts 093120, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052683, ts 3037553336, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006401, ts 3037553336, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017337, ts 093280, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026545, ts 093280, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052684, ts 3037553496, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006402, ts 3037553496, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017338, ts 093440, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026546, ts 093440, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052685, ts 3037553656, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006403, ts 3037553656, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017339, ts 093600, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026547, ts 093600, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052686, ts 3037553816, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006404, ts 3037553816, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017340, ts 093760, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026548, ts 093760, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052687, ts 3037553976, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006405, ts 3037553976, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017341, ts 093920, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026549, ts 093920, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052688, ts 3037554136, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006406, ts 3037554136, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017342, ts 094080, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026550, ts 094080, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052689, ts 3037554296, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006407, ts 3037554296, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017343, ts 094240, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026551, ts 094240, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052690, ts 3037554456, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006408, ts 3037554456, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017344, ts 094400, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026552, ts 094400, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052691, ts 3037554616, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006409, ts 3037554616, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017345, ts 094560, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026553, ts 094560, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052692, ts 3037554776, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006410, ts 3037554776, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017346, ts 094720, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026554, ts 094720, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052693, ts 3037554936, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006411, ts 3037554936, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017347, ts 094880, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026555, ts 094880, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052694, ts 3037555096, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006412, ts 3037555096, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017348, ts 095040, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026556, ts 095040, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052695, ts 3037555256, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006413, ts 3037555256, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017349, ts 095200, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026557, ts 095200, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052696, ts 3037555416, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006414, ts 3037555416, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017350, ts 095360, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026558, ts 095360, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052697, ts 3037555576, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006415, ts 3037555576, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017351, ts 095520, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026559, ts 095520, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052698, ts 3037555736, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006416, ts 3037555736, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017352, ts 095680, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026560, ts 095680, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052699, ts 3037555896, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006417, ts 3037555896, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017353, ts 095840, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026561, ts 095840, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052700, ts 3037556056, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006418, ts 3037556056, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017354, ts 096000, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026562, ts 096000, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052701, ts 3037556216, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006419, ts 3037556216, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017355, ts 096160, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026563, ts 096160, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052702, ts 3037556376, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006420, ts 3037556376, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017356, ts 096320, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026564, ts 096320, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017357, ts 096480, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026565, ts 096480, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052703, ts 3037556536, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006421, ts 3037556536, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052704, ts 3037556696, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006422, ts 3037556696, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017358, ts 096640, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026566, ts 096640, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052705, ts 3037556856, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006423, ts 3037556856, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017359, ts 096800, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026567, ts 096800, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052706, ts 3037557016, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006424, ts 3037557016, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017360, ts 096960, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026568, ts 096960, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052707, ts 3037557176, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006425, ts 3037557176, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017361, ts 097120, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026569, ts 097120, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052708, ts 3037557336, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006426, ts 3037557336, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017362, ts 097280, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026570, ts 097280, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052709, ts 3037557496, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006427, ts 3037557496, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017363, ts 097440, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026571, ts 097440, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052710, ts 3037557656, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006428, ts 3037557656, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017364, ts 097600, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026572, ts 097600, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052711, ts 3037557816, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006429, ts 3037557816, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017365, ts 097760, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026573, ts 097760, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052712, ts 3037557976, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006430, ts 3037557976, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017366, ts 097920, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026574, ts 097920, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052713, ts 3037558136, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006431, ts 3037558136, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017367, ts 098080, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026575, ts 098080, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052714, ts 3037558296, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006432, ts 3037558296, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017368, ts 098240, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026576, ts 098240, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052715, ts 3037558456, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006433, ts 3037558456, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017369, ts 098400, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026577, ts 098400, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052716, ts 3037558616, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006434, ts 3037558616, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017370, ts 098560, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026578, ts 098560, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052717, ts 3037558776, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006435, ts 3037558776, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017371, ts 098720, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026579, ts 098720, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052718, ts 3037558936, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006436, ts 3037558936, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017372, ts 098880, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026580, ts 098880, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052719, ts 3037559096, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006437, ts 3037559096, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017373, ts 099040, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026581, ts 099040, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052720, ts 3037559256, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006438, ts 3037559256, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017374, ts 099200, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026582, ts 099200, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052721, ts 3037559416, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006439, ts 3037559416, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017375, ts 099360, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026583, ts 099360, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052722, ts 3037559576, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006440, ts 3037559576, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017376, ts 099520, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026584, ts 099520, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052723, ts 3037559736, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006441, ts 3037559736, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017377, ts 099680, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026585, ts 099680, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052724, ts 3037559896, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006442, ts 3037559896, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017378, ts 099840, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026586, ts 099840, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052725, ts 3037560056, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006443, ts 3037560056, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017379, ts 100000, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026587, ts 100000, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052726, ts 3037560216, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006444, ts 3037560216, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017380, ts 100160, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026588, ts 100160, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052727, ts 3037560376, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006445, ts 3037560376, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017381, ts 100320, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026589, ts 100320, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052728, ts 3037560536, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006446, ts 3037560536, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017382, ts 100480, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026590, ts 100480, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052729, ts 3037560696, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006447, ts 3037560696, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017383, ts 100640, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026591, ts 100640, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052730, ts 3037560856, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006448, ts 3037560856, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017384, ts 100800, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026592, ts 100800, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052731, ts 3037561016, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006449, ts 3037561016, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017385, ts 100960, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026593, ts 100960, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052732, ts 3037561176, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006450, ts 3037561176, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017386, ts 101120, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026594, ts 101120, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052733, ts 3037561336, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006451, ts 3037561336, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017387, ts 101280, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026595, ts 101280, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052734, ts 3037561496, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006452, ts 3037561496, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017388, ts 101440, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026596, ts 101440, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052735, ts 3037561656, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006453, ts 3037561656, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017389, ts 101600, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026597, ts 101600, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052736, ts 3037561816, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006454, ts 3037561816, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017390, ts 101760, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026598, ts 101760, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052737, ts 3037561976, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006455, ts 3037561976, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017391, ts 101920, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026599, ts 101920, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052738, ts 3037562136, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006456, ts 3037562136, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017392, ts 102080, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026600, ts 102080, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052739, ts 3037562296, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006457, ts 3037562296, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017393, ts 102240, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026601, ts 102240, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052740, ts 3037562456, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006458, ts 3037562456, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017394, ts 102400, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026602, ts 102400, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052741, ts 3037562616, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006459, ts 3037562616, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017395, ts 102560, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026603, ts 102560, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052742, ts 3037562776, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006460, ts 3037562776, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017396, ts 102720, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026604, ts 102720, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052743, ts 3037562936, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006461, ts 3037562936, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017397, ts 102880, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026605, ts 102880, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052744, ts 3037563096, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006462, ts 3037563096, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017398, ts 103040, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026606, ts 103040, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052745, ts 3037563256, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006463, ts 3037563256, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017399, ts 103200, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026607, ts 103200, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052746, ts 3037563416, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006464, ts 3037563416, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017400, ts 103360, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026608, ts 103360, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052747, ts 3037563576, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006465, ts 3037563576, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017401, ts 103520, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026609, ts 103520, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052748, ts 3037563736, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006466, ts 3037563736, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017402, ts 103680, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026610, ts 103680, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052749, ts 3037563896, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006467, ts 3037563896, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017403, ts 103840, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026611, ts 103840, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052750, ts 3037564056, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006468, ts 3037564056, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017404, ts 104000, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026612, ts 104000, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052751, ts 3037564216, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006469, ts 3037564216, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017405, ts 104160, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026613, ts 104160, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052752, ts 3037564376, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006470, ts 3037564376, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017406, ts 104320, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026614, ts 104320, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052753, ts 3037564536, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006471, ts 3037564536, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017407, ts 104480, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026615, ts 104480, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052754, ts 3037564696, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006472, ts 3037564696, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017408, ts 104640, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026616, ts 104640, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052755, ts 3037564856, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006473, ts 3037564856, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017409, ts 104800, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026617, ts 104800, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052756, ts 3037565016, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006474, ts 3037565016, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017410, ts 104960, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026618, ts 104960, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017411, ts 105120, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026619, ts 105120, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052757, ts 3037565176, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006475, ts 3037565176, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052758, ts 3037565336, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006476, ts 3037565336, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017412, ts 105280, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026620, ts 105280, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052759, ts 3037565496, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006477, ts 3037565496, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017413, ts 105440, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026621, ts 105440, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052760, ts 3037565656, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006478, ts 3037565656, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017414, ts 105600, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026622, ts 105600, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052761, ts 3037565816, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006479, ts 3037565816, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017415, ts 105760, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026623, ts 105760, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052762, ts 3037565976, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006480, ts 3037565976, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017416, ts 105920, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026624, ts 105920, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052763, ts 3037566136, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006481, ts 3037566136, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017417, ts 106080, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026625, ts 106080, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052764, ts 3037566296, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006482, ts 3037566296, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017418, ts 106240, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026626, ts 106240, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052765, ts 3037566456, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006483, ts 3037566456, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017419, ts 106400, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026627, ts 106400, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052766, ts 3037566616, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006484, ts 3037566616, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017420, ts 106560, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026628, ts 106560, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052767, ts 3037566776, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006485, ts 3037566776, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017421, ts 106720, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026629, ts 106720, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017422, ts 106880, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026630, ts 106880, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052768, ts 3037566936, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006486, ts 3037566936, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052769, ts 3037567096, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006487, ts 3037567096, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017423, ts 107040, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026631, ts 107040, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052770, ts 3037567256, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006488, ts 3037567256, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017424, ts 107200, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026632, ts 107200, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052771, ts 3037567416, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006489, ts 3037567416, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017425, ts 107360, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026633, ts 107360, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052772, ts 3037567576, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006490, ts 3037567576, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017426, ts 107520, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026634, ts 107520, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052773, ts 3037567736, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006491, ts 3037567736, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017427, ts 107680, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026635, ts 107680, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052774, ts 3037567896, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006492, ts 3037567896, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017428, ts 107840, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026636, ts 107840, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052775, ts 3037568056, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006493, ts 3037568056, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017429, ts 108000, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026637, ts 108000, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052776, ts 3037568216, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006494, ts 3037568216, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017430, ts 108160, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026638, ts 108160, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052777, ts 3037568376, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006495, ts 3037568376, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017431, ts 108320, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026639, ts 108320, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052778, ts 3037568536, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006496, ts 3037568536, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017432, ts 108480, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026640, ts 108480, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052779, ts 3037568696, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006497, ts 3037568696, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017433, ts 108640, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026641, ts 108640, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052780, ts 3037568856, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006498, ts 3037568856, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017434, ts 108800, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026642, ts 108800, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052781, ts 3037569016, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006499, ts 3037569016, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017435, ts 108960, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026643, ts 108960, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052782, ts 3037569176, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006500, ts 3037569176, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017436, ts 109120, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026644, ts 109120, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052783, ts 3037569336, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006501, ts 3037569336, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017437, ts 109280, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026645, ts 109280, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052784, ts 3037569496, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006502, ts 3037569496, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017438, ts 109440, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026646, ts 109440, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052785, ts 3037569656, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006503, ts 3037569656, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017439, ts 109600, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026647, ts 109600, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052786, ts 3037569816, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006504, ts 3037569816, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017440, ts 109760, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026648, ts 109760, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052787, ts 3037569976, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006505, ts 3037569976, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017441, ts 109920, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026649, ts 109920, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052788, ts 3037570136, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006506, ts 3037570136, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017442, ts 110080, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026650, ts 110080, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052789, ts 3037570296, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006507, ts 3037570296, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017443, ts 110240, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026651, ts 110240, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052790, ts 3037570456, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006508, ts 3037570456, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017444, ts 110400, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026652, ts 110400, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052791, ts 3037570616, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006509, ts 3037570616, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017445, ts 110560, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026653, ts 110560, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052792, ts 3037570776, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006510, ts 3037570776, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017446, ts 110720, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026654, ts 110720, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052793, ts 3037570936, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006511, ts 3037570936, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017447, ts 110880, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026655, ts 110880, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052794, ts 3037571096, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006512, ts 3037571096, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017448, ts 111040, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026656, ts 111040, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052795, ts 3037571256, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006513, ts 3037571256, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017449, ts 111200, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026657, ts 111200, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052796, ts 3037571416, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006514, ts 3037571416, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017450, ts 111360, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026658, ts 111360, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052797, ts 3037571576, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006515, ts 3037571576, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017451, ts 111520, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026659, ts 111520, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052798, ts 3037571736, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006516, ts 3037571736, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017452, ts 111680, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026660, ts 111680, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017453, ts 111840, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026661, ts 111840, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052799, ts 3037571896, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006517, ts 3037571896, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052800, ts 3037572056, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006518, ts 3037572056, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017454, ts 112000, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026662, ts 112000, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017455, ts 112160, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026663, ts 112160, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052801, ts 3037572216, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006519, ts 3037572216, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052802, ts 3037572376, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006520, ts 3037572376, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017456, ts 112320, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026664, ts 112320, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052803, ts 3037572536, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006521, ts 3037572536, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017457, ts 112480, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026665, ts 112480, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052804, ts 3037572696, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006522, ts 3037572696, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017458, ts 112640, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026666, ts 112640, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052805, ts 3037572856, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006523, ts 3037572856, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017459, ts 112800, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026667, ts 112800, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052806, ts 3037573016, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006524, ts 3037573016, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017460, ts 112960, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026668, ts 112960, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017461, ts 113120, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026669, ts 113120, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052807, ts 3037573176, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006525, ts 3037573176, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052808, ts 3037573336, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006526, ts 3037573336, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017462, ts 113280, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026670, ts 113280, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052809, ts 3037573496, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006527, ts 3037573496, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017463, ts 113440, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026671, ts 113440, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052810, ts 3037573656, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006528, ts 3037573656, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017464, ts 113600, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026672, ts 113600, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052811, ts 3037573816, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006529, ts 3037573816, len 000160)
Got RTP packet from 185.45.152.129:16142 (type 00, seq 017465, ts 113760, len 000160)
Sent RTP packet to 1.2.3.4:19148 (type 00, seq 026673, ts 113760, len 000160)
Got RTP packet from 1.2.3.4:19148 (type 00, seq 052812, ts 3037573976, len 000160)
Sent RTP packet to 185.45.152.129:16142 (type 00, seq 006530, ts 3037573976, len 000160)
<--- Received SIP request (532 bytes) from UDP:1.2.3.4:2845 --->
BYE sip:45.76.185.48:5060 SIP/2.0
Via: SIP/2.0/UDP 1.2.3.4:2845;branch=z9hG4bKpEdWXTjjyx9bHmtl;rport
Contact: <sip:1002@1.2.3.4:2845>
Max-Forwards: 70
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
Allow: OPTIONS, INVITE, ACK, REFER, CANCEL, BYE, NOTIFY
Supported: replaces, path
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
CSeq: 5 BYE
User-Agent: Acrobits Softphone Business/3.6
Content-Length: 0
<--- Transmitting SIP response (399 bytes) to UDP:1.2.3.4:2845 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 1.2.3.4:2845;rport=2845;received=1.2.3.4;branch=z9hG4bKpEdWXTjjyx9bHmtl
Call-ID: F7B017261B2B7234CAC957A109A99EDEC423AA00
From: "Test" <sip:1002@45.76.185.48>;tag=16AA26FDA18C1D40EAF3FE3C8E8FA0D1
To: <sip:442081234567@45.76.185.48>;tag=efa950e3-6816-4ae4-9112-2308d28b3af9
CSeq: 5 BYE
Server: Asterisk PBX certified/13.18-cert3
Content-Length: 0
-- Channel PJSIP/1002-00000017 left 'simple_bridge' basic-bridge <3b9124a2-71f8-438d-8514-45490741025f>
== Spawn extension (subDial, start, 3) exited non-zero on 'PJSIP/1002-00000017'
-- Channel PJSIP/54321-00000018 left 'simple_bridge' basic-bridge <3b9124a2-71f8-438d-8514-45490741025f>
<--- Transmitting SIP request (528 bytes) to UDP:185.45.152.174:5060 --->
BYE sip:442081234567@185.45.152.129:5060 SIP/2.0
Via: SIP/2.0/UDP 45.76.185.48:5060;rport;branch=z9hG4bKPj4925ef80-f445-442a-8287-c41513623a74
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>;tag=as407bebd4
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30238 BYE
Route: <sip:185.45.152.174:5060;lr;ftag=a4d55036-4b65-48e6-8157-0437e8f988b9>
Reason: Q.850;cause=16
Max-Forwards: 70
User-Agent: Asterisk PBX certified/13.18-cert3
Content-Length: 0
<--- Received SIP response (486 bytes) from UDP:185.45.152.174:5060 --->
SIP/2.0 200 OK
Via: SIP/2.0/UDP 45.76.185.48:5060;received=45.76.185.48;rport=5060;branch=z9hG4bKPj4925ef80-f445-442a-8287-c41513623a74
From: <sip:54321@45.76.185.48>;tag=a4d55036-4b65-48e6-8157-0437e8f988b9
To: <sip:442081234567@sip.zadarma.com>;tag=as407bebd4
Call-ID: dc0e0038-decc-40ab-80f4-11301a01fa2a
CSeq: 30238 BYE
Server: Zadarma Voip
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces
Content-Length: 0
virtual-receptionist*CLI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment