hi
i just finished installation of kamailio on centos 6 64 bit following the docs on
http://www.fredposner.com/voip/1457/kamailio-behind-nat/
the user able to chat through jitsi just fine, but when calling, one user able to connect, while the other showing only "connecting" (audio/video)
any idea what did i do wrong?
here is the /var/log./messages
thank you
Feb 26 17:43:34 black96 rtpproxy[4293]: INFO:handle_command: new session 2f6e045de764ae9e9252352d952359ae@0:0:0:0:0:0:0:0, tag 2d9e2107;1 requested, type strong Feb 26 17:43:34 black96 rtpproxy[4293]: INFO:handle_command: new session on a port 25982 created, tag 2d9e2107;1 Feb 26 17:43:34 black96 rtpproxy[4293]: INFO:handle_command: pre-filling caller's address with 192.168.168.1:5000 Feb 26 17:43:34 black96 rtpproxy[4293]: INFO:handle_command: new session 2f6e045de764ae9e9252352d952359ae@0:0:0:0:0:0:0:0, tag 2d9e2107;2 requested, type strong Feb 26 17:43:34 black96 rtpproxy[4293]: INFO:handle_command: new session on a port 25192 created, tag 2d9e2107;2 Feb 26 17:43:34 black96 rtpproxy[4293]: INFO:handle_command: pre-filling caller's address with 192.168.168.1:5002 Feb 26 17:43:39 black96 rtpproxy[4293]: INFO:handle_command: lookup on ports 25982/27044, session timer restarted Feb 26 17:43:39 black96 rtpproxy[4293]: INFO:handle_command: pre-filling callee's address with 192.168.168.1:5000 Feb 26 17:43:39 black96 rtpproxy[4293]: INFO:handle_command: lookup on ports 25192/22432, session timer restarted Feb 26 17:43:39 black96 rtpproxy[4293]: INFO:handle_command: pre-filling callee's address with 192.168.168.1:5002 Feb 26 17:43:39 black96 /usr/local/sbin/kamailio[4456]: NOTICE: acc [acc.c:279]: acc_log_request(): ACC: transaction answered: timestamp=1393465419;method=INVITE;from_tag=2d9e2107;to_tag=7175e4ad;call_id=2f6e045de764ae9e9252352d952359ae@0 :0:0:0:0:0:0:0;code=200;reason=OK;src_user=handy;src_domain=184.105.148.231;src_ip=192.168.168.1;dst_ouser=harri;dst_user=harri;dst_domain=192.168.113.2 Feb 26 17:43:39 black96 rtpproxy[4293]: INFO:handle_command: lookup on ports 25982/27044, session timer restarted Feb 26 17:43:39 black96 rtpproxy[4293]: INFO:handle_command: lookup on ports 25192/22432, session timer restarted Feb 26 17:43:40 black96 rtpproxy[4293]: INFO:handle_command: lookup on ports 25982/27044, session timer restarted Feb 26 17:43:40 black96 rtpproxy[4293]: INFO:handle_command: lookup on ports 25192/22432, session timer restarted Feb 26 17:43:42 black96 rtpproxy[4293]: INFO:handle_command: lookup on ports 25982/27044, session timer restarted Feb 26 17:43:42 black96 rtpproxy[4293]: INFO:handle_command: lookup on ports 25192/22432, session timer restarted Feb 26 17:44:43 black96 rtpproxy[4293]: INFO:process_rtp: session timeout Feb 26 17:44:43 black96 rtpproxy[4293]: INFO:remove_session: RTP stats: 0 in from callee, 0 in from caller, 0 relayed, 0 dropped Feb 26 17:44:43 black96 rtpproxy[4293]: INFO:remove_session: RTCP stats: 0 in from callee, 0 in from caller, 0 relayed, 0 dropped Feb 26 17:44:43 black96 rtpproxy[4293]: INFO:remove_session: session on ports 25982/27044 is cleaned up Feb 26 17:44:43 black96 rtpproxy[4293]: INFO:process_rtp: session timeout Feb 26 17:44:43 black96 rtpproxy[4293]: INFO:remove_session: RTP stats: 0 in from callee, 0 in from caller, 0 relayed, 0 dropped Feb 26 17:44:43 black96 rtpproxy[4293]: INFO:remove_session: RTCP stats: 0 in from callee, 0 in from caller, 0 relayed, 0 dropped Feb 26 17:44:43 black96 rtpproxy[4293]: INFO:remove_session: session on ports 25192/22432 is cleaned up Feb 26 17:45:23 black96 rtpproxy[4293]: INFO:handle_command: delete request failed: session 2f6e045de764ae9e9252352d952359ae@0:0:0:0:0:0:0:0, tags 2d9e2107/7175e4ad not found Feb 26 17:45:53 black96 /usr/local/sbin/kamailio[4460]: NOTICE: acc [acc.c:279]: acc_log_request(): ACC: transaction answered: timestamp=1393465553;method=BYE;from_tag=2d9e2107;to_tag=7175e4ad;call_id=2f6e045de764ae9e9252352d952359ae@0:0:0:0:0:0:0:0;code=408;reason=Request Timeout;src_user=handy;src_domain=184.105.148.231;src_ip=192.168.168.1;dst_ouser=harri;dst_user=;dst_domain=184.105.148.231
On 02/26/2014 08:52 PM, Michelle Jun wrote:
hi
i just finished installation of kamailio on centos 6 64 bit following the docs on
http://www.fredposner.com/voip/1457/kamailio-behind-nat/
the user able to chat through jitsi just fine, but when calling, one user able to connect, while the other showing only "connecting" (audio/video)
any idea what did i do wrong?
here is the /var/log./messages
thank you
If you're natted, make sure you have your firewall forwarded for the ports you've selected for rtp and sip.
Fred Posner The Palner Group, Inc. 503-914-0999 (direct) 954-472-2896 (fax)
hi Fred
yes, i forwarded both TCP/UDP 5060 dan 20000-30000 like in your blog
but still having the issue
thanks
On Wed, Feb 26, 2014 at 5:59 PM, Fred Posner fred@palner.com wrote:
On 02/26/2014 08:52 PM, Michelle Jun wrote:
hi
i just finished installation of kamailio on centos 6 64 bit following the docs on
http://www.fredposner.com/voip/1457/kamailio-behind-nat/
the user able to chat through jitsi just fine, but when calling, one user able to connect, while the other showing only "connecting" (audio/video)
any idea what did i do wrong?
here is the /var/log./messages
thank you
If you're natted, make sure you have your firewall forwarded for the
ports you've selected for rtp and sip.
Fred Posner The Palner Group, Inc. 503-914-0999 (direct) 954-472-2896 (fax)
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 02/26/2014 09:11 PM, Michelle Jun wrote:
hi Fred
yes, i forwarded both TCP/UDP 5060 dan 20000-30000 like in your blog
but still having the issue
thanks
The rtp forwarding should be just udp. For the sip, that's up to how you're making the connections.
Did you specify a range when you started the rtpproxy?
Do you have any of the sip traffic (from ngrep, etc.)?
--fred
hi Fred
yes
-m 20000 -M 30000 -s udp:*:7722 -d INFO
ngrep log
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 108ca4d3673dac8300220fb8fc37a9af@0:0:0:0:0:0:0:0.
CSeq: 321 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=824df2a.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.da4d.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-883233b2e3f95742836de42f84d61bbd;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67gFMOulTEUufctucShM0T78FVJ+D9".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:1 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bK0435.319304f2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-59596327b4d17632c1c83b6949829ce8.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 2 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
INVITE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:70.
Route:sip:184.105.148.231;lr=on;nat=yes.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:988.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 22006 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.221.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 27374 RTP/AVP 105 99.
c=IN IP4 184.105.148.221.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9aa992b6307d0a902
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 100 trying -- your call is important to us.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
INVITE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:70.
Route:sip:184.105.148.231;lr=on;nat=yes.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:972.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 22006 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 192.168.168.1.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 27374 RTP/AVP 105 99.
c=IN IP4 192.168.168.1.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9aa992b6307d0a902cdecec2951c715fb
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 100 trying -- your call is important to us.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:1 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bK0435.319304f2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-59596327b4d17632c1c83b6949829ce8.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 2 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:1 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bK0435.319304f2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-59596327b4d17632c1c83b6949829ce8.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 2 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
....
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
MESSAGE sip:harri@192.168.168.75:5060 SIP/2.0.
Call-ID: 22f361a6d62b7010137c019a563ee8f9@0:0:0:0:0:0:0:0.
CSeq: 28252906 MESSAGE.
From: "handy" sip:handy@184.105.148.231;tag=1597368e.
To: sip:harri@184.105.148.231.
Max-Forwards: 70.
Content-Type: text/plain.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 3.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-d69313a47b3f9b932627caf29f993301.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
fsd
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 22f361a6d62b7010137c019a563ee8f9@0:0:0:0:0:0:0:0.
CSeq: 28252906 MESSAGE.
From: "handy" sip:handy@184.105.148.231;tag=1597368e.
To: sip:harri@184.105.148.231;tag=0bcbc11b40085f55712b2d52b630c667.f13d.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-d69313a47b3f9b932627caf29f993301;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67jFMOumCOjNjle3+wnV/rtRdVIwXD".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
MESSAGE sip:harri@192.168.168.75:5060 SIP/2.0.
Call-ID: 22f361a6d62b7010137c019a563ee8f9@0:0:0:0:0:0:0:0.
CSeq: 28252907 MESSAGE.
From: "handy" sip:handy@184.105.148.231;tag=1597368e.
To: sip:harri@184.105.148.231.
Max-Forwards: 70.
Content-Type: text/plain.
User-Agent: Jitsi2.4.4997Mac OS X.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67jFMOumCOjNjle3+wnV/rtRdVIwXD",uri=" sip:harri@184.105.148.231",response="f4740d08ab7110e5cc966b3742f686db".
Content-Length: 3.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-42e376287d52611450a75abdb27ca4df.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
fsd
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
MESSAGE sip:harri@75.54.224.77:5060;transport=udp;registering_acc=184_105_148_231 SIP/2.0.
Call-ID: 22f361a6d62b7010137c019a563ee8f9@0:0:0:0:0:0:0:0.
CSeq: 28252907 MESSAGE.
From: "handy" sip:handy@184.105.148.231;tag=1597368e.
To: sip:harri@184.105.148.231.
Max-Forwards: 16.
Content-Type: text/plain.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 3.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bK375d.2569e3e.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-42e376287d52611450a75abdb27ca4df.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
fsd
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=41e2abee.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bK375d.2569e3e.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-42e376287d52611450a75abdb27ca4df.
CSeq: 28252907 MESSAGE.
Call-ID: 22f361a6d62b7010137c019a563ee8f9@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=1597368e.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=41e2abee.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-42e376287d52611450a75abdb27ca4df.
CSeq: 28252907 MESSAGE.
Call-ID: 22f361a6d62b7010137c019a563ee8f9@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=1597368e.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:1 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bK0435.319304f2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-59596327b4d17632c1c83b6949829ce8.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 2 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
INVITE sip:harri@192.168.168.75:5060 SIP/2.0.
Call-ID:2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq:1 INVITE.
From:"handy" sip:handy@184.105.148.231;tag=12d6e624.
Max-Forwards:70.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:806.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-14b9bbcc77ed0462118def85f31b2134.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 0 IN IP4 192.168.168.1.
s=-.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 192.168.168.1.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
c=IN IP4 192.168.168.1.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-2560],y=[0-1440]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-2560],y=[0-1440]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID:2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq:1 INVITE.
From:"handy" sip:handy@184.105.148.231;tag=12d6e624.
To:sip:harri@184.105.148.231;tag=0bcbc11b40085f55712b2d52b630c667.dab8.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-14b9bbcc77ed0462118def85f31b2134;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060 SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: sip:harri@184.105.148.231;tag=0bcbc11b40085f55712b2d52b630c667.dab8.
CSeq: 1 ACK.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-14b9bbcc77ed0462118def85f31b2134.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
INVITE sip:harri@192.168.168.75:5060 SIP/2.0.
Call-ID:2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq:2 INVITE.
From:"handy" sip:handy@184.105.148.231;tag=12d6e624.
Max-Forwards:70.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Proxy-Authorization:Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
Content-Length:806.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 0 IN IP4 192.168.168.1.
s=-.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 192.168.168.1.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
c=IN IP4 192.168.168.1.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-2560],y=[0-1440]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-2560],y=[0-1440]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 100 trying -- your call is important to us.
Call-ID:2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq:2 INVITE.
From:"handy" sip:handy@184.105.148.231;tag=12d6e624.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
INVITE sip:harri@75.54.224.77:5060;transport=udp;registering_acc=184_105_148_231 SIP/2.0.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
Call-ID:2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq:2 INVITE.
From:"handy" sip:handy@184.105.148.231;tag=12d6e624.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:832.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 0 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 22032 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 25092 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-2560],y=[0-1440]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-2560],y=[0-1440]].
a=nortpproxy:yes.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 180 Ringing.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 180 Ringing.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
OPTIONS sip:192.168.168.75:5060 SIP/2.0.
Call-ID: 48701686e37ba2216d1502603c50bcb6@0:0:0:0:0:0:0:0.
CSeq: 352 OPTIONS.
From: "handy" sip:handy@184.105.148.231;tag=445626f6.
To: "handy" sip:handy@184.105.148.231.
Max-Forwards: 70.
Contact: "handy" sip:handy@192.168.113.3:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-4dc1da3687e88fd49e11288d317651c8.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 48701686e37ba2216d1502603c50bcb6@0:0:0:0:0:0:0:0.
CSeq: 352 OPTIONS.
From: "handy" sip:handy@184.105.148.231;tag=445626f6.
To: "handy" <sip:handy@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.8a64.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-4dc1da3687e88fd49e11288d317651c8;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 180 Ringing.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 180 Ringing.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 180 Ringing.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 180 Ringing.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:1 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bK0435.319304f2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-59596327b4d17632c1c83b6949829ce8.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 2 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 180 Ringing.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 180 Ringing.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 806.
.
v=0.
o=harri 0 0 IN IP4 184.105.148.231.
s=-.
c=IN IP4 184.105.148.231.
t=0 0.
m=audio 23382 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 29022 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
a=nortpproxy:yes.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 806.
.
v=0.
o=harri 0 0 IN IP4 184.105.148.231.
s=-.
c=IN IP4 184.105.148.231.
t=0 0.
m=audio 23382 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 29022 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
a=nortpproxy:yes.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 408 Request Timeout.
CSeq:1 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-59596327b4d17632c1c83b6949829ce8;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
CSeq: 1 ACK.
Route: sip:184.105.148.231;lr=on;nat=yes.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-59596327b4d17632c1c83b6949829ce8.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 806.
.
v=0.
o=harri 0 0 IN IP4 184.105.148.231.
s=-.
c=IN IP4 184.105.148.231.
t=0 0.
m=audio 23382 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 29022 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
a=nortpproxy:yes.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 806.
.
v=0.
o=harri 0 0 IN IP4 184.105.148.231.
s=-.
c=IN IP4 184.105.148.231.
t=0 0.
m=audio 23382 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 29022 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
a=nortpproxy:yes.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
OPTIONS sip:184.105.148.231 SIP/2.0.
Call-ID: 88e0ee023658852ad80be21cac1e0004@0:0:0:0:0:0:0:0.
CSeq: 322 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=dcd6ccca.
To: "harri" sip:harri@184.105.148.231.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-8b82ee7805efc8bb747063972333bdff.
Max-Forwards: 70.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 88e0ee023658852ad80be21cac1e0004@0:0:0:0:0:0:0:0.
CSeq: 322 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=dcd6ccca.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.5c09.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-8b82ee7805efc8bb747063972333bdff;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67mVMOum0bXWedG1rR9kz89AMbrAgz".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
OPTIONS sip:184.105.148.231 SIP/2.0.
Call-ID: 6687ec8b40ccd3df273dd6ce114ad845@0:0:0:0:0:0:0:0.
CSeq: 322 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=9c310e41.
To: "harri" sip:harri@184.105.148.231.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-c4f9c93ddeb09a27cbc3f9440da073fb.
Max-Forwards: 70.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 6687ec8b40ccd3df273dd6ce114ad845@0:0:0:0:0:0:0:0.
CSeq: 322 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=9c310e41.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.a050.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-c4f9c93ddeb09a27cbc3f9440da073fb;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67mVMOum0bXWedG1rR9kz89AMbrAgz".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
OPTIONS sip:184.105.148.231 SIP/2.0.
Call-ID: 4f57ee4852c9e750354ed6e5c79d9791@0:0:0:0:0:0:0:0.
CSeq: 322 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=2a7be5c8.
To: "harri" sip:harri@184.105.148.231.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-50d13f5b5318f01f6ad813913c23619c.
Max-Forwards: 70.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 4f57ee4852c9e750354ed6e5c79d9791@0:0:0:0:0:0:0:0.
CSeq: 322 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=2a7be5c8.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.f1dd.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-50d13f5b5318f01f6ad813913c23619c;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67mVMOum0bXWedG1rR9kz89AMbrAgz".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKe335.b21000a2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 4 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.b10bda6.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 408 Request Timeout.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
CSeq: 2 ACK.
Route: sip:184.105.148.231;lr=on;nat=yes.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 408 Request Timeout.
CSeq:3 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
CSeq: 3 ACK.
Route: sip:184.105.148.231;lr=on;nat=yes.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-d3ebafa350647837290c470be79ea5bd.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 408 Request Timeout.
CSeq: 4 BYE.
From: sip:handy@184.105.148.231;tag=aedd09d4.
To: "harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-7d5b412434e69f22ed1e28a8e3aa97f9;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKb335.c10bda6.0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;rport=5060;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
BYE sip:handy@192.168.168.1;transport=udp SIP/2.0.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:192.168.168.1:5060;lr=on.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
Proxy-Authorization: Digest username="harri",realm="184.105.148.231",nonce="Uw67UVMOuiW+gsTYl3YcYsvQRthTs54C",uri=" sip:handy@184.105.148.231",response="553dbea10920d357b2c6e8e661406eb1".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 408 Request Timeout.
CSeq: 4 BYE.
From: "harri" sip:harri@184.105.148.231;tag=7d526b44.
To: "handy" sip:handy@184.105.148.231;tag=aedd09d4.
Call-ID: 6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-4e3f34e772df3c4aedfbcc6b38b18507;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
....
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
OPTIONS sip:192.168.168.75:5060 SIP/2.0.
Call-ID: 04c9eca2032ce2fc3078ede22a0085c8@0:0:0:0:0:0:0:0.
CSeq: 353 OPTIONS.
From: "handy" sip:handy@184.105.148.231;tag=939a9b77.
To: "handy" sip:handy@184.105.148.231.
Max-Forwards: 70.
Contact: "handy" sip:handy@192.168.113.3:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-1cbe90e5af02388cf897ad5630c1a061.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 04c9eca2032ce2fc3078ede22a0085c8@0:0:0:0:0:0:0:0.
CSeq: 353 OPTIONS.
From: "handy" sip:handy@184.105.148.231;tag=939a9b77.
To: "handy" <sip:handy@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.5959.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-1cbe90e5af02388cf897ad5630c1a061;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67qFMOunz5/bw3fTG0oLxkREpPo2ea".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
OPTIONS sip:184.105.148.231 SIP/2.0.
Call-ID: 6a318b8ced5b606cb2ed59d0deb870aa@0:0:0:0:0:0:0:0.
CSeq: 323 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=358f243b.
To: "harri" sip:harri@184.105.148.231.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-c0c1a00b6ec7d7bba15ada968adc47e8.
Max-Forwards: 70.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 6a318b8ced5b606cb2ed59d0deb870aa@0:0:0:0:0:0:0:0.
CSeq: 323 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=358f243b.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.b8d0.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-c0c1a00b6ec7d7bba15ada968adc47e8;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67slMOuoYjMwmBtu8bUzuMV17UMOEL".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
OPTIONS sip:184.105.148.231 SIP/2.0.
Call-ID: 2a0e00b2e416a20ba9b06d5f6b405a49@0:0:0:0:0:0:0:0.
CSeq: 323 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=4abb288a.
To: "harri" sip:harri@184.105.148.231.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-44f6b946f52e8af1d1bcb2184e81c1f6.
Max-Forwards: 70.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 2a0e00b2e416a20ba9b06d5f6b405a49@0:0:0:0:0:0:0:0.
CSeq: 323 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=4abb288a.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.0fe3.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-44f6b946f52e8af1d1bcb2184e81c1f6;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67slMOuoYjMwmBtu8bUzuMV17UMOEL".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
OPTIONS sip:184.105.148.231 SIP/2.0.
Call-ID: 37596932ee27c7beee2ce0550031076f@0:0:0:0:0:0:0:0.
CSeq: 323 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=6bf224cf.
To: "harri" sip:harri@184.105.148.231.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-0b16da88bedefb96512b708d91f575fa.
Max-Forwards: 70.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 37596932ee27c7beee2ce0550031076f@0:0:0:0:0:0:0:0.
CSeq: 323 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=6bf224cf.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.a28f.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-0b16da88bedefb96512b708d91f575fa;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67slMOuoYjMwmBtu8bUzuMV17UMOEL".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKef1f.e21ab483.0,SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 200 OK.
To: sip:harri@184.105.148.231;tag=598902d6.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-8579f52f71b69ba13b5b2d5024e6ce91.
Record-Route: sip:184.105.148.231;lr=on;nat=yes.
CSeq: 2 INVITE.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Type: application/sdp.
Content-Length: 780.
.
v=0.
o=harri 0 0 IN IP4 75.54.224.77.
s=-.
c=IN IP4 75.54.224.77.
t=0 0.
m=audio 5008 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
m=video 5010 RTP/AVP 105 99.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-1920],y=[0-1200]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-1920],y=[0-1200]].
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
ACK sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
ACK sip:184.105.148.231:5060;lr=on SIP/2.0.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
CSeq: 2 ACK.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKcydzigwkX.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-768aeb8fd598a2de7981964accd79399.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
OPTIONS sip:192.168.168.75:5060 SIP/2.0.
Call-ID: 9adaca3243c35285551f162b6bd26ec0@0:0:0:0:0:0:0:0.
CSeq: 354 OPTIONS.
From: "handy" sip:handy@184.105.148.231;tag=61c9f9b3.
To: "handy" sip:handy@184.105.148.231.
Max-Forwards: 70.
Contact: "handy" sip:handy@192.168.113.3:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-630740b03b19ab7d8520231ae43df872.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 9adaca3243c35285551f162b6bd26ec0@0:0:0:0:0:0:0:0.
CSeq: 354 OPTIONS.
From: "handy" sip:handy@184.105.148.231;tag=61c9f9b3.
To: "handy" <sip:handy@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.8bd1.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-630740b03b19ab7d8520231ae43df872;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67wVMOupW1n1TBBRqYehuD/hjAaEDT".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
....
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
OPTIONS sip:184.105.148.231 SIP/2.0.
Call-ID: c7851b79d6e47210d2b1c6051e54ba25@0:0:0:0:0:0:0:0.
CSeq: 324 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=4df43d74.
To: "harri" sip:harri@184.105.148.231.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-91320f2b0a59382455dad6aae46d7ed3.
Max-Forwards: 70.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: c7851b79d6e47210d2b1c6051e54ba25@0:0:0:0:0:0:0:0.
CSeq: 324 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=4df43d74.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.3b88.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-91320f2b0a59382455dad6aae46d7ed3;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67y1MOup+zRyd9OafVJs7iCDhTpNfn".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
OPTIONS sip:184.105.148.231 SIP/2.0.
Call-ID: 737804552795d530c6e43ccd815dcfba@0:0:0:0:0:0:0:0.
CSeq: 324 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=423be325.
To: "harri" sip:harri@184.105.148.231.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-7ff1ba98dd009d9f8b937a995067c3f3.
Max-Forwards: 70.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 737804552795d530c6e43ccd815dcfba@0:0:0:0:0:0:0:0.
CSeq: 324 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=423be325.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.8bea.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-7ff1ba98dd009d9f8b937a995067c3f3;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67y1MOup+zRyd9OafVJs7iCDhTpNfn".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 75.54.224.77:5060 -> 192.168.168.75:5060
OPTIONS sip:184.105.148.231 SIP/2.0.
Call-ID: 8c3179c8ef3a0a03d691b7cb39837f80@0:0:0:0:0:0:0:0.
CSeq: 324 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=4073f7f3.
To: "harri" sip:harri@184.105.148.231.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-10c93b47fb483b002af87528eb3fba82.
Max-Forwards: 70.
Contact: "harri" sip:harri@75.54.224.77:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 8c3179c8ef3a0a03d691b7cb39837f80@0:0:0:0:0:0:0:0.
CSeq: 324 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=4073f7f3.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.e162.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-10c93b47fb483b002af87528eb3fba82;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67y1MOup+zRyd9OafVJs7iCDhTpNfn".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
BYE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 70.
Route: sip:184.105.148.231;lr=on;nat=yes,sip:184.105.148.231:5060;lr=on.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
BYE sip:184.105.148.231:5060;lr=on SIP/2.0.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Max-Forwards: 16.
Route: sip:184.105.148.231;lr=on;nat=yes.
Proxy-Authorization: Digest username="handy",realm="184.105.148.231",nonce="Uw67j1MOumOustpdN/Mqr3vAepeQcbGq",uri=" sip:harri@184.105.148.231",response="836b214465103675a038ad44ed107e53".
User-Agent: Jitsi2.4.4997Mac OS X.
Content-Length: 0.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKff1f.207c7cb2.0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f.
Contact: "handy" sip:handy@192.168.168.1;transport=udp.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 408 Request Timeout.
CSeq: 3 BYE.
From: "handy" sip:handy@184.105.148.231;tag=12d6e624.
To: "harri" sip:harri@184.105.148.231;tag=598902d6.
Call-ID: 2737474b7cd7d5c8ee401cb06ba775ae@0:0:0:0:0:0:0:0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-dd01962f8dc9e8546e247ebfac450a7f;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
OPTIONS sip:192.168.168.75:5060 SIP/2.0.
Call-ID: c1c0cb791bf8532d60710588fd159f42@0:0:0:0:0:0:0:0.
CSeq: 355 OPTIONS.
From: "handy" sip:handy@184.105.148.231;tag=165c99bd.
To: "handy" sip:handy@184.105.148.231.
Max-Forwards: 70.
Contact: "handy" sip:handy@192.168.113.3:5060 ;transport=udp;registering_acc=184_105_148_231.
User-Agent: Jitsi2.4.4997Mac OS X.
Allow: INFO,OPTIONS,MESSAGE,BYE,REFER,SUBSCRIBE,ACK,CANCEL,PUBLISH,NOTIFY,INVITE.
Allow-Events: refer.
Content-Length: 0.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-db2c41401929ba53302b56e498f18687.
.
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: c1c0cb791bf8532d60710588fd159f42@0:0:0:0:0:0:0:0.
CSeq: 355 OPTIONS.
From: "handy" sip:handy@184.105.148.231;tag=165c99bd.
To: "handy" <sip:handy@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.e24f.
Via: SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-db2c41401929ba53302b56e498f18687;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw672lMOuq6m3St9BvV5PjpwTwRYnYJM".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
On Wed, Feb 26, 2014 at 7:09 PM, Fred Posner fred@palner.com wrote:
On 02/26/2014 09:11 PM, Michelle Jun wrote:
hi Fred
yes, i forwarded both TCP/UDP 5060 dan 20000-30000 like in your blog
but still having the issue
thanks
The rtp forwarding should be just udp. For the sip, that's up to how you're making the connections.
Did you specify a range when you started the rtpproxy?
Do you have any of the sip traffic (from ngrep, etc.)?
--fred
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
hi Fred
yes
-m 20000 -M 30000 -s udp:*:7722 -d INFO
ngrep log
#
U 192.168.168.75:5060 -> 75.54.224.77:5060
SIP/2.0 407 Proxy Authentication Required.
Call-ID: 108ca4d3673dac8300220fb8fc37a9af@0:0:0:0:0:0:0:0.
CSeq: 321 OPTIONS.
From: "harri" sip:harri@184.105.148.231;tag=824df2a.
To: "harri" <sip:harri@184.105.148.231
;tag=0bcbc11b40085f55712b2d52b630c667.da4d.
Via: SIP/2.0/UDP 75.54.224.77:5060 ;branch=z9hG4bK-343731-883233b2e3f95742836de42f84d61bbd;rport=5060.
Proxy-Authenticate: Digest realm="184.105.148.231", nonce="Uw67gFMOulTEUufctucShM0T78FVJ+D9".
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:1 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:994.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bK0435.319304f2.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-59596327b4d17632c1c83b6949829ce8.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 2 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9a
#
U 192.168.168.1:5060 -> 192.168.168.75:5060
INVITE sip:harri@192.168.168.75:5060;transport=udp SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:70.
Route:sip:184.105.148.231;lr=on;nat=yes.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:988.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 22006 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.221.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 27374 RTP/AVP 105 99.
c=IN IP4 184.105.148.221.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:1.10 c5099a9aa992b6307d0a902
#
U 192.168.168.75:5060 -> 192.168.168.1:5060
SIP/2.0 100 trying -- your call is important to us.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b;rport=5060.
Server: kamailio (4.0.5 (x86_64/linux)).
Content-Length: 0.
.
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
v=0.
o=handy 0 3 IN IP4 184.105.148.231.
s=-.
t=0 0.
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101.
c=IN IP4 184.105.148.231.
a=rtpmap:96 opus/48000/2.
a=fmtp:96 usedtx=1.
a=rtpmap:97 SILK/24000.
a=rtpmap:98 SILK/16000.
a=rtpmap:9 G722/8000.
a=rtpmap:100 speex/32000.
a=rtpmap:102 speex/16000.
a=rtpmap:0 PCMU/8000.
a=rtpmap:8 PCMA/8000.
a=rtpmap:103 iLBC/8000.
a=rtpmap:3 GSM/8000.
a=rtpmap:104 speex/8000.
a=rtpmap:101 telephone-event/8000.
a=extmap:1 urn:ietf:params:rtp-hdrext:csrc-audio-level.
a=zrtp-hash:1.10 ab3e0a37d34ae1bba0f17af742b8d625f71cb0d5125fd4323db5625f768e8856.
m=video 23134 RTP/AVP 105 99.
c=IN IP4 184.105.148.231.
a=recvonly.
a=rtpmap:105 H264/90000.
a=fmtp:105 profile-level-id=4DE01f;packetization-mode=1.
a=imageattr:105 send * recv [x=[0-640],y=[0-480]].
a=rtpmap:99 H264/90000.
a=fmtp:99 profile-level-id=4DE01f.
a=imageattr:99 send * recv [x=[0-640],y=[0-480]].
a=zrtp-hash:
#
U 192.168.168.75:5060 -> 184.105.148.231:5060
INVITE sip:184.105.148.231;lr=on;nat=yes SIP/2.0.
CSeq:2 INVITE.
From:sip:handy@184.105.148.231;tag=aedd09d4.
To:"harri" sip:harri@184.105.148.231;tag=7d526b44.
Call-ID:6050e0477aa8ea9669926c1348c4c7a2@0:0:0:0:0:0:0:0.
Max-Forwards:16.
User-Agent:Jitsi2.4.4997Mac OS X.
Content-Type:application/sdp.
Content-Length:1006.
Via: SIP/2.0/UDP 184.105.148.231:5060;branch=z9hG4bKd335.7e0a0d22.0.
Via:SIP/2.0/UDP 192.168.168.1:5060 ;rport=5060;branch=z9hG4bK-353434-97dc15e861d0c8664b7d2d8bf23b243b.
Contact:"handy" sip:handy@192.168.168.1;transport=udp.
.
On Wed, Feb 26, 2014 at 7:09 PM, Fred Posner fred@palner.com wrote:
On 02/26/2014 09:11 PM, Michelle Jun wrote:
hi Fred
yes, i forwarded both TCP/UDP 5060 dan 20000-30000 like in your blog
but still having the issue
thanks
The rtp forwarding should be just udp. For the sip, that's up to how you're making the connections.
Did you specify a range when you started the rtpproxy?
Do you have any of the sip traffic (from ngrep, etc.)?
--fred
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 2/27/14, 1:21 PM, Michelle Jun wrote:
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101. m=video 23134 RTP/AVP 105 99.
It does look like it's within the range. I would generally ensure that your firewall is forwarding the ports.
Hi Fred
I assume that audio port 21064 and video port 23134 which is between 20000 to 30000 right?
In anycase i tried to login using internal ip address and the voice and audio is also not connected
Thanks
On Feb 28, 2014, at 3:41 PM, Fred Posner fred@palner.com wrote:
On 2/27/14, 1:21 PM, Michelle Jun wrote:
m=audio 21064 RTP/AVP 96 97 98 9 100 102 0 8 103 3 104 101. m=video 23134 RTP/AVP 105 99.
It does look like it's within the range. I would generally ensure that your firewall is forwarding the ports.
-- Fred Posner | The Palner Group, Inc. http://qxork.com
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users