pjsip-android
pjsip-android copied to clipboard
Authorization failed when trying to make call
I'm getting authorization failed when trying to make a call. I used csipsimple and other SIP apps and my server is working fine and i was able to make outgoing call, but when i try this library it is not working for me. Here are the logs I'm getting, please help me in this issue. Serve is listening on UDP port
D/ViewRootImpl@b09116a[MainActivity]: ViewPostIme pointer 0 D/ViewRootImpl@b09116a[MainActivity]: ViewPostIme pointer 1 I/System.out: 13:09:48.929 pjsua_call.c Making call with acc #0 to sip:[email protected]:5060 13:09:48.930 pjsua_aud.c .Set sound device: capture=-1, playback=-2 13:09:48.930 pjsua_aud.c ..Opening sound device (speaker + mic) PCM@16000/1/20ms 13:09:48.930 opensl_dev.c ...Creating OpenSL stream D/: PlayerBase::PlayerBase() D/: TrackPlayerBase::TrackPlayerBase() I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1) W/AudioTrack: createTrack_l(0): AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1280 I/AudioTrack: Need throttle time for OpenSLES player W/libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1) D/AudioRecord: openRecord_l() remove fast or raw flag of voip calls, source=7, flags=5 I/System.out: 13:09:49.082 ec0x73fd573400 ...AEC created, clock_rate=16000, channel=1, samples per frame=320, tail length=200 ms, latency=0 ms 13:09:49.082 opensl_dev.c ...Starting OpenSL stream.. I/System.out: 13:09:49.461 opensl_dev.c ...OpenSL stream started I/System.out: 13:09:49.472 pjsua_media.c .Call 0: initializing media.. I/System.out: 13:09:49.472 icetp00 ..Creating ICE stream transport with 2 component(s) I/System.out: 13:09:49.477 icetp00 ...Comp 1/0: host candidate 10.8.0.7:35455 (tpid=64) added 13:09:49.477 icetp00 ...Comp 1/1: host candidate 192.168.10.11:35455 (tpid=64) added I/System.out: 13:09:49.481 icetp00 ...Comp 2/0: host candidate 10.8.0.7:50212 (tpid=64) added 13:09:49.481 icetp00 ...Comp 2/1: host candidate 192.168.10.11:50212 (tpid=64) added 13:09:49.481 icetp00 ...ICE stream transport 0x73fd5ce028 created I/System.out: 13:09:49.482 icetp01 ..Creating ICE stream transport with 2 component(s) I/System.out: 13:09:49.486 icetp01 ...Comp 1/0: host candidate 10.8.0.7:40703 (tpid=64) added 13:09:49.486 icetp01 ...Comp 1/1: host candidate 192.168.10.11:40703 (tpid=64) added I/System.out: 13:09:49.489 icetp01 ...Comp 2/0: host candidate 10.8.0.7:45680 (tpid=64) added 13:09:49.489 icetp01 ...Comp 2/1: host candidate 192.168.10.11:45680 (tpid=64) added 13:09:49.489 icetp01 ...ICE stream transport 0x73fd5cf828 created 13:09:49.489 pjsua_media.c ..Media index 0 selected for audio call 0 I/System.out: 13:09:49.497 icetp00 !ICE session created, comp_cnt=2, role is Controlling agent I/System.out: 13:09:49.499 icetp00 ICE nomination type set to aggressive I/System.out: 13:09:49.500 icetp00 Candidate 0 added: comp_id=1, type=host, foundation=Ha080007, addr=10.8.0.7:35455, base=10.8.0.7:35455, prio=0x7effffff (2130706431) I/System.out: 13:09:49.501 icetp00 Candidate 1 added: comp_id=1, type=host, foundation=Hc0a80a0b, addr=192.168.10.11:35455, base=192.168.10.11:35455, prio=0x7effffff (2130706431) I/System.out: 13:09:49.502 icetp00 Candidate 2 added: comp_id=2, type=host, foundation=Ha080007, addr=10.8.0.7:50212, base=10.8.0.7:50212, prio=0x7efffffe (2130706430) 13:09:49.503 icetp00 Candidate 3 added: comp_id=2, type=host, foundation=Hc0a80a0b, addr=192.168.10.11:50212, base=192.168.10.11:50212, prio=0x7efffffe (2130706430) I/System.out: 13:09:49.505 icetp01 ICE session created, comp_cnt=2, role is Controlling agent I/System.out: 13:09:49.506 icetp01 ICE nomination type set to aggressive I/System.out: 13:09:49.508 icetp01 Candidate 0 added: comp_id=1, type=host, foundation=Ha080007, addr=10.8.0.7:40703, base=10.8.0.7:40703, prio=0x7effffff (2130706431) I/System.out: 13:09:49.509 icetp01 Candidate 1 added: comp_id=1, type=host, foundation=Hc0a80a0b, addr=192.168.10.11:40703, base=192.168.10.11:40703, prio=0x7effffff (2130706431) I/System.out: 13:09:49.510 icetp01 Candidate 2 added: comp_id=2, type=host, foundation=Ha080007, addr=10.8.0.7:45680, base=10.8.0.7:45680, prio=0x7efffffe (2130706430) I/System.out: 13:09:49.511 icetp01 Candidate 3 added: comp_id=2, type=host, foundation=Hc0a80a0b, addr=192.168.10.11:45680, base=192.168.10.11:45680, prio=0x7efffffe (2130706430) I/System.out: 13:09:49.516 tsx0x73fee000a ...Temporary failure in sending Request msg INVITE/cseq=20160 (tdta0x73fee0b000), will try next server: Unsupported transport (PJSIP_EUNSUPTRANSPORT) I/System.out: 13:09:49.516 pjsua_core.c ...TX 3048 bytes Request msg INVITE/cseq=20160 (tdta0x73fee0b000) to UDP 45.33.79.117:5060: INVITE sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected] Contact: sip:10.8.0.7:5060;ob;+sip.ice Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d CSeq: 20160 INVITE Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, timer, norefersub Session-Expires: 1800 Min-SE: 90 User-Agent: Pjsua2 Android 2.6 Content-Type: application/sdp Content-Length: 2412 v=0 o=- 3795322189 3795322189 IN IP4 10.8.0.7 s=pjmedia b=AS:386 t=0 0 a=X-nat:0 m=audio 35455 RTP/AVP 98 97 99 104 3 0 8 9 113 114 115 116 117 18 120 96 c=IN IP4 10.8.0.7 b=TIAS:96000 a=rtcp:50212 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:98 speex/16000 a=rtpmap:97 speex/8000 a=rtpmap:99 speex/32000 a=rtpmap:104 iLBC/8000 a=fmtp:104 mode=30 a=rtpmap:3 GSM/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:9 G722/8000 a=rtpmap:113 G7221/16000 a=fmtp:113 bitrate=24000 a=rtpmap:114 G7221/16000 a=fmtp:114 bitrate=32000 a=rtpmap:115 G7221/32000 a=fmtp:115 bitrate=24000 I/System.out: a=rtpmap:116 G7221/32000 a=fmtp:116 bitrate=32000 a=rtpmap:117 G7221/32000 a=fmtp:117 bitrate=48000 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:120 opus/48000/2 a=fmtp:120 useinbandfec=1 a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-16 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:uEYpbC1SEL4dCErfxdb9JVM0ehWNySWFM8nTV9d3nD5uz1q4vuYQ8UH1QZrl7g== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:XelXai4Rx3W3ymA0Vf7vnrJcKvRfPokEKUHpBeORS7ZL8QTAj35D+bSBgteSbQ== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:4G57MEY48YWBLBKeo8RkfxWgVE/Haa+Gdazd8mHH a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:ghP7hGz1siQrey3mJ5Ohkr2cCdWgWZ9RL8vPfi/V a=ice-ufrag:07b9b4f6 a=ice-pwd:58e5982b a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 35455 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 35455 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 50212 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 50212 typ host m=video 40703 RTP/AVP 97 c=IN IP4 10.8.0.7 b=TIAS:256000 a=rtcp:45680 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:97 H264/90000 a=fmtp:97 profile-level-id=42e01e; packetization-mode=1 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:NshF/vbZG+hbdlF36lmAPxZoAdE2dtfjzGttmLzrnafK6gMF+p7NBlImwOU6lA== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:sT33dwt6s8siywVgeWewNylJugoWgm9t+MGNVsHwaJzPw4QDYIWzdsg8BjvWQA== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:7SvZ+7Uh3V6KmmTlHfPLjWN0pViSLUXWMzFWElpn a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:gzqI3HDia576dHxhx/QTcPNQdkJsPNffA/CMiPIU a=ice-ufrag:694066ec a=ice-pwd:128b05a9 a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 40703 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 40703 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 45680 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 45680 typ host --end msg-- W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@5648240 I/MultiWindowDecorSupport: updateCaptionType >> DecorView@c2f826c[], isFloating: false, isApplication: true, hasWindowDecorCaption: false, hasWindowControllerCallback: true D/MultiWindowDecorSupport: setCaptionType = 0, DecorView = DecorView@c2f826c[] D/ViewRootImpl@9a2bc7a[CallActivity]: setView = com.android.internal.policy.DecorView@c2f826c TM=true MM=false D/ViewRootImpl@b09116a[MainActivity]: MSG_WINDOW_FOCUS_CHANGED 0 1 D/InputMethodManager: prepareNavigationBarInfo() DecorView@684125a[MainActivity] getNavigationBarColor() -855310 D/SurfaceView: onWindowVisibilityChanged(0) false android.view.SurfaceView{139c2b G.E...... ......I. 0,0-0,0 #7f040013 app:id/surfacePreviewCapture} of ViewRootImpl@9a2bc7a[CallActivity] D/SurfaceView: onWindowVisibilityChanged(0) false android.view.SurfaceView{630c888 G.E...... ......I. 0,0-0,0 #7f040012 app:id/surfaceIncomingVideo} of ViewRootImpl@9a2bc7a[CallActivity] D/ViewRootImpl@9a2bc7a[CallActivity]: Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)0 dur=19 res=0x7 s={true 498197069824} ch=true D/OpenGLRenderer: createReliableSurface : 0x740161d380, 0x73fedc0000 D/ViewRootImpl@9a2bc7a[CallActivity]: Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)0 dur=13 res=0x1 s={true 498197069824} ch=false D/ViewRootImpl@9a2bc7a[CallActivity]: MSG_WINDOW_FOCUS_CHANGED 1 1 D/InputMethodManager: prepareNavigationBarInfo() DecorView@c2f826c[CallActivity] D/InputMethodManager: getNavigationBarColor() -855310 D/InputMethodManager: prepareNavigationBarInfo() DecorView@c2f826c[CallActivity] getNavigationBarColor() -855310 V/InputMethodManager: Starting input: tba=org.pjsip.pjsua2.app ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false D/InputMethodManager: startInputInner - Id : 0 I/InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus D/InputTransport: Input channel destroyed: 'ClientS', fd=74 D/ViewRootImpl@9a2bc7a[CallActivity]: MSG_RESIZED: frame=(0,0,1080,2220) ci=(0,63,0,126) vi=(0,63,0,126) or=1 I/System.out: 13:09:50.018 pjsua_core.c .TX 3048 bytes Request msg INVITE/cseq=20160 (tdta0x73fee0b000) to UDP 45.33.79.117:5060: INVITE sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected] Contact: sip:10.8.0.7:5060;ob;+sip.ice Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d CSeq: 20160 INVITE Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, timer, norefersub Session-Expires: 1800 Min-SE: 90 User-Agent: Pjsua2 Android 2.6 Content-Type: application/sdp Content-Length: 2412 I/System.out: v=0 o=- 3795322189 3795322189 IN IP4 10.8.0.7 s=pjmedia b=AS:386 t=0 0 a=X-nat:0 m=audio 35455 RTP/AVP 98 97 99 104 3 0 8 9 113 114 115 116 117 18 120 96 c=IN IP4 10.8.0.7 b=TIAS:96000 a=rtcp:50212 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:98 speex/16000 a=rtpmap:97 speex/8000 a=rtpmap:99 speex/32000 a=rtpmap:104 iLBC/8000 a=fmtp:104 mode=30 a=rtpmap:3 GSM/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:9 G722/8000 a=rtpmap:113 G7221/16000 a=fmtp:113 bitrate=24000 a=rtpmap:114 G7221/16000 a=fmtp:114 bitrate=32000 a=rtpmap:115 G7221/32000 a=fmtp:115 bitrate=24000 a=rtpmap:116 G7221/32000 a=fmtp:116 bitrate=32000 a=rtpmap:117 G7221/32000 a=fmtp:117 bitrate=48000 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:120 opus/48000/2 a=fmtp:120 useinbandfec=1 a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-16 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:uEYpbC1SEL4dCErfxdb9JVM0ehWNySWFM8nTV9d3nD5uz1q4vuYQ8UH1QZrl7g== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:XelXai4Rx3W3ymA0Vf7vnrJcKvRfPokEKUHpBeORS7ZL8QTAj35D+bSBgteSbQ== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:4G57MEY48YWBLBKeo8RkfxWgVE/Haa+Gdazd8mHH a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:ghP7hGz1siQrey3mJ5Ohkr2cCdWgWZ9RL8vPfi/V a=ice-ufrag:07b9b4f6 a=ice-pwd:58e5982b a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 35455 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 35455 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 50212 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 50212 typ host m=video 40703 RTP/AVP 97 c=IN IP4 10.8.0.7 b=TIAS:256000 a=rtcp:45680 IN IP4 10.8.0.7 I/System.out: a=sendrecv a=rtpmap:97 H264/90000 a=fmtp:97 profile-level-id=42e01e; packetization-mode=1 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:NshF/vbZG+hbdlF36lmAPxZoAdE2dtfjzGttmLzrnafK6gMF+p7NBlImwOU6lA== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:sT33dwt6s8siywVgeWewNylJugoWgm9t+MGNVsHwaJzPw4QDYIWzdsg8BjvWQA== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:7SvZ+7Uh3V6KmmTlHfPLjWN0pViSLUXWMzFWElpn a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:gzqI3HDia576dHxhx/QTcPNQdkJsPNffA/CMiPIU a=ice-ufrag:694066ec a=ice-pwd:128b05a9 a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 40703 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 40703 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 45680 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 45680 typ host --end msg-- I/System.out: 13:09:50.034 pjsua_core.c .RX 562 bytes Response msg 401/INVITE/cseq=20160 (rdata0x73fd597028) from UDP 45.33.79.117:5060: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 10.8.0.7:5060;rport=5060;received=172.98.86.68;branch=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected];tag=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 CSeq: 20160 INVITE WWW-Authenticate: Digest realm="asterisk",nonce="1586333387/3d15892ba2211716485d884b26507e4b",opaque="2d21c11e7dd88e54",algorithm=md5,qop="auth" Server: Asterisk PBX 13.31.0 Content-Length: 0 --end msg-- I/System.out: 13:09:50.035 pjsua_core.c ..TX 391 bytes Request msg ACK/cseq=20160 (tdta0x73fee0f000) to UDP 45.33.79.117:5060: ACK sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected];tag=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d CSeq: 20160 ACK Content-Length: 0 --end msg-- I/System.out: 13:09:50.038 pjsua_core.c .......TX 3362 bytes Request msg INVITE/cseq=20161 (tdta0x73fee0b000) to UDP 45.33.79.117:5060: INVITE sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected] Contact: sip:10.8.0.7:5060;ob;+sip.ice Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d CSeq: 20161 INVITE Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, timer, norefersub Session-Expires: 1800 Min-SE: 90 User-Agent: Pjsua2 Android 2.6 Authorization: Digest username="zz10000000", realm="asterisk", nonce="1586333387/3d15892ba2211716485d884b26507e4b", uri="sip:[email protected]:5060", response="a552b25ec2f49a3245afa9a831e0fca8", algorithm=md5, cnonce="fdc06f4f-091c-468d-b5f2-7da9be0dd92e", opaque="2d21c11e7dd88e54", qop=auth, nc=00000001 Content-Type: application/sdp Content-Length: 2412 v=0 o=- 3795322189 3795322189 IN IP4 10.8.0.7 s=pjmedia b=AS:386 t=0 0 a=X-nat:0 m=audio 35455 RTP/AVP 98 97 99 104 3 0 8 9 113 114 115 116 117 18 120 96 c=IN IP4 10.8.0.7 I/System.out: b=TIAS:96000 a=rtcp:50212 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:98 speex/16000 a=rtpmap:97 speex/8000 a=rtpmap:99 speex/32000 a=rtpmap:104 iLBC/8000 a=fmtp:104 mode=30 a=rtpmap:3 GSM/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:9 G722/8000 a=rtpmap:113 G7221/16000 a=fmtp:113 bitrate=24000 a=rtpmap:114 G7221/16000 a=fmtp:114 bitrate=32000 a=rtpmap:115 G7221/32000 a=fmtp:115 bitrate=24000 a=rtpmap:116 G7221/32000 a=fmtp:116 bitrate=32000 a=rtpmap:117 G7221/32000 a=fmtp:117 bitrate=48000 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:120 opus/48000/2 a=fmtp:120 useinbandfec=1 a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-16 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:uEYpbC1SEL4dCErfxdb9JVM0ehWNySWFM8nTV9d3nD5uz1q4vuYQ8UH1QZrl7g== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:XelXai4Rx3W3ymA0Vf7vnrJcKvRfPokEKUHpBeORS7ZL8QTAj35D+bSBgteSbQ== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:4G57MEY48YWBLBKeo8RkfxWgVE/Haa+Gdazd8mHH a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:ghP7hGz1siQrey3mJ5Ohkr2cCdWgWZ9RL8vPfi/V a=ice-ufrag:07b9b4f6 a=ice-pwd:58e5982b a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 35455 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 35455 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 50212 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 50212 typ host m=video 40703 RTP/AVP 97 c=IN IP4 10.8.0.7 b=TIAS:256000 a=rtcp:45680 IN IP4 10.8.0.7 a=sendrecv I/System.out: a=rtpmap:97 H264/90000 a=fmtp:97 profile-level-id=42e01e; packetization-mode=1 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:NshF/vbZG+hbdlF36lmAPxZoAdE2dtfjzGttmLzrnafK6gMF+p7NBlImwOU6lA== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:sT33dwt6s8siywVgeWewNylJugoWgm9t+MGNVsHwaJzPw4QDYIWzdsg8BjvWQA== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:7SvZ+7Uh3V6KmmTlHfPLjWN0pViSLUXWMzFWElpn a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:gzqI3HDia576dHxhx/QTcPNQdkJsPNffA/CMiPIU a=ice-ufrag:694066ec a=ice-pwd:128b05a9 a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 40703 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 40703 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 45680 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 45680 typ host --end msg-- D/ViewRootImpl@b09116a[MainActivity]: Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)8 dur=14 res=0x5 s={false 0} ch=true D/ViewRootImpl@b09116a[MainActivity]: stopped(true) old=false D/ViewRootImpl@b09116a[MainActivity]: Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)8 dur=10 res=0x5 s={false 0} ch=false I/System.out: 13:09:50.531 pjsua_core.c .RX 562 bytes Response msg 401/INVITE/cseq=20160 (rdata0x73fd597028) from UDP 45.33.79.117:5060: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 10.8.0.7:5060;rport=5060;received=172.98.86.68;branch=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected];tag=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 CSeq: 20160 INVITE I/System.out: WWW-Authenticate: Digest realm="asterisk",nonce="1586333388/9636a3d16b16329ae981fea4efff3b5f",opaque="5838aa7009c703d2",algorithm=md5,qop="auth" Server: Asterisk PBX 13.31.0 Content-Length: 0 --end msg-- I/System.out: 13:09:50.533 pjsua_core.c ..TX 391 bytes Request msg ACK/cseq=20160 (tdta0x73fee0f000) to UDP 45.33.79.117:5060: ACK sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected];tag=z9hG4bKPj03da6b80-63dd-49d9-8979-751003d7d685 Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d CSeq: 20160 ACK Content-Length: 0 I/System.out: --end msg-- I/System.out: 13:09:50.541 pjsua_core.c .TX 3362 bytes Request msg INVITE/cseq=20161 (tdta0x73fee0b000) to UDP 45.33.79.117:5060: INVITE sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected] Contact: sip:10.8.0.7:5060;ob;+sip.ice Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d I/System.out: CSeq: 20161 INVITE Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, timer, norefersub Session-Expires: 1800 Min-SE: 90 User-Agent: Pjsua2 Android 2.6 Authorization: Digest username="zz10000000", realm="asterisk", nonce="1586333387/3d15892ba2211716485d884b26507e4b", uri="sip:[email protected]:5060", response="a552b25ec2f49a3245afa9a831e0fca8", algorithm=md5, cnonce="fdc06f4f-091c-468d-b5f2-7da9be0dd92e", opaque="2d21c11e7dd88e54", qop=auth, nc=00000001 I/System.out: Content-Type: application/sdp Content-Length: 2412 v=0 o=- 3795322189 3795322189 IN IP4 10.8.0.7 s=pjmedia b=AS:386 t=0 0 a=X-nat:0 m=audio 35455 RTP/AVP 98 97 99 104 3 0 8 9 113 114 115 116 117 18 120 96 c=IN IP4 10.8.0.7 b=TIAS:96000 I/System.out: a=rtcp:50212 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:98 speex/16000 a=rtpmap:97 speex/8000 a=rtpmap:99 speex/32000 a=rtpmap:104 iLBC/8000 a=fmtp:104 mode=30 a=rtpmap:3 GSM/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:9 G722/8000 a=rtpmap:113 G7221/16000 a=fmtp:113 bitrate=24000 a=rtpmap:114 G7221/16000 I/System.out: a=fmtp:114 bitrate=32000 a=rtpmap:115 G7221/32000 a=fmtp:115 bitrate=24000 a=rtpmap:116 G7221/32000 a=fmtp:116 bitrate=32000 a=rtpmap:117 G7221/32000 a=fmtp:117 bitrate=48000 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:120 opus/48000/2 a=fmtp:120 useinbandfec=1 a=rtpmap:96 telephone-event/8000 I/System.out: a=fmtp:96 0-16 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:uEYpbC1SEL4dCErfxdb9JVM0ehWNySWFM8nTV9d3nD5uz1q4vuYQ8UH1QZrl7g== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:XelXai4Rx3W3ymA0Vf7vnrJcKvRfPokEKUHpBeORS7ZL8QTAj35D+bSBgteSbQ== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:4G57MEY48YWBLBKeo8RkfxWgVE/Haa+Gdazd8mHH a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:ghP7hGz1siQrey3mJ5Ohkr2cCdWgWZ9RL8vPfi/V a=ice-ufrag:07b9b4f6 I/System.out: a=ice-pwd:58e5982b a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 35455 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 35455 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 50212 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 50212 typ host m=video 40703 RTP/AVP 97 c=IN IP4 10.8.0.7 b=TIAS:256000 a=rtcp:45680 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:97 H264/90000 a=fmtp:97 profile-level-id=42e01e; packetization-mode=1 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:NshF/vbZG+hbdlF36lmAPxZoAdE2dtfjzGttmLzrnafK6gMF+p7NBlImwOU6lA== I/System.out: a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:sT33dwt6s8siywVgeWewNylJugoWgm9t+MGNVsHwaJzPw4QDYIWzdsg8BjvWQA== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:7SvZ+7Uh3V6KmmTlHfPLjWN0pViSLUXWMzFWElpn a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:gzqI3HDia576dHxhx/QTcPNQdkJsPNffA/CMiPIU a=ice-ufrag:694066ec a=ice-pwd:128b05a9 a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 40703 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 40703 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 45680 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 45680 typ host --end msg-- I/System.out: 13:09:50.588 pjsua_core.c .RX 562 bytes Response msg 401/INVITE/cseq=20161 (rdata0x73fd597028) from UDP 45.33.79.117:5060: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 10.8.0.7:5060;rport=5060;received=172.98.86.68;branch=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected];tag=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f CSeq: 20161 INVITE WWW-Authenticate: Digest realm="asterisk",nonce="1586333388/9636a3d16b16329ae981fea4efff3b5f",opaque="04f28ee504b8ed70",algorithm=md5,qop="auth" Server: Asterisk PBX 13.31.0 Content-Length: 0 --end msg-- I/System.out: 13:09:50.591 pjsua_core.c ..TX 391 bytes Request msg ACK/cseq=20161 (tdta0x73fee11000) to UDP 45.33.79.117:5060: ACK sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected];tag=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d CSeq: 20161 ACK Content-Length: 0 --end msg-- I/System.out: 13:09:50.595 pjsua_core.c .......TX 3362 bytes Request msg INVITE/cseq=20162 (tdta0x73fee0b000) to UDP 45.33.79.117:5060: INVITE sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPj71bfe6fc-8421-4b1a-a115-06343657c80a Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected] Contact: sip:10.8.0.7:5060;ob;+sip.ice Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d CSeq: 20162 INVITE I/System.out: Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, timer, norefersub Session-Expires: 1800 Min-SE: 90 User-Agent: Pjsua2 Android 2.6 Authorization: Digest username="zz10000000", realm="asterisk", nonce="1586333388/9636a3d16b16329ae981fea4efff3b5f", uri="sip:[email protected]:5060", response="aada289728234596efcb70daeca97100", algorithm=md5, cnonce="fdc06f4f-091c-468d-b5f2-7da9be0dd92e", opaque="04f28ee504b8ed70", qop=auth, nc=00000001 Content-Type: application/sdp Content-Length: 2412 v=0 o=- 3795322189 3795322189 IN IP4 10.8.0.7 s=pjmedia b=AS:386 t=0 0 a=X-nat:0 m=audio 35455 RTP/AVP 98 97 99 104 3 0 8 9 113 114 115 116 117 18 120 96 c=IN IP4 10.8.0.7 b=TIAS:96000 a=rtcp:50212 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:98 speex/16000 a=rtpmap:97 speex/8000 a=rtpmap:99 speex/32000 I/System.out: a=rtpmap:104 iLBC/8000 a=fmtp:104 mode=30 a=rtpmap:3 GSM/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:9 G722/8000 a=rtpmap:113 G7221/16000 a=fmtp:113 bitrate=24000 a=rtpmap:114 G7221/16000 a=fmtp:114 bitrate=32000 a=rtpmap:115 G7221/32000 a=fmtp:115 bitrate=24000 a=rtpmap:116 G7221/32000 a=fmtp:116 bitrate=32000 a=rtpmap:117 G7221/32000 a=fmtp:117 bitrate=48000 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:120 opus/48000/2 a=fmtp:120 useinbandfec=1 a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-16 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:uEYpbC1SEL4dCErfxdb9JVM0ehWNySWFM8nTV9d3nD5uz1q4vuYQ8UH1QZrl7g== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:XelXai4Rx3W3ymA0Vf7vnrJcKvRfPokEKUHpBeORS7ZL8QTAj35D+bSBgteSbQ== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:4G57MEY48YWBLBKeo8RkfxWgVE/Haa+Gdazd8mHH a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:ghP7hGz1siQrey3mJ5Ohkr2cCdWgWZ9RL8vPfi/V a=ice-ufrag:07b9b4f6 a=ice-pwd:58e5982b I/System.out: a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 35455 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 35455 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 50212 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 50212 typ host m=video 40703 RTP/AVP 97 c=IN IP4 10.8.0.7 b=TIAS:256000 a=rtcp:45680 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:97 H264/90000 a=fmtp:97 profile-level-id=42e01e; packetization-mode=1 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:NshF/vbZG+hbdlF36lmAPxZoAdE2dtfjzGttmLzrnafK6gMF+p7NBlImwOU6lA== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:sT33dwt6s8siywVgeWewNylJugoWgm9t+MGNVsHwaJzPw4QDYIWzdsg8BjvWQA== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:7SvZ+7Uh3V6KmmTlHfPLjWN0pViSLUXWMzFWElpn a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:gzqI3HDia576dHxhx/QTcPNQdkJsPNffA/CMiPIU a=ice-ufrag:694066ec a=ice-pwd:128b05a9 a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 40703 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 40703 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 45680 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 45680 typ host --end msg-- I/System.out: 13:09:51.101 pjsua_core.c .TX 3362 bytes Request msg INVITE/cseq=20162 (tdta0x73fee0b000) to UDP 45.33.79.117:5060: I/System.out: INVITE sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPj71bfe6fc-8421-4b1a-a115-06343657c80a Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected] Contact: sip:10.8.0.7:5060;ob;+sip.ice Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d I/System.out: CSeq: 20162 INVITE Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS Supported: replaces, 100rel, timer, norefersub Session-Expires: 1800 Min-SE: 90 User-Agent: Pjsua2 Android 2.6 Authorization: Digest username="zz10000000", realm="asterisk", nonce="1586333388/9636a3d16b16329ae981fea4efff3b5f", uri="sip:[email protected]:5060", response="aada289728234596efcb70daeca97100", algorithm=md5, cnonce="fdc06f4f-091c-468d-b5f2-7da9be0dd92e", opaque="04f28ee504b8ed70", qop=auth, nc=00000001 Content-Type: application/sdp I/System.out: Content-Length: 2412 v=0 o=- 3795322189 3795322189 IN IP4 10.8.0.7 s=pjmedia b=AS:386 t=0 0 a=X-nat:0 I/System.out: m=audio 35455 RTP/AVP 98 97 99 104 3 0 8 9 113 114 115 116 117 18 120 96 c=IN IP4 10.8.0.7 b=TIAS:96000 a=rtcp:50212 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:98 speex/16000 a=rtpmap:97 speex/8000 a=rtpmap:99 speex/32000 a=rtpmap:104 iLBC/8000 a=fmtp:104 mode=30 a=rtpmap:3 GSM/8000 I/System.out: a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:9 G722/8000 a=rtpmap:113 G7221/16000 a=fmtp:113 bitrate=24000 a=rtpmap:114 G7221/16000 a=fmtp:114 bitrate=32000 a=rtpmap:115 G7221/32000 a=fmtp:115 bitrate=24000 a=rtpmap:116 G7221/32000 I/System.out: a=fmtp:116 bitrate=32000 a=rtpmap:117 G7221/32000 a=fmtp:117 bitrate=48000 a=rtpmap:18 G729/8000 a=fmtp:18 annexb=no a=rtpmap:120 opus/48000/2 a=fmtp:120 useinbandfec=1 a=rtpmap:96 telephone-event/8000 a=fmtp:96 0-16 I/System.out: a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:uEYpbC1SEL4dCErfxdb9JVM0ehWNySWFM8nTV9d3nD5uz1q4vuYQ8UH1QZrl7g== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:XelXai4Rx3W3ymA0Vf7vnrJcKvRfPokEKUHpBeORS7ZL8QTAj35D+bSBgteSbQ== a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:4G57MEY48YWBLBKeo8RkfxWgVE/Haa+Gdazd8mHH a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:ghP7hGz1siQrey3mJ5Ohkr2cCdWgWZ9RL8vPfi/V a=ice-ufrag:07b9b4f6 a=ice-pwd:58e5982b a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 35455 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 35455 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 50212 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 50212 typ host I/System.out: m=video 40703 RTP/AVP 97 c=IN IP4 10.8.0.7 b=TIAS:256000 a=rtcp:45680 IN IP4 10.8.0.7 a=sendrecv a=rtpmap:97 H264/90000 a=fmtp:97 profile-level-id=42e01e; packetization-mode=1 a=crypto:1 AES_256_CM_HMAC_SHA1_80 inline:NshF/vbZG+hbdlF36lmAPxZoAdE2dtfjzGttmLzrnafK6gMF+p7NBlImwOU6lA== a=crypto:2 AES_256_CM_HMAC_SHA1_32 inline:sT33dwt6s8siywVgeWewNylJugoWgm9t+MGNVsHwaJzPw4QDYIWzdsg8BjvWQA== I/System.out: a=crypto:3 AES_CM_128_HMAC_SHA1_80 inline:7SvZ+7Uh3V6KmmTlHfPLjWN0pViSLUXWMzFWElpn a=crypto:4 AES_CM_128_HMAC_SHA1_32 inline:gzqI3HDia576dHxhx/QTcPNQdkJsPNffA/CMiPIU a=ice-ufrag:694066ec a=ice-pwd:128b05a9 a=candidate:Ha080007 1 UDP 2130706431 10.8.0.7 40703 typ host a=candidate:Hc0a80a0b 1 UDP 2130706431 192.168.10.11 40703 typ host a=candidate:Ha080007 2 UDP 2130706430 10.8.0.7 45680 typ host a=candidate:Hc0a80a0b 2 UDP 2130706430 192.168.10.11 45680 typ host --end msg-- I/System.out: 13:09:51.134 pjsua_core.c .RX 562 bytes Response msg 401/INVITE/cseq=20161 (rdata0x73fd597028) from UDP 45.33.79.117:5060: I/System.out: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 10.8.0.7:5060;rport=5060;received=172.98.86.68;branch=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected];tag=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f CSeq: 20161 INVITE WWW-Authenticate: Digest realm="asterisk",nonce="1586333388/9636a3d16b16329ae981fea4efff3b5f",opaque="4a54b9181526dd63",algorithm=md5,qop="auth" Server: Asterisk PBX 13.31.0 I/System.out: Content-Length: 0 --end msg-- I/System.out: 13:09:51.139 pjsua_core.c ..TX 391 bytes Request msg ACK/cseq=20161 (tdta0x73fee11000) to UDP 45.33.79.117:5060: ACK sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f Max-Forwards: 70 From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 I/System.out: To: sip:[email protected];tag=z9hG4bKPjd7e9a80f-b82d-407f-95f3-75950a77595f Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d CSeq: 20161 ACK Content-Length: 0 --end msg-- I/System.out: 13:09:51.238 pjsua_core.c .RX 562 bytes Response msg 401/INVITE/cseq=20162 (rdata0x73fd597028) from UDP 45.33.79.117:5060: I/System.out: SIP/2.0 401 Unauthorized Via: SIP/2.0/UDP 10.8.0.7:5060;rport=5060;received=172.98.86.68;branch=z9hG4bKPj71bfe6fc-8421-4b1a-a115-06343657c80a Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected];tag=z9hG4bKPj71bfe6fc-8421-4b1a-a115-06343657c80a CSeq: 20162 INVITE I/System.out: WWW-Authenticate: Digest realm="asterisk",nonce="1586333388/9636a3d16b16329ae981fea4efff3b5f",opaque="76e89a8f644ea9ec",algorithm=md5,qop="auth" Server: Asterisk PBX 13.31.0 Content-Length: 0 --end msg-- I/System.out: 13:09:51.245 pjsua_core.c ..TX 391 bytes Request msg ACK/cseq=20162 (tdta0x73fee12000) to UDP 45.33.79.117:5060: ACK sip:[email protected]:5060 SIP/2.0 Via: SIP/2.0/UDP 10.8.0.7:5060;rport;branch=z9hG4bKPj71bfe6fc-8421-4b1a-a115-06343657c80a Max-Forwards: 70 I/System.out: From: sip:45.33.79.117;tag=d588fcd6-0dda-4612-94e1-7abaf6dc69d6 To: sip:[email protected];tag=z9hG4bKPj71bfe6fc-8421-4b1a-a115-06343657c80a Call-ID: bdc41629-29b2-4441-ac3c-feeb49f53f1d CSeq: 20162 ACK Content-Length: 0 --end msg-- I/System.out: 13:09:51.249 sip_auth_clien ....Authorization failed for zz10000000@asterisk: server rejected with stale=false I/System.out: 13:09:51.258 MyCall .....[DISCONNCTD] To: sip:[email protected] Call time: 00h:00m:00s, 1st res in 1790 ms, conn in 0ms I/System.out: 13:09:51.259 pjsua_media.c .....Call 0: deinitializing media.. I/System.out: 13:09:51.261 pjsua_media.c ......Call 0: cleaning up provisional media, prov_med_cnt=2, med_cnt=0 I/System.out: 13:09:51.262 icetp00 ......Stopping ICE, reason=media stop requested I/System.out: 13:09:51.263 icetp00 ......Destroying ICE session 0x73fedea028 I/System.out: 13:09:51.265 icetp00 .......ICE stream transport 0x73fd5ce028 destroyed I/System.out: 13:09:51.266 ice_session.c .......ICE session 0x73fedea028 destroyed I/System.out: 13:09:51.267 icetp01 ......Stopping ICE, reason=media stop requested I/System.out: 13:09:51.268 icetp01 ......Destroying ICE session 0x73fedec028 I/System.out: 13:09:51.269 icetp01 .......ICE stream transport 0x73fd5cf828 destroyed I/System.out: 13:09:51.270 ice_session.c .......ICE session 0x73fedec028 destroyed I/System.out: 13:09:52.272 pjsua_aud.c Closing sound device after idle for 1 second(s) I/System.out: 13:09:52.278 pjsua_aud.c .Closing OpenSL ES Audio sound playback device and OpenSL ES Audio sound capture device I/System.out: 13:09:52.281 opensl_dev.c .Stopping stream D/: PlayerBase::stop() from IPlayer D/AudioTrack: stop(30): called with 48326 frames delivered D/: PlayerBase::stop() from IPlayer I/System.out: 13:09:52.381 opensl_dev.c .OpenSL stream stopped I/System.out: 13:09:52.404 opensl_dev.c .OpenSL stream destroyed D/InputMethodManager: prepareNavigationBarInfo() DecorView@c2f826c[CallActivity] D/InputMethodManager: getNavigationBarColor() -855310 V/InputMethodManager: Starting input: tba=org.pjsip.pjsua2.app ic=null mNaviBarColor -855310 mIsGetNaviBarColorSuccess true , NavVisible : true , NavTrans : false D/InputMethodManager: startInputInner - Id : 0 I/InputMethodManager: startInputInner - mService.startInputOrWindowGainedFocus D/InputTransport: Input channel destroyed: 'ClientS', fd=90 D/ViewRootImpl@9a2bc7a[CallActivity]: stopped(true) old=false D/SurfaceView: windowStopped(true) false android.view.SurfaceView{139c2b G.E...... ......I. 0,0-0,0 #7f040013 app:id/surfacePreviewCapture} of ViewRootImpl@9a2bc7a[CallActivity] D/SurfaceView: windowStopped(true) false android.view.SurfaceView{630c888 G.E...... ......I. 0,0-0,0 #7f040012 app:id/surfaceIncomingVideo} of ViewRootImpl@9a2bc7a[CallActivity] D/SurfaceView: onWindowVisibilityChanged(8) false android.view.SurfaceView{139c2b G.E...... ......I. 0,0-0,0 #7f040013 app:id/surfacePreviewCapture} of ViewRootImpl@9a2bc7a[CallActivity] D/SurfaceView: onWindowVisibilityChanged(8) false android.view.SurfaceView{630c888 G.E...... ......I. 0,0-0,0 #7f040012 app:id/surfaceIncomingVideo} of ViewRootImpl@9a2bc7a[CallActivity] D/ViewRootImpl@9a2bc7a[CallActivity]: Relayout returned: old=(0,0,1080,2220) new=(0,0,1080,2220) req=(1080,2220)8 dur=29 res=0x5 s={false 0} ch=false D/ViewRootImpl@9a2bc7a[CallActivity]: MSG_WINDOW_FOCUS_CHANGED 0 1 D/InputMethodManager: prepareNavigationBarInfo() DecorView@c2f826c[CallActivity] getNavigationBarColor() -855310 D/: TrackPlayerBase::~TrackPlayerBase() PlayerBase::~PlayerBase()