BelledonneCommunications / linphone-android

Linphone.org mirror for linphone-android (https://gitlab.linphone.org/BC/public/linphone-android)
https://linphone.org
GNU General Public License v3.0
1.1k stars 670 forks source link

Video not showing on surface #1082

Closed JitainSharma closed 4 years ago

JitainSharma commented 4 years ago

OS: Android 9, 10 Devices: Redmi 7 note pro, Samsung M21 Linphone SDK: 4.3.3

I have set the video surface and logs showing the video frames are receiving but the surface showing black.

Using TextureView for video display.

Also, can you share the code for setting the surface and methods?

The code I am using is like:

core.setNativeVideoWindowId(binding.videoSurface)
core.enableMic(true)

val call = mCore?.currentCall

        if (call != null) {
            val params = mCore?.createCallParams(call)
            if (accept) {
                params?.enableVideo(true)
                mCore?.enableVideoCapture(true)
                mCore?.enableVideoDisplay(true)
            }

            call.acceptUpdate(params)
        }

video_not_shown.pdf

Viish commented 4 years ago

Hi, There is nothing wrong in your logs (except for the fact you don't send logs as PDF...) but you have a very low download bandwidth for video, I guess your remote device doesn't send you much, hence the black screen.

JitainSharma commented 4 years ago

I have other application of linphone and running on the same devices and same wifi, video is running on that app. Is there any settings or way to make it work.

Sorry for the pdf file.

JitainSharma commented 4 years ago

Hi @Viish problem is core.getVideoDevicesList() only return static picture and not the Front or Back camera?

Is there some way to provide the Front camera to core or it is disabled somewhere?

Please help on this.

Viish commented 4 years ago

Probably you didn't granted (or even asked) for camera permission.

JitainSharma commented 4 years ago

Manifest.permission.CAMERA is the permission I am asking at runtime and from app settings under permissions it showing camera permission is granted.

Pls help to resolve this issue.

Viish commented 4 years ago

Send the logs from when the app starts please.

JitainSharma commented 4 years ago

Please find the log from app starting to call end:

2020-07-03 21:38:41.865 25545-25545/? W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@bdb095f 2020-07-03 21:38:41.899 25545-25545/? V/FA: onActivityCreated 2020-07-03 21:38:41.900 25545-25545/? I/MiEntry: [Activity Monitor] Activity created:org.mircom.activities.SplashActivity@3d0dc7b 2020-07-03 21:38:41.950 25545-25545/? I/MiEntry: Activity started:org.mircom.activities.SplashActivity@3d0dc7b 2020-07-03 21:38:41.967 25545-25545/? W/FirebaseRemoteConfig: No value of type 'FirebaseRemoteConfigValue' exists for parameter key 'fpr_session_max_duration_min'. 2020-07-03 21:38:41.969 25545-25545/? I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.SplashActivity@3d0dc7b 2020-07-03 21:38:41.969 25545-25545/? I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-03 21:38:41.969 25545-25545/? I/MiEntry: [Activity Monitor] App has left background mode 2020-07-03 21:38:41.977 25545-27435/? V/FA: Activity resumed, time: 120023725 2020-07-03 21:38:42.242 25545-27435/? V/FA: Connecting to remote service 2020-07-03 21:38:42.265 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:38:42.273 25545-27435/? D/FA: Connected to remote service 2020-07-03 21:38:42.274 25545-27435/? V/FA: Processing queued up service tasks: 2 2020-07-03 21:38:47.321 25545-27435/? V/FA: Inactivity, disconnecting from the service 2020-07-03 21:38:48.961 25545-25545/? I/MiEntry: [Notifications Manager] Starting Service as Foreground 2020-07-03 21:38:48.968 25545-25545/? I/Timeline: Timeline: Activity_launch_request time:46821269 2020-07-03 21:38:48.990 25545-25545/? I/MiEntry: [Service] onStartCommand 2020-07-03 21:38:48.995 25545-25545/? I/MiEntry: [Notifications Manager] Starting Service as foreground 2020-07-03 21:38:48.995 25545-25545/? I/MiEntry: [Service] Background service mode enabled, displaying notification 2020-07-03 21:38:48.999 25545-25545/? I/MiEntry: [Activity Monitor] Activity paused:org.mircom.activities.SplashActivity@3d0dc7b 2020-07-03 21:38:49.000 25545-25545/? I/MiEntry: [Activity Monitor] runningActivities=0 2020-07-03 21:38:49.005 25545-27435/? V/FA: Recording user engagement, ms: 7037 2020-07-03 21:38:49.007 25545-25545/? W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@bb0f170 2020-07-03 21:38:49.013 25545-27435/? V/FA: Connecting to remote service 2020-07-03 21:38:49.021 25545-27435/? V/FA: Activity paused, time: 120030756 2020-07-03 21:38:49.024 25545-25545/? V/FA: onActivityCreated 2020-07-03 21:38:49.026 25545-25545/? I/MiEntry: [Activity Monitor] Activity created:org.mircom.activities.HomeActivity@22b9ea5 2020-07-03 21:38:49.130 25545-25545/? I/MiEntry: Activity started:org.mircom.activities.HomeActivity@22b9ea5 2020-07-03 21:38:49.166 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:38:49.191 25545-27435/? V/FA: Activity resumed, time: 120030947 2020-07-03 21:38:49.191 25545-25545/? I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.HomeActivity@22b9ea5 2020-07-03 21:38:49.191 25545-25545/? I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-03 21:38:49.342 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:38:49.345 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:38:49.607 25545-27435/? D/FA: Connected to remote service 2020-07-03 21:38:49.609 25545-27435/? V/FA: Processing queued up service tasks: 4 2020-07-03 21:38:49.627 25545-25545/? W/Looper: Slow Looper main: doFrame is 381ms late because of 5 msg, msg 1 took 393ms (late=21ms h=android.view.Choreographer$FrameHandler c=android.view.Choreographer$FrameDisplayEventReceiver) 2020-07-03 21:38:50.183 25545-25545/? I/MiEntry: [Activity Monitor] Activity stopped:org.mircom.activities.SplashActivity@3d0dc7b 2020-07-03 21:38:50.187 25545-25545/? I/MiEntry: [Activity Monitor] Activity destroyed:org.mircom.activities.SplashActivity@3d0dc7b 2020-07-03 21:38:54.668 25545-27435/? V/FA: Inactivity, disconnecting from the service 2020-07-03 21:38:55.775 25545-25545/? I/AssistStructure: Flattened final assist data: 8120 bytes, containing 1 windows, 32 views 2020-07-03 21:39:00.892 25545-25545/? I/MiEntry: New MediaSession [0x7e92fe1038] initialized (LinphoneCore version: 4.3.1-1-gee1f6d8f7) 2020-07-03 21:39:00.894 25545-25545/? I/MiEntry: Found media local-ip from signaling. 2020-07-03 21:39:00.894 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038], stream type [audio], multicast role is [inactive] 2020-07-03 21:39:00.894 25545-25545/? I/MiEntry: RtpSession bound to [::0] ports [7078] [7079] 2020-07-03 21:39:00.895 25545-25545/? I/MiEntry: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2020-07-03 21:39:00.895 25545-25545/? I/MiEntry: Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_80 2020-07-03 21:39:00.895 25545-25545/? I/MiEntry: Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_32 2020-07-03 21:39:00.895 25545-25545/? I/MiEntry: Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_80 2020-07-03 21:39:00.895 25545-25545/? I/MiEntry: Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_32 2020-07-03 21:39:00.895 25545-25545/? I/MiEntry: Creating ZRTP engine on rtp session [0x7e8ca52400] ssrc 0xb8ae586b 2020-07-03 21:39:00.895 25545-25545/? I/MiEntry: Setting DSCP to 46 for MSAudio stream. 2020-07-03 21:39:00.895 25545-25545/? I/MiEntry: Equalizer location: hp 2020-07-03 21:39:00.899 25545-25545/? I/MiEntry: cannot set noise gate mode to [0] because no volume send 2020-07-03 21:39:00.899 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038], stream type [video], multicast role is [inactive] 2020-07-03 21:39:00.899 25545-25545/? I/MiEntry: RtpSession bound to [::0] ports [9078] [9079] 2020-07-03 21:39:00.904 25545-25545/? I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-03 21:39:00.904 25545-25545/? I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-03 21:39:00.904 25545-25545/? I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-03 21:39:00.904 25545-25545/? I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-03 21:39:00.904 25545-25545/? I/MiEntry: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2020-07-03 21:39:00.904 25545-25545/? I/MiEntry: Initializing multistream ZRTP context on rtp session [0x7e8ca53800] ssrc 0x6007f862 2020-07-03 21:39:00.904 25545-25545/? I/MiEntry: Setting DSCP to 0 for MSVideo stream. 2020-07-03 21:39:00.904 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038], stream type [text], multicast role is [inactive] 2020-07-03 21:39:00.905 25545-25545/? I/MiEntry: RtpSession bound to [::0] ports [11078] [11079] 2020-07-03 21:39:00.905 25545-25545/? I/MiEntry: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2020-07-03 21:39:00.905 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_created] 2020-07-03 21:39:00.905 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038] moving from state State::Idle to State::OutgoingInit 2020-07-03 21:39:00.919 25545-25545/? I/MiEntry: [Notifications Manager] Call notification notifiable is Id: 15, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.OutgoingCallActivity 2020-07-03 21:39:00.920 25545-25545/? I/NotificationManager: [Notifications Manager] Call notification notifiable is Id: 15, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.OutgoingCallActivity 2020-07-03 21:39:00.924 25545-25545/? I/MiEntry: [Notifications Manager] Notifying 15 2020-07-03 21:39:00.928 25545-25545/? I/Timeline: Timeline: Activity_launch_request time:46833230 2020-07-03 21:39:01.048 25545-25545/? W/AudioManager: Use of stream types is deprecated for operations other than volume control 2020-07-03 21:39:01.049 25545-25545/? W/AudioManager: See the documentation of requestAudioFocus() for what to use instead with android.media.AudioAttributes to qualify your playback use case 2020-07-03 21:39:01.051 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-03 21:39:01.052 25545-25545/? I/MiEntry: Found media local-ip from signaling. 2020-07-03 21:39:01.052 25545-25545/? I/MiEntry: Don't put text stream on local offer for CallSession [0x7e92fe1038] 2020-07-03 21:39:01.053 25545-25545/? I/MiEntry: ms_filter_link: MSRtpRecv:0x7e8ca21500,0-->MSVoidSink:0x7e8ca21000,0 2020-07-03 21:39:01.053 25545-25545/? I/MiEntry: Contact has been fixed using proxy 2020-07-03 21:39:01.053 25545-25545/? I/MiEntry: [sip:rs_3@sip1.mirconsip.com] calling ["rs_2" sip:rs_2@sip1.mirconsip.com] on op [0x7e8ac8fd00] 2020-07-03 21:39:01.055 25545-27980/? I/MiEntry: Priority used: 99 2020-07-03 21:39:01.055 25545-27980/? I/MiEntry: MSAudio MSTicker priority increased to maximum. 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x7ea52afba0)] acquired [ref=0xa946] 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 43334 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: transaction [0x7ea52afba0]: starting transaction background task with id=[a946]. 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Changing [client] [INVITE] transaction [0x7ea52afba0], from state [INIT] to [CALLING] 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: channel [0x7e8d242100]: message sent to [TCP://edge.sip.onsip.com:5060], size: [1757] bytes 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: INVITE sip:rs_2@sip1.mirconsip.com SIP/2.0 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Via: SIP/2.0/TCP 192.168.0.101:45090;branch=z9hG4bK.8SdNhT-I4;rport 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=EvVwDb08c 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: CSeq: 20 INVITE 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Call-ID: L3JFKUadGd 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Max-Forwards: 70 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Route: <sip:edge.sip.onsip.com;transport=tcp;lr> 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Supported: replaces, outbound, gruu 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Content-Type: application/sdp 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Content-Length: 969 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: Contact: sip:rs_3@103.71.78.80:45090;pn-key=bd83957a09c9d2e3ed6cb6ffd4814b4f;received=103.71.78.80;transport=tcp;expires=86400;+sip.instance="" 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: v=0 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: o=rs_3 3520 3674 IN IP4 192.168.0.101 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: s=Talk 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: c=IN IP4 192.168.0.101 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: t=0 0 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: m=audio 7078 RTP/AVPF 96 97 98 0 8 101 99 100 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:96 opus/48000/2 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=fmtp:96 useinbandfec=1 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:97 speex/16000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=fmtp:97 vbr=on 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:98 speex/8000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=fmtp:98 vbr=on 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:101 telephone-event/48000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:99 telephone-event/16000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:100 telephone-event/8000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: m=video 9078 RTP/AVPF 96 97 98 99 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:96 VP8/90000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:97 H264/90000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=fmtp:97 profile-level-id=42801F 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:98 H265/90000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtpmap:99 MP4V-ES/90000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=fmtp:99 profile-level-id=3 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:96 nack pli 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:96 nack sli 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:96 ack rpsi 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:96 ccm fir 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:97 nack pli 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:97 ccm fir 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:98 nack pli 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:98 ccm fir 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:99 nack pli 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: a=rtcp-fb:99 ccm fir 2020-07-03 21:39:01.056 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038] moving from state State::OutgoingInit to State::OutgoingProgress 2020-07-03 21:39:01.058 25545-25545/? W/MiEntry: [MientryContext] DTMF Received OutgoingProgress 2020-07-03 21:39:01.058 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-03 21:39:01.067 25545-25545/? I/MiEntry: [Activity Monitor] Activity paused:org.mircom.activities.HomeActivity@22b9ea5 2020-07-03 21:39:01.067 25545-25545/? I/MiEntry: [Activity Monitor] runningActivities=0 2020-07-03 21:39:01.073 25545-27435/? V/FA: Recording user engagement, ms: 11882 2020-07-03 21:39:01.079 25545-27435/? V/FA: Connecting to remote service 2020-07-03 21:39:01.083 25545-25545/? W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@b4b8130 2020-07-03 21:39:01.090 25545-27435/? V/FA: Activity paused, time: 120042823 2020-07-03 21:39:01.137 25545-25545/? V/FA: onActivityCreated 2020-07-03 21:39:01.139 25545-25545/? I/MiEntry: [Activity Monitor] Activity created:org.mircom.activities.OutgoingCallActivity@cb7143a 2020-07-03 21:39:01.179 25545-25545/? I/MiEntry: Activity started:org.mircom.activities.OutgoingCallActivity@cb7143a 2020-07-03 21:39:01.183 25545-25545/? I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.OutgoingCallActivity@cb7143a 2020-07-03 21:39:01.183 25545-25545/? I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-03 21:39:01.186 25545-25545/? I/MiEntry: Core callbacks [0x7e92899000] registered on core [0x7ea5330600] 2020-07-03 21:39:01.273 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:39:01.275 25545-27435/? V/FA: Activity resumed, time: 120042939 2020-07-03 21:39:01.439 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:39:01.441 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:39:01.442 25545-27435/? D/FA: Connected to remote service 2020-07-03 21:39:01.443 25545-27435/? V/FA: Processing queued up service tasks: 4 2020-07-03 21:39:01.446 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0xaa56] 2020-07-03 21:39:01.446 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 43606 2020-07-03 21:39:01.446 25545-25545/? I/MiEntry: channel [0x7e8d242100]: starting recv background task with id=[aa56]. 2020-07-03 21:39:01.446 25545-25545/? I/MiEntry: channel [0x7e8d242100]: received [316] new bytes from [TCP://edge.sip.onsip.com:5060]: SIP/2.0 100 Giving a try Via: SIP/2.0/TCP 192.168.0.101:45090;received=103.71.78.80;branch=z9hG4bK.8SdNhT-I4;rport=45090 From: sip:rs_3@sip1.mirconsip.com;tag=EvVwDb08c To: "rs_2" sip:rs_2@sip1.mirconsip.com CSeq: 20 INVITE Call-ID: L3JFKUadGd Server: OpenSIPS (2.4.5 (x86_64/linux)) Content-Length: 0 2020-07-03 21:39:01.452 25545-25545/? I/MiEntry: channel [0x7e8d242100] [316] bytes parsed 2020-07-03 21:39:01.452 25545-25545/? I/MiEntry: Found transaction matching response. 2020-07-03 21:39:01.452 25545-25545/? I/MiEntry: Changing [client] [INVITE] transaction [0x7ea52afba0], from state [CALLING] to [PROCEEDING] 2020-07-03 21:39:01.452 25545-25545/? I/MiEntry: op [0x7e8ac8fd00] : set_or_update_dialog() current=[0x0] new=[0x0] 2020-07-03 21:39:01.452 25545-25545/? I/MiEntry: Op [0x7e8ac8fd00] receiving call response [100], dialog is [0x0] in state [BELLE_SIP_DIALOG_NULL] 2020-07-03 21:39:01.452 25545-25545/? I/MiEntry: channel [0x7e8d242100]: ending recv background task with id=[aa56]. 2020-07-03 21:39:01.453 25545-25545/? I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0xaa56] 2020-07-03 21:39:01.796 25545-25545/? I/MiEntry: [Activity Monitor] Activity stopped:org.mircom.activities.HomeActivity@22b9ea5 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x9a52] 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 39506 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: channel [0x7e8d242100]: starting recv background task with id=[9a52]. 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: channel [0x7e8d242100]: received [827] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: SIP/2.0 180 Ringing 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Via: SIP/2.0/TCP 192.168.0.101:45090;received=103.71.78.80;branch=z9hG4bK.8SdNhT-I4;rport=45090 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=EvVwDb08c 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=z7DsPXG 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Call-ID: L3JFKUadGd 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: CSeq: 20 INVITE 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Galaxy M21) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Supported: replaces, outbound, gruu 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;did=d3f.0a24e662;pr=3> 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;nc=1;did=d3f.f924e662> 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:03.380 25545-25545/? I/MiEntry: Content-Length: 0 2020-07-03 21:39:03.392 25545-25545/? I/MiEntry: channel [0x7e8d242100] [827] bytes parsed 2020-07-03 21:39:03.392 25545-25545/? I/MiEntry: Found transaction matching response. 2020-07-03 21:39:03.392 25545-25545/? I/MiEntry: New client dialog [0x7e9e01dc00] , local tag [EvVwDb08c], remote tag [z7DsPXG] 2020-07-03 21:39:03.392 25545-25545/? I/MiEntry: Dialog [0x7e9e01dc00]: now updated by transaction [0x7ea52afba0]. 2020-07-03 21:39:03.392 25545-25545/? I/MiEntry: op [0x7e8ac8fd00] : set_or_update_dialog() current=[0x0] new=[0x7e9e01dc00] 2020-07-03 21:39:03.392 25545-25545/? I/MiEntry: Op [0x7e8ac8fd00] receiving call response [180], dialog is [0x7e9e01dc00] in state [BELLE_SIP_DIALOG_EARLY] 2020-07-03 21:39:03.393 25545-25545/? I/MiEntry: ms_filter_unlink: MSRtpRecv:0x7e8ca21500,0-->MSVoidSink:0x7e8ca21000,0 2020-07-03 21:39:03.393 25545-25545/? I/MiEntry: speex_lib_ctl init with neon ? 1 2020-07-03 21:39:03.398 25545-25545/? I/MiEntry: Configuring resampler input with rate=[8000], nchannels=[1] 2020-07-03 21:39:03.398 25545-25545/? I/MiEntry: MSFilePlayer[0x7e8ca21500]: /data/user/0/org.mircom/files/share/sounds/linphone/ringback.wav opened: rate=8000,channel=1 2020-07-03 21:39:03.398 25545-25545/? I/MiEntry: configuring resampler output to rate=[48000], nchannels=[1] 2020-07-03 21:39:03.398 25545-25545/? I/MiEntry: ms_filter_link: MSFilePlayer:0x7e8ca21500,0-->MSDtmfGen:0x7e8ca21000,0 2020-07-03 21:39:03.398 25545-25545/? I/MiEntry: ms_filter_link: MSDtmfGen:0x7e8ca21000,0-->MSResample:0x7e92944400,0 2020-07-03 21:39:03.398 25545-25545/? I/MiEntry: ms_filter_link: MSResample:0x7e92944400,0-->MSOpenSLESPlayer:0x7e92944480,0 2020-07-03 21:39:03.398 25545-25545/? I/MiEntry: Initializing speex resampler in mode [voip] 2020-07-03 21:39:03.399 25545-27992/? I/MiEntry: Priority used: 99 2020-07-03 21:39:03.399 25545-27992/? I/MiEntry: Ring MSTicker priority increased to maximum. 2020-07-03 21:39:03.399 25545-25545/? I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1) 2020-07-03 21:39:03.400 25545-25545/? D/AudioTrack: get packages (org.mircom) for calling UID 10359 2020-07-03 21:39:03.400 25545-25545/? D/AudioTrack: set(): Force removing AUDIO_OUTPUT_FLAG_RAW 2020-07-03 21:39:03.415 25545-25545/? W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 9620 2020-07-03 21:39:03.440 25545-25545/? I/MiEntry: Remote ringing... 2020-07-03 21:39:03.440 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038] moving from state State::OutgoingProgress to State::OutgoingRinging 2020-07-03 21:39:03.443 25545-25545/? W/MiEntry: [MientryContext] DTMF Received OutgoingRinging 2020-07-03 21:39:03.443 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-03 21:39:03.443 25545-25545/? I/MiEntry: channel [0x7e8d242100]: ending recv background task with id=[9a52]. 2020-07-03 21:39:03.445 25545-25545/? I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x9a52] 2020-07-03 21:39:06.492 25545-27435/? V/FA: Inactivity, disconnecting from the service 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x8b72] 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 35698 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: channel [0x7e8d242100]: starting recv background task with id=[8b72]. 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: channel [0x7e8d242100]: received [1448] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: SIP/2.0 200 Ok 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Via: SIP/2.0/TCP 192.168.0.101:45090;received=103.71.78.80;branch=z9hG4bK.8SdNhT-I4;rport=45090 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=EvVwDb08c 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=z7DsPXG 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Call-ID: L3JFKUadGd 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: CSeq: 20 INVITE 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Galaxy M21) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Supported: replaces, outbound, gruu 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Contact: sip:rs_2*103.71.78.80!51780@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr;expires=86400;+sip.instance="" 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Content-Type: application/sdp 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Content-Length: 1062 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;did=d3f.0a24e662;pr=3> 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;nc=1;did=d3f.f924e662> 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: v=0 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: o=rs_2 33 159 IN IP4 199.7.173.72 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: s=Talk 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: c=IN IP4 199.7.173.72 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: t=0 0 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: m=audio 54626 RTP/AVPF 96 97 98 0 8 101 99 100 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: a=rtpmap:96 opus/48000/2 2020-07-03 21:39:08.900 25545-25545/? I/MiEntry: a=rtpmap:97 spe 2020-07-03 21:39:08.915 25545-25545/? I/MiEntry: channel [0x7e8d242100] [1158] bytes parsed 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: channel [0x7e8d242100]: received [772] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: ex/16000 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: a=rtpmap:98 speex/8000 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: a=rtpmap:0 PCMU/8000 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: a=rtpmap:8 PCMA/8000 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: a=rtpmap:101 telephone-event/48000 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: a=rtpmap:99 telephone-event/16000 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: a=rtpmap:100 telephone-event/8000 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: a=fmtp:96 useinbandfec=1 2020-07-03 21:39:08.959 25545-25545/? I/MiEntry: a=fmtp:97 vbr=on 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=fmtp:98 vbr=on 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=sendrecv 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp:54627 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: m=video 54656 RTP/AVPF 96 97 98 99 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:96 nack pli 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:96 nack sli 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:96 ack rpsi 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:96 ccm fir 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:97 nack pli 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:97 ccm fir 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:98 nack pli 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:98 ccm fir 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:99 nack pli 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp-fb:99 ccm fir 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtpmap:96 VP8/90000 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtpmap:97 H264/90000 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtpmap:98 H265/90000 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtpmap:99 MP4V-ES/90000 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=fmtp:97 profile-level-id=42801F 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=fmtp:99 profile-level-id=3 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=sendrecv 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: a=rtcp:54657 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: channel [0x7e8d242100] read [1062] bytes of body from [edge.sip.onsip.com:5060] 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: Found transaction matching response. 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: Changing [client] [INVITE] transaction [0x7ea52afba0], from state [PROCEEDING] to [ACCEPTED] 2020-07-03 21:39:08.960 25545-25545/? I/MiEntry: Dialog [0x7e9e01dc00]: now updated by transaction [0x7ea52afba0]. 2020-07-03 21:39:08.962 25545-25545/? I/MiEntry: op [0x7e8ac8fd00] : set_or_update_dialog() current=[0x7e9e01dc00] new=[0x7e9e01dc00] 2020-07-03 21:39:08.962 25545-25545/? I/MiEntry: Op [0x7e8ac8fd00] receiving call response [200], dialog is [0x7e9e01dc00] in state [BELLE_SIP_DIALOG_CONFIRMED] 2020-07-03 21:39:08.974 25545-25545/? I/MiEntry: Found payload opus/48000 fmtp=useinbandfec=1 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload speex/16000 fmtp=vbr=on 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload speex/8000 fmtp=vbr=on 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload PCMU/8000 fmtp= 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload PCMA/8000 fmtp= 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload telephone-event/48000 fmtp= 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload telephone-event/16000 fmtp= 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload telephone-event/8000 fmtp= 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload VP8/90000 fmtp= 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload H264/90000 fmtp=profile-level-id=42801F 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload H265/90000 fmtp= 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Found payload MP4V-ES/90000 fmtp=profile-level-id=3 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Doing SDP offer/answer process of type outgoing 2020-07-03 21:39:08.975 25545-25545/? I/MiEntry: Processing for stream 0 2020-07-03 21:39:08.976 25545-25545/? I/MiEntry: Doing offer/answer processing with specific provider for codec [opus] 2020-07-03 21:39:08.976 25545-25545/? I/MiEntry: Processing for stream 1 2020-07-03 21:39:08.976 25545-25545/? I/MiEntry: Doing offer/answer processing with specific provider for codec [H264] 2020-07-03 21:39:08.976 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038] moving from state State::OutgoingRinging to State::Connected 2020-07-03 21:39:08.980 25545-25545/? I/MiEntry: [Notifications Manager] Call notification notifiable is Id: 15, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.CallActivity 2020-07-03 21:39:08.980 25545-25545/? I/NotificationManager: [Notifications Manager] Call notification notifiable is Id: 15, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.CallActivity 2020-07-03 21:39:08.983 25545-25545/? I/MiEntry: [Notifications Manager] Notifying 15 2020-07-03 21:39:08.987 25545-25545/? I/Timeline: Timeline: Activity_launch_request time:46841289 2020-07-03 21:39:09.018 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-03 21:39:09.018 25545-25545/? D/AudioTrack: stop() called with 274560 frames delivered 2020-07-03 21:39:09.022 25545-25545/? I/MiEntry: ms_filter_unlink: MSFilePlayer:0x7e8ca21500,0-->MSDtmfGen:0x7e8ca21000,0 2020-07-03 21:39:09.022 25545-25545/? I/MiEntry: ms_filter_unlink: MSDtmfGen:0x7e8ca21000,0-->MSResample:0x7e92944400,0 2020-07-03 21:39:09.022 25545-25545/? I/MiEntry: ms_filter_unlink: MSResample:0x7e92944400,0-->MSOpenSLESPlayer:0x7e92944480,0 2020-07-03 21:39:09.029 25545-27992/? I/MiEntry: Ring MSTicker thread exiting 2020-07-03 21:39:09.030 25545-25545/? I/MiEntry: startStreams() CallSession=[0x7e92fe1038] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2020-07-03 21:39:09.030 25545-25545/? I/MiEntry: Audio bandwidth for CallSession [0x7e92fe1038] is 50 2020-07-03 21:39:09.030 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038] - setting up advanced rate control 2020-07-03 21:39:09.030 25545-25545/? I/MiEntry: RtpSession [0x7e8ca52400] sending to rtp [::ffff:199.7.173.72]:54626 rtcp [::ffff:199.7.173.72]:54627 2020-07-03 21:39:09.030 25545-25545/? I/MiEntry: Stun packet sent for session [0x7e8ca52400] 2020-07-03 21:39:09.031 25545-25545/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:09.031 25545-25545/? I/MiEntry: opus stereo support is deactivated because of incompatible features targeted for this AudioStream 2020-07-03 21:39:09.031 25545-25545/? I/MiEntry: speex_lib_ctl init with neon ? 1 2020-07-03 21:39:09.031 25545-25545/? I/MiEntry: speex_lib_ctl init with neon ? 1 2020-07-03 21:39:09.031 25545-25545/? I/MiEntry: target bitrate not set for stream [0x7e8c92a200] using payload's bitrate is 50000 2020-07-03 21:39:09.031 25545-25545/? I/MiEntry: Setting audio encoder network bitrate to [50000] on stream [0x7e8c92a200] 2020-07-03 21:39:09.031 25545-25545/? I/MiEntry: opus setbitrate to 50000 2020-07-03 21:39:09.031 25545-25545/? I/MiEntry: Decoder has FEC capabilities 2020-07-03 21:39:09.034 25545-25545/? I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-03 21:39:09.035 25545-25545/? I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-03 21:39:09.035 25545-25545/? I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-03 21:39:09.035 25545-25545/? I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-03 21:39:09.037 25545-25545/? I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-03 21:39:09.037 25545-25545/? I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-03 21:39:09.037 25545-25545/? I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-03 21:39:09.037 25545-25545/? I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-03 21:39:09.037 25545-25545/? I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: configuring MSOpenSLESRecorder:0x7e92944480-->MSOpusEnc:0x7e8ca21500 from rate [48000] to rate [48000] and from channel [1] to channel [1] 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: configuring MSOpusDec:0x7e92944600-->MSOpenSLESPlayer:0x7e8ca21000 from rate [48000] to rate [48000] and from channel [1] to channel [1] 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: ms_filter_link: MSOpenSLESRecorder:0x7e92944480,0-->MSResample:0x7e92944b80,0 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: ms_filter_link: MSResample:0x7e92944b80,0-->MSEqualizer:0x7e92944800,0 2020-07-03 21:39:09.043 25545-25545/? I/MiEntry: ms_filter_link: MSEqualizer:0x7e92944800,0-->MSVolume:0x7e88684c80,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSVolume:0x7e88684c80,0-->MSAudioMixer:0x7e92944780,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSAudioMixer:0x7e92944780,0-->MSOpusEnc:0x7e8ca21500,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSOpusEnc:0x7e8ca21500,0-->MSRtpSend:0x7e8c844800,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSRtpRecv:0x7e92944400,0-->MSOpusDec:0x7e92944600,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSOpusDec:0x7e92944600,0-->MSAudioFlowControl:0x7e92944c80,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSAudioFlowControl:0x7e92944c80,0-->MSDtmfGen:0x7e92944580,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSDtmfGen:0x7e92944580,0-->MSVolume:0x7e92944680,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSVolume:0x7e92944680,0-->MSEqualizer:0x7e92944c00,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSEqualizer:0x7e92944c00,0-->MSAudioMixer:0x7e92944d00,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: speex_lib_ctl init with neon ? 1 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSFilePlayer:0x7e92944d80,0-->MSResample:0x7e92944e00,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSResample:0x7e92944e00,0-->MSAudioMixer:0x7e92944d00,1 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSAudioMixer:0x7e92944d00,0-->MSResample:0x7e92944500,0 2020-07-03 21:39:09.044 25545-25545/? I/MiEntry: ms_filter_link: MSResample:0x7e92944500,0-->MSOpenSLESPlayer:0x7e8ca21000,0 2020-07-03 21:39:09.044 25545-25545/? W/libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels 2020-07-03 21:39:09.044 25545-25545/? I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1) 2020-07-03 21:39:09.044 25545-25545/? D/AudioRecord: set(): inputSource 7, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x5, opPackageName uid -1, pid -1 2020-07-03 21:39:09.146 25545-25545/? I/MiEntry: Initializing speex resampler in mode [voip] 2020-07-03 21:39:09.146 25545-25545/? I/MiEntry: MSOpusEnc: codec bitrate set to [34000] with ptime [20] 2020-07-03 21:39:09.146 25545-25545/? I/MiEntry: Setting opus codec bitrate to [34000] from network bitrate [50000] with ptime [20] 2020-07-03 21:39:09.146 25545-25545/? I/MiEntry: Initializing speex resampler in mode [voip] 2020-07-03 21:39:09.146 25545-25545/? I/MiEntry: Initializing speex resampler in mode [voip] 2020-07-03 21:39:09.147 25545-25545/? I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1) 2020-07-03 21:39:09.150 25545-25545/? D/AudioTrack: get packages (org.mircom) for calling UID 10359 2020-07-03 21:39:09.150 25545-25545/? D/AudioTrack: set(): Force removing AUDIO_OUTPUT_FLAG_RAW 2020-07-03 21:39:09.157 25545-25545/? W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1924 2020-07-03 21:39:09.162 25545-27980/? W/MiEntry: MSAudio MSTicker: We are late of 60 miliseconds. 2020-07-03 21:39:09.171 25545-25545/? I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-03 21:39:09.171 25545-25545/? I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-03 21:39:09.172 25545-25545/? I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-03 21:39:09.172 25545-25545/? I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-03 21:39:09.172 25545-25545/? I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-03 21:39:09.173 25545-27980/? I/MiEntry: MSAudioMixer [0x7e92944780] is entering bypass mode. 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: Setting video size 640x480 on stream [0x7e92f07a00] 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038] - setting up advanced rate control 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: startVideoStream: device_rotation=0 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: RtpSession [0x7e8ca53800] sending to rtp [::ffff:199.7.173.72]:54656 rtcp [::ffff:199.7.173.72]:54657 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: Using permissive algorithm 2020-07-03 21:39:09.183 25545-25545/? W/MiEntry: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted. 2020-07-03 21:39:09.183 25545-25545/? W/MiEntry: Fail to increase socket's send buffer size with SO_SNDBUFFORCE: Operation not permitted. 2020-07-03 21:39:09.183 25545-25545/? W/MiEntry: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted. 2020-07-03 21:39:09.183 25545-25545/? I/MiEntry: Stun packet sent for session [0x7e8ca53800] 2020-07-03 21:39:09.184 25545-25545/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca53800] 2020-07-03 21:39:09.184 25545-25545/? I/MiEntry: Using WebM Project VP8 Encoder v1.7.0-9-g70bd19254 2020-07-03 21:39:09.184 25545-25545/? I/MiEntry: Using the default video configuration list 2020-07-03 21:39:09.184 25545-25545/? I/MiEntry: target and payload bitrates not set for stream [0x7e92f07a00] using lowest configuration of preferred video size 640x480 2020-07-03 21:39:09.184 25545-25545/? I/MiEntry: Limiting bitrate of video encoder to 0 bits/s for stream [0x7e92f07a00] 2020-07-03 21:39:09.184 25545-25545/? I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=12.000000, vsize=640x480 for encoder [0x7e92fdf300] 2020-07-03 21:39:09.184 25545-25545/? E/MiEntry: Cannot load /data/user/0/org.mircom/files/share/images/nowebcamCIF.jpg 2020-07-03 21:39:09.185 25545-25545/? I/MiEntry: Output video size adjusted to match camera resolution (640x480) 2020-07-03 21:39:09.185 25545-25545/? I/MiEntry: Setting sent vsize=640x480, fps=12.000000 2020-07-03 21:39:09.185 25545-25545/? I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=12.000000, vsize=640x480 for encoder [0x7e92fdf300] 2020-07-03 21:39:09.185 25545-25545/? I/MiEntry: ms_filter_link: MSStaticImage:0x7e92fdf280,0-->MSPixConv:0x7e92fdf480,0 2020-07-03 21:39:09.185 25545-25545/? I/MiEntry: ms_filter_link: MSPixConv:0x7e92fdf480,0-->MSTee:0x7e92fdf380,0 2020-07-03 21:39:09.185 25545-25545/? I/MiEntry: ms_filter_link: MSTee:0x7e92fdf380,0-->MSSizeConv:0x7e92fdf500,0 2020-07-03 21:39:09.185 25545-25545/? I/MiEntry: ms_filter_link: MSSizeConv:0x7e92fdf500,0-->MSVp8Enc:0x7e92fdf300,0 2020-07-03 21:39:09.186 25545-25545/? I/MiEntry: ms_filter_link: MSVp8Enc:0x7e92fdf300,0-->MSRtpSend:0x7e88684f00,0 2020-07-03 21:39:09.186 25545-25545/? I/MiEntry: ms_filter_link: MSTee:0x7e92fdf380,2-->MSJpegWriter:0x7e92fdf400,0 2020-07-03 21:39:09.186 25545-25545/? I/MiEntry: Using WebM Project VP8 Decoder v1.7.0-9-g70bd19254 2020-07-03 21:39:09.186 25545-25545/? E/MiEntry: no such method on filter MSVp8Dec, fid=16389 method index=7 2020-07-03 21:39:09.187 25545-25545/? E/MiEntry: no such method on filter MSAndroidTextureDisplay, fid=16387 method index=1 2020-07-03 21:39:09.187 25545-25545/? E/MiEntry: no such method on filter MSAndroidTextureDisplay, fid=16387 method index=0 2020-07-03 21:39:09.187 25545-25545/? I/MiEntry: ms_filter_link: MSRtpRecv:0x7e92fdf680,0-->MSTee:0x7e8ca21280,0 2020-07-03 21:39:09.187 25545-25545/? I/MiEntry: ms_filter_link: MSTee:0x7e8ca21280,1-->MSItcSink:0x7e8ca21300,0 2020-07-03 21:39:09.187 25545-25545/? I/MiEntry: configure_itc(): format set to type=video;encoding=VP8;vsize=0x0;fps=0.000000;fmtp='' 2020-07-03 21:39:09.188 25545-25545/? I/MiEntry: ms_filter_link: MSTee:0x7e8ca21280,0-->MSVp8Dec:0x7e92fdf580,0 2020-07-03 21:39:09.188 25545-25545/? I/MiEntry: ms_filter_link: MSVp8Dec:0x7e92fdf580,0-->MSTee:0x7e92fdf780,0 2020-07-03 21:39:09.188 25545-25545/? I/MiEntry: ms_filter_link: MSTee:0x7e92fdf780,1-->MSJpegWriter:0x7e92fdf700,0 2020-07-03 21:39:09.188 25545-25545/? I/MiEntry: ms_filter_link: MSTee:0x7e92fdf780,0-->MSAndroidTextureDisplay:0x7e92fdf600,0 2020-07-03 21:39:09.188 25545-25545/? I/MiEntry: ms_filter_link: MSTee:0x7e92fdf380,1-->MSAndroidTextureDisplay:0x7e92fdf600,1 2020-07-03 21:39:09.188 25545-25545/? I/MiEntry: VP8 g_threads=8 2020-07-03 21:39:09.188 25545-28016/? I/MiEntry: MSVideo MSTicker priority left to normal. 2020-07-03 21:39:09.195 25545-27980/? I/MiEntry: Stun packet sent for session [0x7e8ca52400] 2020-07-03 21:39:09.195 25545-27980/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:09.197 25545-25545/? I/MiEntry: VP8: initializing decoder context: avpf=[1] freeze_on_error=[1] 2020-07-03 21:39:09.197 25545-25545/? I/MiEntry: Filter MSRtpRecv is already being scheduled; nothing to do. 2020-07-03 21:39:09.197 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 96 opus/48000 fmtp=useinbandfec=1 added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 97 speex/16000 fmtp=vbr=on added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 98 speex/8000 fmtp=vbr=on added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 0 PCMU/8000 fmtp= added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 8 PCMA/8000 fmtp= added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 101 telephone-event/48000 fmtp= added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 99 telephone-event/16000 fmtp= added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 100 telephone-event/8000 fmtp= added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 96 VP8/90000 fmtp= added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 97 H264/90000 fmtp=profile-level-id=42801F added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 98 H265/90000 fmtp= added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession[0x7e92fe1038] : payload type 99 MP4V-ES/90000 fmtp=profile-level-id=3 added to frozen list 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: audio stream index found: 0, updating main audio stream index 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: video stream index found: 1, updating main video stream index 2020-07-03 21:39:09.198 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038] moving from state State::Connected to State::StreamsRunning 2020-07-03 21:39:09.199 25545-28016/? I/MiEntry: Stun packet sent for session [0x7e8ca53800] 2020-07-03 21:39:09.199 25545-28025/? I/MiEntry: Forcing vp8 key frame for filter [0x7e92fdf300] 2020-07-03 21:39:09.200 25545-28016/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca53800] 2020-07-03 21:39:09.201 25545-25545/? I/MiEntry: [Notifications Manager] Call notification notifiable is Id: 15, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.CallActivity 2020-07-03 21:39:09.201 25545-25545/? I/NotificationManager: [Notifications Manager] Call notification notifiable is Id: 15, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.CallActivity 2020-07-03 21:39:09.204 25545-25545/? I/MiEntry: [Notifications Manager] Notifying 15 2020-07-03 21:39:09.208 25545-25545/? W/MiEntry: [MientryContext] DTMF Received StreamsRunning 2020-07-03 21:39:09.208 25545-25545/? W/MiEntry: [Audio Manager] already in MODE_IN_COMMUNICATION, skipping... 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Computing branch id z9hG4bK.sMi3FZndB for message sent statelessly 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: channel [0x7e8d242100]: message sent to [TCP://edge.sip.onsip.com:5060], size: [854] bytes 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: ACK sip:rs_2103.71.78.80!51780@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr SIP/2.0 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Via: SIP/2.0/TCP 192.168.0.101:45090;rport;branch=z9hG4bK.sMi3FZndB 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=EvVwDb08c 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=z7DsPXG 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: CSeq: 20 ACK 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Call-ID: L3JFKUadGd 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Max-Forwards: 70 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;nc=1;did=d3f.f924e662> 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;did=d3f.0a24e662;pr=3> 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: Content-Length: 0 2020-07-03 21:39:09.209 25545-25545/? I/MiEntry: channel [0x7e8d242100]: ending recv background task with id=[8b72]. 2020-07-03 21:39:09.211 25545-25545/? I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x8b72] 2020-07-03 21:39:09.211 25545-25545/? I/MiEntry: Garbage collecting unowned object of type belle_sip_hop_t 2020-07-03 21:39:09.211 25545-25545/? I/MiEntry: Garbage collecting unowned object of type belle_sdp_session_description_t 2020-07-03 21:39:09.212 25545-25545/? I/MiEntry: Callbacks [0x7e92899000] unregistered on core [0x7ea5330600] 2020-07-03 21:39:09.213 25545-25545/? I/MiEntry: [Activity Monitor] Activity paused:org.mircom.activities.OutgoingCallActivity@cb7143a 2020-07-03 21:39:09.213 25545-25545/? I/MiEntry: [Activity Monitor] runningActivities=0 2020-07-03 21:39:09.218 25545-27435/? V/FA: Recording user engagement, ms: 8035 2020-07-03 21:39:09.224 25545-27435/? V/FA: Connecting to remote service 2020-07-03 21:39:09.228 25545-27435/? V/FA: Activity paused, time: 120050969 2020-07-03 21:39:09.265 25545-25545/? I/Toast: Show toast from OpPackageName:org.mircom, PackageName:org.mircom 2020-07-03 21:39:09.267 25545-25545/? W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@fc96bd8 2020-07-03 21:39:09.284 25545-25545/? V/FA: onActivityCreated 2020-07-03 21:39:09.285 25545-25545/? I/MiEntry: [Activity Monitor] Activity created:org.mircom.activities.CallActivity@6556d84 2020-07-03 21:39:09.293 25545-27980/? I/MiEntry: First estimation 2020-07-03 21:39:09.359 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:39:09.538 25545-25545/? I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-03 21:39:09.538 25545-25545/? I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-03 21:39:09.538 25545-25545/? I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-03 21:39:09.538 25545-25545/? I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-03 21:39:09.538 25545-25545/? I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-03 21:39:09.538 25545-25545/? I/MiEntry: Core callbacks [0x7e9289d150] registered on core [0x7ea5330600] 2020-07-03 21:39:09.540 25545-25545/? W/ActionBarDrawerToggle: DrawerToggle may not show up because NavigationIcon is not visible. You may need to call actionbar.setDisplayHomeAsUpEnabled(true); 2020-07-03 21:39:09.550 25545-25545/? W/MiEntry: [Audio Manager] Routing audio to speaker 2020-07-03 21:39:09.550 25545-25545/? I/AudioManager: In setSpeakerphoneOn(), on: true, calling application: org.mircom 2020-07-03 21:39:09.554 25545-25545/? W/MiEntry: [Legacy Capture] Android >= 8.0 detected, disabling legacy capture filter 2020-07-03 21:39:09.554 25545-25545/? I/MiEntry: Webcam StaticImage: Static picture added 2020-07-03 21:39:09.555 25545-25545/? E/MiEntry: CallSession::acceptUpdate(): invalid state State::StreamsRunning to call this method 2020-07-03 21:39:09.562 25545-25545/? I/MiEntry: Activity started:org.mircom.activities.CallActivity@6556d84 2020-07-03 21:39:09.565 25545-25545/? I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.CallActivity@6556d84 2020-07-03 21:39:09.565 25545-27435/? V/FA: Activity resumed, time: 120051321 2020-07-03 21:39:09.566 25545-25545/? I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0xac96] 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 44182 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: channel [0x7e8d242100]: starting recv background task with id=[ac96]. 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: channel [0x7e8d242100]: received [2220] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: SIP/2.0 200 Ok 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Via: SIP/2.0/TCP 192.168.0.101:45090;received=103.71.78.80;branch=z9hG4bK.8SdNhT-I4;rport=45090 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=EvVwDb08c 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=z7DsPXG 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Call-ID: L3JFKUadGd 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: CSeq: 20 INVITE 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Galaxy M21) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Supported: replaces, outbound, gruu 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Contact: <sip:rs_2103.71.78.80!51780@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr>;expires=86400;+sip.instance="" 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Content-Type: application/sdp 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Content-Length: 1062 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;did=d3f.0a24e662;pr=3> 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;nc=1;did=d3f.f924e662> 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: v=0 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: o=rs_2 33 159 IN IP4 199.7.173.72 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: s=Talk 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: c=IN IP4 199.7.173.72 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: t=0 0 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: m=audio 54626 RTP/AVPF 96 97 98 0 8 101 99 100 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:96 opus/48000/2 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:97 speex/16000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:98 speex/8000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:0 PCMU/8000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:8 PCMA/8000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:101 telephone-event/48000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:99 telephone-event/16000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:100 telephone-event/8000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=fmtp:96 useinbandfec=1 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=fmtp:97 vbr=on 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=fmtp:98 vbr=on 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=sendrecv 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp:54627 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: m=video 54656 RTP/AVPF 96 97 98 99 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:96 nack pli 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:96 nack sli 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:96 ack rpsi 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:96 ccm fir 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:97 nack pli 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:97 ccm fir 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:98 nack pli 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:98 ccm fir 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:99 nack pli 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp-fb:99 ccm fir 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:96 VP8/90000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:97 H264/90000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:98 H265/90000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtpmap:99 MP4V-ES/90000 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=fmtp:97 profile-level-id=42801F 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=fmtp:99 profile-level-id=3 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=sendrecv 2020-07-03 21:39:09.585 25545-25545/? I/MiEntry: a=rtcp:54657 2020-07-03 21:39:09.590 25545-25545/? I/MiEntry: channel [0x7e8d242100] [1158] bytes parsed 2020-07-03 21:39:09.590 25545-25545/? I/MiEntry: channel [0x7e8d242100] read [1062] bytes of body from [edge.sip.onsip.com:5060] 2020-07-03 21:39:09.590 25545-25545/? I/MiEntry: Found transaction matching response. 2020-07-03 21:39:09.590 25545-25545/? I/MiEntry: Dialog [0x7e9e01dc00]: now updated by transaction [0x7ea52afba0]. 2020-07-03 21:39:09.590 25545-25545/? I/MiEntry: Dialog retransmitting last ack automatically 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: channel [0x7e8d242100]: message sent to [TCP://edge.sip.onsip.com:5060], size: [854] bytes 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: ACK sip:rs_2*103.71.78.80!51780@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr SIP/2.0 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Via: SIP/2.0/TCP 192.168.0.101:45090;branch=z9hG4bK.sMi3FZndB;rport 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=EvVwDb08c 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=z7DsPXG 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: CSeq: 20 ACK 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Call-ID: L3JFKUadGd 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Max-Forwards: 70 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;nc=1;did=d3f.f924e662> 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;did=d3f.0a24e662;pr=3> 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Content-Length: 0 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: Response [0x7e8ac84b90] absorbed by dialog [0x7e9e01dc00], skipped from transaction layer. 2020-07-03 21:39:09.591 25545-25545/? I/MiEntry: channel [0x7e8d242100]: ending recv background task with id=[ac96]. 2020-07-03 21:39:09.592 25545-27980/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:09.592 25545-25545/? I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0xac96] 2020-07-03 21:39:09.592 25545-25545/? I/MiEntry: Garbage collecting unowned object of type belle_sip_hop_t 2020-07-03 21:39:09.593 25545-25545/? I/MiEntry: First estimation 2020-07-03 21:39:09.593 25545-25545/? I/chatty: uid=10359(org.mircom) identical 1 line 2020-07-03 21:39:09.593 25545-25545/? I/MiEntry: First estimation 2020-07-03 21:39:09.593 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=26.72,u=0.00], video=[d=0.00,u=0.00,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:09.593 25545-25545/? I/MiEntry: Thread processing load: audio=4.57918 video=0.887259 text=0 2020-07-03 21:39:09.700 25545-28016/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca53800] 2020-07-03 21:39:09.710 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:39:09.726 25545-25545/? W/Looper: Slow Looper main: doFrame is 329ms late because of 18 msg, msg 16 took 310ms (late=35ms h=android.app.ActivityThread$H w=159) 2020-07-03 21:39:09.719 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:39:09.728 25545-27435/? D/FA: Connected to remote service 2020-07-03 21:39:09.734 25545-27435/? V/FA: Processing queued up service tasks: 4 2020-07-03 21:39:09.771 25545-25545/? I/MiEntry: [Platform Helper] Rendering window surface is available 2020-07-03 21:39:09.771 25545-25545/? I/MiEntry: [TextureView Display] New window jobject ptr is 0xae66, current one is 0x0 2020-07-03 21:39:09.772 25545-28015/? I/MiEntry: [TextureView Display] Initializing context 2020-07-03 21:39:09.772 25545-28015/? I/MiEntry: [TextureView Display] Creating Surface from SurfaceTexture 0xae76 2020-07-03 21:39:09.772 25545-28015/? I/MiEntry: [TextureView Display] Surface created: 0xae96 2020-07-03 21:39:09.772 25545-27980/? I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-03 21:39:09.773 25545-28015/? I/MiEntry: [TextureView Display] Chosen format is 2 2020-07-03 21:39:09.773 25545-28015/? I/MiEntry: [TextureView Display] Surface size is 970x897 2020-07-03 21:39:09.773 25545-28015/? I/MiEntry: ogl_display_new : 0x7e8f9e5a00 2020-07-03 21:39:09.773 25545-28015/? I/MiEntry: init opengles_display (970 x 897, gl initialized:0) 2020-07-03 21:39:09.773 25545-28015/? I/MiEntry: resize opengles_display (970 x 897, gl initialized:0) 2020-07-03 21:39:09.774 25545-28015/? I/MiEntry: OpenGL program info: [NO INFORMATION] 2020-07-03 21:39:09.774 25545-28015/? I/MiEntry: [TextureView Display] Context initialized 2020-07-03 21:39:10.044 25545-27980/? I/MiEntry: MSAudioMixer [0x7e92944d00] is entering bypass mode. 2020-07-03 21:39:10.063 25545-27980/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:10.068 25545-25545/? I/MiEntry: [Activity Monitor] Activity stopped:org.mircom.activities.OutgoingCallActivity@cb7143a 2020-07-03 21:39:10.075 25545-25545/? I/MiEntry: [Activity Monitor] Activity destroyed:org.mircom.activities.OutgoingCallActivity@cb7143a 2020-07-03 21:39:10.199 25545-28016/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca53800] 2020-07-03 21:39:10.360 25545-28026/? I/MiEntry: Request sending of FIR on videostream [0x7e92f07a00] 2020-07-03 21:39:10.360 25545-28026/? I/MiEntry: Request sending of PLI on videostream [0x7e92f07a00] 2020-07-03 21:39:10.360 25545-25545/? W/MiEntry: Unhandled event 1074070784 2020-07-03 21:39:10.360 25545-28026/? W/MiEntry: VP8 decoder: Drop frame because we are waiting for reference frame: pictureID=39116 2020-07-03 21:39:10.519 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:10.524 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:10.524 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:10.579 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=45.84,u=46.48], video=[d=2.51,u=15.89,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=1.37], video=[d=0.00,u=1.15], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:10.579 25545-25545/? I/MiEntry: Thread processing load: audio=13.6705 video=1.70969 text=0 2020-07-03 21:39:10.693 25545-27980/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:10.699 25545-28016/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca53800] 2020-07-03 21:39:10.946 25545-27980/? I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-03 21:39:11.002 25545-27980/? I/MiEntry: [OpenSLES] sound/wall clock skew is average=-51.4213 ms 2020-07-03 21:39:11.173 25545-27980/? I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-03 21:39:11.193 25545-27980/? I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-03 21:39:11.199 25545-28016/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca53800] 2020-07-03 21:39:11.213 25545-27980/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:11.215 25545-25545/? W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-03 21:39:11.215 25545-25545/? I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e92fdf300] 2020-07-03 21:39:11.310 25545-28026/? I/MiEntry: Request sending of FIR on videostream [0x7e92f07a00] 2020-07-03 21:39:11.310 25545-28026/? I/MiEntry: Request sending of PLI on videostream [0x7e92f07a00] 2020-07-03 21:39:11.310 25545-28026/? W/MiEntry: VP8 decoder: Drop frame because we are waiting for reference frame: pictureID=39117 2020-07-03 21:39:11.318 25545-25545/? W/MiEntry: Unhandled event 1074070784 2020-07-03 21:39:11.439 25545-25545/? I/MiEntry: MSVideo stream [0x7e92f07a00]: receiving RTCP SR 2020-07-03 21:39:11.440 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:11.449 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:11.460 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:11.460 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:11.519 25545-28016/? I/MiEntry: Sending RTCP RR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:11.521 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:11.522 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:11.580 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=25.55,u=37.13], video=[d=1.70,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.68], video=[d=5.57,u=2.05], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:11.580 25545-25545/? I/MiEntry: Thread processing load: audio=16.5579 video=1.79133 text=0 2020-07-03 21:39:11.713 25545-27980/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:11.988 25545-27980/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca52400]. 2020-07-03 21:39:11.991 25545-25545/? I/MiEntry: MSAudio_stream_iterate[0x7e8c92a200], local statistics available: Local current jitter buffer size: 189.4ms 2020-07-03 21:39:11.992 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:12.213 25545-27980/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:12.420 25545-28026/? I/MiEntry: Request sending of RPSI on videostream [0x7e92f07a00] 2020-07-03 21:39:12.420 25545-28026/? I/MiEntry: MSVp8Dec: video is 640x480 2020-07-03 21:39:12.420 25545-28026/? I/MiEntry: configure_itc(): format set to type=video;encoding=VP8;vsize=640x480;fps=0.000000;fmtp='' 2020-07-03 21:39:12.437 25545-25545/? W/MiEntry: Unhandled event 131072 2020-07-03 21:39:12.437 25545-25545/? I/MiEntry: First video frame decoded successfully 2020-07-03 21:39:12.577 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=32.20,u=50.01], video=[d=15.77,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=3.30], video=[d=0.03,u=4.06], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:12.578 25545-25545/? I/MiEntry: Thread processing load: audio=10.8154 video=1.27566 text=0 2020-07-03 21:39:12.609 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:12.621 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:12.621 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:12.712 25545-27980/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:13.028 25545-25545/? I/MiEntry: MSVideo stream [0x7e92f07a00]: receiving RTCP SR 2020-07-03 21:39:13.028 25545-25545/? I/MiEntry: VP8: receiving RPSI for picture_id 65064 2020-07-03 21:39:13.028 25545-25545/? I/MiEntry: video_stream_process_rtcp stream [0x7e92f07a00] RPSI count 1 2020-07-03 21:39:13.028 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:13.213 25545-27980/? I/MiEntry: Stun packet sent on rtcp for session [0x7e8ca52400] 2020-07-03 21:39:13.230 25545-25545/? W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-03 21:39:13.231 25545-25545/? I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e92fdf300] 2020-07-03 21:39:13.414 25545-25545/? I/MiEntry: MSVideo stream [0x7e92f07a00]: receiving RTCP SR 2020-07-03 21:39:13.414 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:13.449 25545-28026/? I/MiEntry: sequence inconsistency detected (diff=2) 2020-07-03 21:39:13.449 25545-28015/? I/MiEntry: allocate_gl_textures: allocated new textures[0] (1024 x 512) 2020-07-03 21:39:13.449 25545-28026/? I/MiEntry: Request sending of SLI on videostream [0x7e92f07a00] 2020-07-03 21:39:13.449 25545-28026/? W/MiEntry: VP8 frame with some partitions missing/invalid: pictureID=39119 2020-07-03 21:39:13.585 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=19.22,u=50.60], video=[d=1.98,u=15.18,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.77], video=[d=5.04,u=1.09], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:13.585 25545-25545/? I/MiEntry: Thread processing load: audio=11.244 video=1.53968 text=0 2020-07-03 21:39:13.609 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:13.616 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:13.616 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:13.616 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:13.697 25545-25545/? I/MiEntry: MSAudio stream [0x7e8c92a200]: receiving RTCP SR 2020-07-03 21:39:13.697 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:13.697 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:14.189 25545-28016/? I/MiEntry: video processing delay = { min=10ms, mean=20.4ms, max=30ms } (RtpSession=0x7e8ca53800) 2020-07-03 21:39:14.213 25545-27980/? W/MiEntry: Flow controlled bufferizer of max 40 ms is filled with 311 ms at the end of the 5000 ms interval, asking to drop 135 ms 2020-07-03 21:39:14.229 25545-25545/? W/MiEntry: Too much buffered audio signal, throwing out 135 ms 2020-07-03 21:39:14.327 25545-27980/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca52400]. 2020-07-03 21:39:14.336 25545-25545/? I/MiEntry: MSAudio_stream_iterate[0x7e8c92a200], local statistics available: Local current jitter buffer size: 195.7ms 2020-07-03 21:39:14.337 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:14.337 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:14.354 25545-27980/? I/MiEntry: jitter buffer stable: target-size: 182.479173 ms, effective-size: 195.666672 (min: 40 nom: 60, max: 500) 2020-07-03 21:39:14.354 25545-27980/? I/MiEntry: jitter buffer rls stats: count=247, clockrate=48000, offset=-6133.23 clock_ratio=1.00473, capped_offset=-1228719840 capped_clock_ratio=1.004726, max_ts_deviation=8759.000000 prev_max_ts_deviation=7497.000000, deviation=2151, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.014849 2020-07-03 21:39:14.399 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:14.409 25545-28026/? W/MiEntry: VP8 decoder: Drop frame because we are waiting for reference frame: pictureID=39120 2020-07-03 21:39:14.418 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:14.418 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:14.419 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:14.577 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=32.95,u=48.19], video=[d=2.15,u=2.25,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.12,u=0.38], video=[d=0.03,u=1.09], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:14.577 25545-25545/? I/MiEntry: Thread processing load: audio=15.6806 video=1.11499 text=0 2020-07-03 21:39:14.810 25545-27435/? V/FA: Inactivity, disconnecting from the service 2020-07-03 21:39:15.232 25545-25545/? W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-03 21:39:15.232 25545-25545/? I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e92fdf300] 2020-07-03 21:39:15.411 25545-28026/? I/MiEntry: Request sending of RPSI on videostream [0x7e92f07a00] 2020-07-03 21:39:15.428 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:15.435 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:15.435 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:15.435 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:15.581 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=29.22,u=49.39], video=[d=15.02,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=2.56], video=[d=0.00,u=2.56], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:15.581 25545-25545/? I/MiEntry: Thread processing load: audio=11.8477 video=1.23872 text=0 2020-07-03 21:39:15.838 25545-25545/? I/MiEntry: MSAudio stream [0x7e8c92a200]: receiving RTCP SR 2020-07-03 21:39:15.839 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:15.839 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:16.013 25545-27980/? I/MiEntry: [OpenSLES] sound/wall clock skew is average=-43.6246 ms 2020-07-03 21:39:16.022 25545-25545/? I/MiEntry: MSVideo stream [0x7e92f07a00]: receiving RTCP SR 2020-07-03 21:39:16.022 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:16.022 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:16.269 25545-28016/? I/MiEntry: jitter buffer stable: target-size: 133.088887 ms, effective-size: 0.000000 (min: 40 nom: 60, max: 500) 2020-07-03 21:39:16.269 25545-28016/? I/MiEntry: jitter buffer rls stats: count=30, clockrate=90000, offset=1235.15 clock_ratio=1.01288, capped_offset=1101069243 capped_clock_ratio=1.012877, max_ts_deviation=11978.000000 prev_max_ts_deviation=8100.000000, deviation=62, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.049171 2020-07-03 21:39:16.519 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:16.531 25545-25545/? I/MiEntry: MSVideo stream [0x7e92f07a00]: receiving RTCP SR 2020-07-03 21:39:16.531 25545-25545/? I/MiEntry: VP8: receiving RPSI for picture_id 65067 2020-07-03 21:39:16.532 25545-25545/? I/MiEntry: video_stream_process_rtcp stream [0x7e92f07a00] RPSI count 2 2020-07-03 21:39:16.532 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:16.532 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:16.532 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:16.532 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:16.532 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:16.580 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=28.99,u=50.22], video=[d=2.35,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.25,u=0.00], video=[d=4.67,u=1.09], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:16.580 25545-25545/? I/MiEntry: Thread processing load: audio=12.3634 video=1.20725 text=0 2020-07-03 21:39:16.907 25545-27980/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca52400]. 2020-07-03 21:39:16.922 25545-25545/? I/MiEntry: MSAudio_stream_iterate[0x7e8c92a200], local statistics available: Local current jitter buffer size: 183.1ms 2020-07-03 21:39:16.922 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:16.922 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:17.245 25545-25545/? W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-03 21:39:17.245 25545-25545/? I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e92fdf300] 2020-07-03 21:39:17.305 25545-27980/? I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-03 21:39:17.305 25545-27980/? I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-03 21:39:17.441 25545-28026/? I/MiEntry: VP8 decoder: FPS: 0.438673 2020-07-03 21:39:17.580 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=36.39,u=49.06], video=[d=2.76,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=2.56], video=[d=0.03,u=2.56], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:17.580 25545-25545/? I/MiEntry: Thread processing load: audio=11.8324 video=1.09747 text=0 2020-07-03 21:39:17.906 25545-25545/? I/MiEntry: MSVideo stream [0x7e92f07a00]: receiving RTCP SR 2020-07-03 21:39:17.906 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:17.907 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:18.249 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:18.250 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:18.250 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:18.250 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:18.431 25545-28026/? I/MiEntry: Request sending of RPSI on videostream [0x7e92f07a00] 2020-07-03 21:39:18.459 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:18.474 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:18.474 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:18.474 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:18.579 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=29.08,u=49.35], video=[d=18.82,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.00], video=[d=0.38,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:18.579 25545-25545/? I/MiEntry: Thread processing load: audio=11.7786 video=1.18852 text=0 2020-07-03 21:39:19.106 25545-25545/? I/MiEntry: MSAudio stream [0x7e8c92a200]: receiving RTCP SR 2020-07-03 21:39:19.106 25545-25545/? I/MiEntry: MSQualityIndicator[0x7e8ac86d40][audio], remote statistics available: Loss rate : 1.4% Inter-arrival jitter: 13.2ms RT propagation : 452.8ms 2020-07-03 21:39:19.107 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:19.107 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:19.189 25545-28016/? I/MiEntry: video processing delay = { min=10ms, mean=14.0ms, max=20ms } (RtpSession=0x7e8ca53800) 2020-07-03 21:39:19.225 25545-27980/? W/MiEntry: Flow controlled bufferizer of max 40 ms was filled with at least 224 ms in the last 5000 ms, asking to drop 184 ms 2020-07-03 21:39:19.229 25545-25545/? W/MiEntry: Too much buffered audio signal, throwing out 184 ms 2020-07-03 21:39:19.248 25545-25545/? W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-03 21:39:19.248 25545-25545/? I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e92fdf300] 2020-07-03 21:39:19.310 25545-25545/? I/MiEntry: MSVideo stream [0x7e92f07a00]: receiving RTCP SR 2020-07-03 21:39:19.310 25545-25545/? I/MiEntry: VP8: receiving RPSI for picture_id 65070 2020-07-03 21:39:19.310 25545-25545/? I/MiEntry: video_stream_process_rtcp stream [0x7e92f07a00] RPSI count 3 2020-07-03 21:39:19.310 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:19.310 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:19.366 25545-27980/? I/MiEntry: jitter buffer stable: target-size: 193.625003 ms, effective-size: 183.125000 (min: 40 nom: 60, max: 500) 2020-07-03 21:39:19.366 25545-27980/? I/MiEntry: jitter buffer rls stats: count=497, clockrate=48000, offset=-6263.84 clock_ratio=1.00767, capped_offset=-1228719970 capped_clock_ratio=1.007668, max_ts_deviation=9294.000000 prev_max_ts_deviation=1983.000000, deviation=788, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.007706 2020-07-03 21:39:19.581 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=28.86,u=50.20], video=[d=2.90,u=2.21,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=1.06,u=0.00], video=[d=1.20,u=3.65], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:19.581 25545-25545/? I/MiEntry: Thread processing load: audio=10.5844 video=1.04894 text=0 2020-07-03 21:39:19.937 25545-25545/? I/MiEntry: MSVideo stream [0x7e92f07a00]: receiving RTCP SR 2020-07-03 21:39:19.937 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:19.937 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:20.453 25545-27980/? I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-03 21:39:20.513 25545-27980/? I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-03 21:39:20.571 25545-25545/? I/MiEntry: Bandwidth usage for CallSession [0x7e92fe1038]: RTP audio=[d=35.89,u=47.88], video=[d=6.09,u=2.25,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.01,u=0.00], video=[d=0.43,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-03 21:39:20.571 25545-25545/? I/MiEntry: Thread processing load: audio=15.3878 video=1.277 text=0 2020-07-03 21:39:20.769 25545-28016/? I/MiEntry: Sending RTCP SR compound message on session [0x7e8ca53800]. 2020-07-03 21:39:20.770 25545-25545/? I/MiEntry: MSVideo_stream_iterate[0x7e92f07a00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-03 21:39:20.770 25545-25545/? W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-03 21:39:20.770 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-03 21:39:21.013 25545-27980/? I/MiEntry: [OpenSLES] sound/wall clock skew is average=-43.6165 ms 2020-07-03 21:39:21.258 25545-25545/? W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-03 21:39:21.258 25545-25545/? I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e92fdf300] 2020-07-03 21:39:21.364 25545-25545/? I/MiEntry: Terminate CallSession [0x7e92fe1038] which is currently in state [State::StreamsRunning] 2020-07-03 21:39:21.366 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x7e92fdca80)] acquired [ref=0xaf76] 2020-07-03 21:39:21.366 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 44918 2020-07-03 21:39:21.366 25545-25545/? I/MiEntry: transaction [0x7e92fdca80]: starting transaction background task with id=[af76]. 2020-07-03 21:39:21.366 25545-25545/? I/MiEntry: Dialog [0x7e9e01dc00]: now updated by transaction [0x7e92fdca80]. 2020-07-03 21:39:21.366 25545-25545/? I/MiEntry: Changing [client] [BYE] transaction [0x7e92fdca80], from state [INIT] to [TRYING] 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: channel [0x7e8d242100]: message sent to [TCP://edge.sip.onsip.com:5060], size: [854] bytes 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: BYE sip:rs_2*103.71.78.80!51780@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr SIP/2.0 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Via: SIP/2.0/TCP 192.168.0.101:45090;branch=z9hG4bK.~YFNJkN6q;rport 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=EvVwDb08c 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=z7DsPXG 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: CSeq: 21 BYE 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Call-ID: L3JFKUadGd 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Max-Forwards: 70 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;nc=1;did=d3f.f924e662> 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;did=d3f.0a24e662;pr=3> 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-03 21:39:21.367 25545-25545/? I/MiEntry: Content-Length: 0 2020-07-03 21:39:21.425 25545-28016/? I/MiEntry: jitter buffer stable: target-size: 156.088889 ms, effective-size: 0.000000 (min: 40 nom: 60, max: 500) 2020-07-03 21:39:21.425 25545-28016/? I/MiEntry: jitter buffer rls stats: count=56, clockrate=90000, offset=3296.22 clock_ratio=1.00071, capped_offset=1101071304 capped_clock_ratio=1.000706, max_ts_deviation=14048.000000 prev_max_ts_deviation=3633.000000, deviation=5292, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.038089 2020-07-03 21:39:21.541 25545-28026/? I/MiEntry: Request sending of RPSI on videostream [0x7e92f07a00] 2020-07-03 21:39:21.551 25545-25545/? I/MiEntry: ms_ticker_set_time_func: ticker's time method updated. 2020-07-03 21:39:21.551 25545-25545/? I/MiEntry: opus decoder stats: fec 0 packets - plc 17 packets. 2020-07-03 21:39:21.551 25545-25545/? D/AudioTrack: stop() called with 582720 frames delivered 2020-07-03 21:39:21.557 25545-25545/? I/MiEntry: =========================================================== 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: AUDIO SESSION'S RTP STATISTICS
2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ----------------------------------------------------------- 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: sent 612 packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: 0 duplicated packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: 56877 bytes
2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: received 607 packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: 0 duplicated packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: 31762 bytes
2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: incoming delivered to the app 30978 bytes
2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: incoming cumulative lost 0 packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: incoming received too late 1 packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: incoming bad formatted 0 packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: incoming discarded (queue overflow) 0 packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: sent rtcp 3 packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: received rtcp 3 packets 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: =========================================================== 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSOpenSLESRecorder:0x7e92944480,0-->MSResample:0x7e92944b80,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSResample:0x7e92944b80,0-->MSEqualizer:0x7e92944800,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSEqualizer:0x7e92944800,0-->MSVolume:0x7e88684c80,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSVolume:0x7e88684c80,0-->MSAudioMixer:0x7e92944780,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSAudioMixer:0x7e92944780,0-->MSOpusEnc:0x7e8ca21500,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSOpusEnc:0x7e8ca21500,0-->MSRtpSend:0x7e8c844800,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSRtpRecv:0x7e92944400,0-->MSOpusDec:0x7e92944600,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSOpusDec:0x7e92944600,0-->MSAudioFlowControl:0x7e92944c80,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSAudioFlowControl:0x7e92944c80,0-->MSDtmfGen:0x7e92944580,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSDtmfGen:0x7e92944580,0-->MSVolume:0x7e92944680,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSVolume:0x7e92944680,0-->MSEqualizer:0x7e92944c00,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSEqualizer:0x7e92944c00,0-->MSAudioMixer:0x7e92944d00,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSFilePlayer:0x7e92944d80,0-->MSResample:0x7e92944e00,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSResample:0x7e92944e00,0-->MSAudioMixer:0x7e92944d00,1 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSAudioMixer:0x7e92944d00,0-->MSResample:0x7e92944500,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ms_filter_unlink: MSResample:0x7e92944500,0-->MSOpenSLESPlayer:0x7e8ca21000,0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: ================================================================================= 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: FILTER USAGE STATISTICS
2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: Name Count Time/tick (ms) CPU Usage 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: min mean max sd
2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: --------------------------------------------------------------------------------- 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: MSOpusEnc 603 0.00 1.78 16.34 1.62 75.7 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: MSOpusDec 1236 0.00 0.14 1.01 0.16 6.0 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: MSAudioFlowControl 611 0.00 0.11 0.51 0.09 4.6 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: MSVp8Dec 12 0.03 0.09 0.21 0.04 3.8 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: MSRtpSend 2454 0.00 0.07 1.45 0.16 2.9 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: MSRtpRecv 2706 0.00 0.06 2.14 0.08 2.6 2020-07-03 21:39:21.558 25545-25545/? I/MiEntry: MSResample 1832 0.00 0.03 0.36 0.04 1.3 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSAndroidTextureDisplay 20 0.00 0.02 0.13 0.03 0.9 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSVolume 1214 0.00 0.01 0.55 0.02 0.6 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSFilePlayer 1794 0.00 0.01 0.33 0.02 0.3 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSVp8Enc 1236 0.00 0.00 0.54 0.02 0.2 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSOpenSLESRecorder 1218 0.00 0.00 0.24 0.01 0.2 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSSizeConv 13 0.00 0.00 0.00 0.00 0.2 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSOpenSLESPlayer 1229 0.00 0.00 0.25 0.01 0.1 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSAudioMixer 2454 0.00 0.00 0.20 0.01 0.1 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSTee 32 0.00 0.00 0.01 0.00 0.1 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSPixConv 13 0.00 0.00 0.00 0.00 0.1 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSJpegWriter 20 0.00 0.00 0.01 0.00 0.1 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSStaticImage 1237 0.00 0.00 0.14 0.01 0.1 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSDtmfGen 1794 0.00 0.00 0.09 0.00 0.1 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSEqualizer 1214 0.00 0.00 0.10 0.00 0.1 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSVoidSink 0 0.00 0.00 0.00 0.00 0.0 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSItcSink 0 0.00 0.00 0.00 0.00 0.0 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: MSWebRTCAECM 0 0.00 0.00 0.00 0.00 0.0 2020-07-03 21:39:21.559 25545-25545/? I/MiEntry: ================================================================================= 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: Filter MSRtpRecv is not scheduled; nothing to do. 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: =========================================================== 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: VIDEO SESSION'S RTP STATISTICS
2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ----------------------------------------------------------- 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: sent 67 packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: 0 duplicated packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: 4979 bytes
2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: received 62 packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: 0 duplicated packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: 7993 bytes
2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: incoming delivered to the app 7993 bytes
2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: incoming cumulative lost 2 packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: incoming received too late 0 packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: incoming bad formatted 0 packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: incoming discarded (queue overflow) 0 packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: sent rtcp 11 packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: received rtcp 8 packets 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: =========================================================== 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSStaticImage:0x7e92fdf280,0-->MSPixConv:0x7e92fdf480,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSPixConv:0x7e92fdf480,0-->MSTee:0x7e92fdf380,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSTee:0x7e92fdf380,0-->MSSizeConv:0x7e92fdf500,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSSizeConv:0x7e92fdf500,0-->MSVp8Enc:0x7e92fdf300,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSVp8Enc:0x7e92fdf300,0-->MSRtpSend:0x7e88684f00,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSTee:0x7e92fdf380,2-->MSJpegWriter:0x7e92fdf400,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSRtpRecv:0x7e92fdf680,0-->MSTee:0x7e8ca21280,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSTee:0x7e8ca21280,1-->MSItcSink:0x7e8ca21300,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSTee:0x7e8ca21280,0-->MSVp8Dec:0x7e92fdf580,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSVp8Dec:0x7e92fdf580,0-->MSTee:0x7e92fdf780,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSTee:0x7e92fdf780,1-->MSJpegWriter:0x7e92fdf700,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSTee:0x7e92fdf780,0-->MSAndroidTextureDisplay:0x7e92fdf600,0 2020-07-03 21:39:21.564 25545-25545/? I/MiEntry: ms_filter_unlink: MSTee:0x7e92fdf380,1-->MSAndroidTextureDisplay:0x7e92fdf600,1 2020-07-03 21:39:21.566 25545-25545/? W/MiEntry: ms_yuv_buf_allocator_free(): leaving 2 mblk_t still ref'd, possible leak. 2020-07-03 21:39:21.566 25545-28015/? I/MiEntry: [TextureView Display] Destroying context 2020-07-03 21:39:21.566 25545-28015/? I/MiEntry: uninit opengles_display (gl initialized:1) 2020-07-03 21:39:21.567 25545-28015/? I/MiEntry: [TextureView Display] OGL display destroyed 2020-07-03 21:39:21.571 25545-28015/? I/MiEntry: [TextureView Display] EGL display destroyed 2020-07-03 21:39:21.571 25545-28015/? I/MiEntry: [TextureView Display] Window released 2020-07-03 21:39:21.571 25545-28015/? I/MiEntry: [TextureView Display] Surface released 2020-07-03 21:39:21.571 25545-28015/? I/MiEntry: [TextureView Display] Surface destroyed 2020-07-03 21:39:21.571 25545-28015/? I/MiEntry: [TextureView Display] Context destroyed 2020-07-03 21:39:21.572 25545-25545/? I/MiEntry: [TextureView Display] Releasing global ref on window 0xae76 2020-07-03 21:39:21.572 25545-25545/? I/MiEntry: ================================================================================= 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: FILTER USAGE STATISTICS
2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: Name Count Time/tick (ms) CPU Usage 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: min mean max sd
2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: --------------------------------------------------------------------------------- 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSOpusEnc 603 0.00 1.78 16.34 1.62 75.7 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSOpusDec 1236 0.00 0.14 1.01 0.16 6.0 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSAudioFlowControl 611 0.00 0.11 0.51 0.09 4.6 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSVp8Dec 12 0.03 0.09 0.21 0.04 3.8 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSRtpSend 2455 0.00 0.07 1.45 0.16 2.9 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSRtpRecv 2707 0.00 0.06 2.14 0.08 2.6 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSResample 1832 0.00 0.03 0.36 0.04 1.3 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSAndroidTextureDisplay 20 0.00 0.02 0.13 0.03 0.9 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSVolume 1214 0.00 0.01 0.55 0.02 0.6 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSFilePlayer 1794 0.00 0.01 0.33 0.02 0.3 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSVp8Enc 1237 0.00 0.00 0.54 0.02 0.2 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSOpenSLESRecorder 1218 0.00 0.00 0.24 0.01 0.2 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSSizeConv 13 0.00 0.00 0.00 0.00 0.2 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSOpenSLESPlayer 1229 0.00 0.00 0.25 0.01 0.1 2020-07-03 21:39:21.573 25545-25545/? I/MiEntry: MSAudioMixer 2454 0.00 0.00 0.20 0.01 0.1 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: MSTee 32 0.00 0.00 0.01 0.00 0.1 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: MSPixConv 13 0.00 0.00 0.00 0.00 0.1 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: MSJpegWriter 20 0.00 0.00 0.01 0.00 0.1 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: MSStaticImage 1237 0.00 0.00 0.14 0.01 0.1 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: MSDtmfGen 1794 0.00 0.00 0.09 0.00 0.1 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: MSEqualizer 1214 0.00 0.00 0.10 0.00 0.1 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: MSVoidSink 0 0.00 0.00 0.00 0.00 0.0 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: MSItcSink 0 0.00 0.00 0.00 0.00 0.0 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: MSWebRTCAECM 0 0.00 0.00 0.00 0.00 0.0 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: ================================================================================= 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038] moving from state State::StreamsRunning to State::End 2020-07-03 21:39:21.574 25545-25545/? I/MiEntry: Notifying soundcard that we don't need it anymore for calls 2020-07-03 21:39:21.575 25545-25545/? I/MiEntry: Stopping ZRTP context on session [0x0] 2020-07-03 21:39:21.575 25545-25545/? I/MiEntry: ZRTP context destroyed 2020-07-03 21:39:21.582 25545-27980/? I/MiEntry: MSAudio MSTicker thread exiting 2020-07-03 21:39:21.583 25545-25545/? I/MiEntry: Stopping ZRTP context on session [0x0] 2020-07-03 21:39:21.583 25545-25545/? I/MiEntry: ZRTP context destroyed 2020-07-03 21:39:21.589 25545-28016/? I/MiEntry: MSVideo MSTicker thread exiting 2020-07-03 21:39:21.595 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_log_updated] 2020-07-03 21:39:21.595 25545-25545/? I/MiEntry: Resetting the current call 2020-07-03 21:39:21.595 25545-25545/? W/MiEntry: _linphone_call_listener_on_state_changed_cb() listener in weak reference has been destroyed 2020-07-03 21:39:21.599 25545-25545/? W/MiEntry: [MientryContext] DTMF Received End 2020-07-03 21:39:21.624 25545-25545/? W/MiEntry: [Audio Manager] Routing audio to earpiece 2020-07-03 21:39:21.624 25545-25545/? I/AudioManager: In setSpeakerphoneOn(), on: false, calling application: org.mircom 2020-07-03 21:39:21.635 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-03 21:39:21.665 25545-25545/? I/MiEntry: [Activity Monitor] Activity paused:org.mircom.activities.CallActivity@6556d84 2020-07-03 21:39:21.665 25545-25545/? I/MiEntry: [Activity Monitor] runningActivities=0 2020-07-03 21:39:21.672 25545-27435/? V/FA: Recording user engagement, ms: 12107 2020-07-03 21:39:21.677 25545-27435/? V/FA: Connecting to remote service 2020-07-03 21:39:21.697 25545-27435/? V/FA: Activity paused, time: 120063421 2020-07-03 21:39:21.711 25545-25545/? I/MiEntry: Activity started:org.mircom.activities.HomeActivity@22b9ea5 2020-07-03 21:39:21.715 25545-25545/? I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.HomeActivity@22b9ea5 2020-07-03 21:39:21.715 25545-25545/? I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-03 21:39:21.830 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:39:21.837 25545-27435/? V/FA: Activity resumed, time: 120063472 2020-07-03 21:39:21.923 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:39:21.925 25545-27435/? V/FA: Connection attempt already in progress 2020-07-03 21:39:21.926 25545-27435/? D/FA: Connected to remote service 2020-07-03 21:39:21.928 25545-27435/? V/FA: Processing queued up service tasks: 4 2020-07-03 21:39:22.056 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0xb046] 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 45126 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: channel [0x7e8d242100]: starting recv background task with id=[b046]. 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: channel [0x7e8d242100]: received [819] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: SIP/2.0 200 Ok 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Via: SIP/2.0/TCP 192.168.0.101:45090;received=103.71.78.80;branch=z9hG4bK.~YFNJkN6q;rport=45090 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=EvVwDb08c 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=z7DsPXG 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Call-ID: L3JFKUadGd 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: CSeq: 21 BYE 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Galaxy M21) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Supported: replaces, outbound, gruu 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;did=d3f.0a24e662;pr=3> 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=EvVwDb08c;did=d3f.f924e662;nc=1> 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=EvVwDb08c> 2020-07-03 21:39:22.057 25545-25545/? I/MiEntry: Content-Length: 0 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: channel [0x7e8d242100] [819] bytes parsed 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: Found transaction matching response. 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: Changing [client] [BYE] transaction [0x7e92fdca80], from state [TRYING] to [COMPLETED] 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: Dialog [0x7e9e01dc00]: now updated by transaction [0x7e92fdca80]. 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: Dialog [0x7e9e01dc00] deleted (is_expired=0) 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: op [0x7e8ac8fd00] : set_or_update_dialog() current=[0x7e9e01dc00] new=[0x7e9e01dc00] 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: Op [0x7e8ac8fd00] receiving call response [200], dialog is [0x7e9e01dc00] in state [BELLE_SIP_DIALOG_TERMINATED] 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: Changing [client] [BYE] transaction [0x7e92fdca80], from state [COMPLETED] to [TERMINATED] 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: Client BYE transaction [0x7e92fdca80] terminated 2020-07-03 21:39:22.070 25545-25545/? I/MiEntry: transaction [0x7e92fdca80]: ending transaction background task with id=[af76]. 2020-07-03 21:39:22.072 25545-25545/? I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0xaf76] 2020-07-03 21:39:22.072 25545-25545/? I/MiEntry: channel [0x7e8d242100]: ending recv background task with id=[b046]. 2020-07-03 21:39:22.073 25545-25545/? I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0xb046] 2020-07-03 21:39:22.074 25545-25545/? I/MiEntry: Dialog [0x7e9e01dc00] terminated for op [0x7e8ac8fd00] 2020-07-03 21:39:22.108 25545-25545/? I/MiEntry: CallSession [0x7e92fe1038] moving from state State::End to State::Released 2020-07-03 21:39:22.113 25545-25545/? W/MiEntry: _linphone_call_listener_on_state_changed_cb() listener in weak reference has been destroyed 2020-07-03 21:39:22.119 25545-25545/? I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-03 21:39:22.119 25545-25545/? I/MiEntry: op [0x7e8ac8fd00] : set_or_update_dialog() current=[0x7e9e01dc00] new=[0x0] 2020-07-03 21:39:22.617 25545-25545/? I/MiEntry: [Activity Monitor] Activity stopped:org.mircom.activities.CallActivity@6556d84 2020-07-03 21:39:22.625 25545-25545/? I/MiEntry: Callbacks [0x7e9289d150] unregistered on core [0x7ea5330600] 2020-07-03 21:39:22.625 25545-25545/? I/MiEntry: [Platform Helper] Video window surface set to null 2020-07-03 21:39:22.626 25545-25545/? I/MiEntry: [Activity Monitor] Activity destroyed:org.mircom.activities.CallActivity@6556d84 2020-07-03 21:39:22.636 25545-25545/? I/MiEntry: [Platform Helper] Rendering surface texture destroyed 2020-07-03 21:39:22.636 25545-25545/? I/MiEntry: [Platform Helper] Current rendering surface texture is no longer available 2020-07-03 21:39:22.636 25545-25545/? I/MiEntry: [Platform Helper] Releasing window surface

Viish commented 4 years ago

There is no log from when the core is created in what you attached.

JitainSharma commented 4 years ago

Pls find the full log from starting, also I am attaching the screenshot of Audio/Video details screen.

2020-07-04 22:50:28.829 30662-30662/? I/org.mircom: Late-enabling -Xcheck:jni 2020-07-04 22:50:28.851 30662-30662/? W/org.mircom: miui_dex2oat: DeoptimizeBootImage: patch entry points of methods in boot image to interpreter bridge 2020-07-04 22:50:29.026 30662-30662/org.mircom W/org.mircom: miui_dex2oat: OatFile: /data/app/org.mircom-4KLZKBDxkvo8uS8FARDV9w==/oat/arm64/base.odex Compiler-Filter = speed-profile 2020-07-04 22:50:29.068 30662-30662/org.mircom I/Perf: Connecting to perf service. 2020-07-04 22:50:29.100 30662-30662/org.mircom I/MultiDex: VM with version 2.1.0 has multidex support 2020-07-04 22:50:29.100 30662-30662/org.mircom I/MultiDex: Installing application 2020-07-04 22:50:29.100 30662-30662/org.mircom I/MultiDex: VM has multidex support, MultiDex support library is disabled. 2020-07-04 22:50:29.153 30662-30662/org.mircom V/FA: Registered activity lifecycle callback 2020-07-04 22:50:29.166 30662-30662/org.mircom I/FirebaseInitProvider: FirebaseApp initialization successful 2020-07-04 22:50:29.217 30662-30662/org.mircom I/CrashlyticsCore: Initializing Crashlytics Core 2.7.0.33 2020-07-04 22:50:29.239 30662-30662/org.mircom I/CrashlyticsInitProvider: CrashlyticsInitProvider initialization successful 2020-07-04 22:50:29.262 30662-30697/org.mircom V/FA: App measurement collection enabled 2020-07-04 22:50:29.263 30662-30697/org.mircom V/FA: App measurement enabled for app package, google app id: org.mircom, 1:162631855270:android:f8816bd69d1a394f 2020-07-04 22:50:29.265 30662-30697/org.mircom I/FA: App measurement initialized, version: 22048 2020-07-04 22:50:29.265 30662-30697/org.mircom I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE 2020-07-04 22:50:29.266 30662-30697/org.mircom I/FA: To enable faster debug mode event logging run: adb shell setprop debug.firebase.analytics.app org.mircom 2020-07-04 22:50:29.266 30662-30697/org.mircom D/FA: Debug-level message logging enabled 2020-07-04 22:50:29.268 30662-30662/org.mircom I/[MiEntry]: Application is being created 2020-07-04 22:50:29.306 30662-30712/org.mircom D/NetworkSecurityConfig: No Network Security Config specified, using platform default 2020-07-04 22:50:29.306 30662-30712/org.mircom I/DpmTcmClient: RegisterTcmMonitor from: $Proxy0 2020-07-04 22:50:29.322 30662-30732/org.mircom W/org.mircom: Accessing hidden field Ljava/nio/Buffer;->address:J (light greylist, reflection) 2020-07-04 22:50:29.328 30662-30662/org.mircom I/MiEntry: [Application] Core context created 2020-07-04 22:50:29.336 30662-30662/org.mircom I/MiEntry: ==== PACKAGE ==== 2020-07-04 22:50:29.337 30662-30662/org.mircom I/MiEntry: DISPLAY NAME=Redmi Note 7 Pro 2020-07-04 22:50:29.337 30662-30662/org.mircom I/MiEntry: DEVICE=violet 2020-07-04 22:50:29.337 30662-30662/org.mircom I/MiEntry: MODEL=Redmi Note 7 Pro 2020-07-04 22:50:29.337 30662-30662/org.mircom I/MiEntry: MANUFACTURER=Xiaomi 2020-07-04 22:50:29.337 30662-30662/org.mircom I/MiEntry: ANDROID SDK=28 2020-07-04 22:50:29.338 30662-30662/org.mircom I/MiEntry: ABIs=arm64-v8a, armeabi-v7a, armeabi 2020-07-04 22:50:29.338 30662-30662/org.mircom I/MiEntry: ==== Linphone information dump ==== 2020-07-04 22:50:29.338 30662-30662/org.mircom I/MiEntry: VERSION NAME=4.3.3 2020-07-04 22:50:29.338 30662-30662/org.mircom I/MiEntry: VERSION CODE=4200 2020-07-04 22:50:29.338 30662-30662/org.mircom I/MiEntry: PACKAGE=org.linphone.core 2020-07-04 22:50:29.338 30662-30662/org.mircom I/MiEntry: BUILD TYPE=debug 2020-07-04 22:50:29.338 30662-30662/org.mircom I/MiEntry: SDK VERSION=4.3.3-debug 2020-07-04 22:50:29.338 30662-30662/org.mircom I/MiEntry: SDK BRANCH=tags/4.3.3^0 2020-07-04 22:50:29.339 30662-30662/org.mircom I/MiEntry: [Context] Ready 2020-07-04 22:50:29.346 30662-30732/org.mircom W/FirebaseRemoteConfig: No value of type 'FirebaseRemoteConfigValue' exists for parameter key 'fpr_rl_network_event_count_fg'. 2020-07-04 22:50:29.348 30662-30662/org.mircom D/skia: --- Failed to create image decoder with message 'unimplemented' 2020-07-04 22:50:29.350 30662-30732/org.mircom W/FirebaseRemoteConfig: No value of type 'FirebaseRemoteConfigValue' exists for parameter key 'fpr_rl_network_event_count_bg'. 2020-07-04 22:50:29.356 30662-30662/org.mircom W/MiEntry: [Context] Device is in bucket STANDBY_BUCKET_ACTIVE 2020-07-04 22:50:29.356 30662-30662/org.mircom I/MiEntry: Using (r/w) config information from /data/user/0/org.mircom/files/.linphonerc 2020-07-04 22:50:29.356 30662-30662/org.mircom I/MiEntry: Reading config information from /data/user/0/org.mircom/files/linphonerc 2020-07-04 22:50:29.365 30662-30662/org.mircom I/MiEntry: Initializing LinphoneCore 4.3.1-1-gee1f6d8f7 2020-07-04 22:50:29.365 30662-30662/org.mircom I/MiEntry: Sal nat helper [enabled] 2020-07-04 22:50:29.366 30662-30662/org.mircom I/MiEntry: [Device] hasLowLatencyFeature: false, hasProFeature: false 2020-07-04 22:50:29.368 30662-30662/org.mircom I/MiEntry: [Device] Output frames per buffer: 144, output sample rate: 48000. 2020-07-04 22:50:29.368 30662-30662/org.mircom I/MiEntry: [Platform Helper] Created, wifi only mode is disabled 2020-07-04 22:50:29.372 30662-30662/org.mircom I/MiEntry: [Platform Helper] Starting copy from assets to application files directory 2020-07-04 22:50:29.434 30662-30662/org.mircom I/MiEntry: [Platform Helper] Installing Resource cpim_grammar 2020-07-04 22:50:29.435 30662-30662/org.mircom I/MiEntry: [Platform Helper] Installing Resource identity_grammar 2020-07-04 22:50:29.436 30662-30662/org.mircom I/MiEntry: [Platform Helper] Installing Resource vcard_grammar 2020-07-04 22:50:29.437 30662-30697/org.mircom V/FA: Connecting to remote service 2020-07-04 22:50:29.440 30662-30662/org.mircom I/MiEntry: [Platform Helper] Installing Resource rootca.pem 2020-07-04 22:50:29.448 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource dont_wait_too_long.mkv already installed, skipping... 2020-07-04 22:50:29.449 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource hello16000.wav already installed, skipping... 2020-07-04 22:50:29.450 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource hello8000.wav already installed, skipping... 2020-07-04 22:50:29.450 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource incoming_chat.wav already installed, skipping... 2020-07-04 22:50:29.451 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource ringback.wav already installed, skipping... 2020-07-04 22:50:29.454 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource four_hands_together.mkv already installed, skipping... 2020-07-04 22:50:29.455 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource house_keeping.mkv already installed, skipping... 2020-07-04 22:50:29.455 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource its_a_game.mkv already installed, skipping... 2020-07-04 22:50:29.455 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource leaving_dreams.mkv already installed, skipping... 2020-07-04 22:50:29.456 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource notes_of_the_optimistic.mkv already installed, skipping... 2020-07-04 22:50:29.456 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource oldphone-mono.wav already installed, skipping... 2020-07-04 22:50:29.457 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource soft_as_snow.mkv already installed, skipping... 2020-07-04 22:50:29.457 30662-30662/org.mircom I/MiEntry: [Platform Helper] Resource toy-mono.wav already installed, skipping... 2020-07-04 22:50:29.457 30662-30662/org.mircom I/MiEntry: [Platform Helper] Copy from assets done 2020-07-04 22:50:29.459 30662-30662/org.mircom W/MiEntry: [Platform Helper] Device is in bucket STANDBY_BUCKET_ACTIVE 2020-07-04 22:50:29.462 30662-30662/org.mircom I/MiEntry: [Platform Helper] [Network Manager 26] Found DNS host 192.168.0.1 from active network WIFI 2020-07-04 22:50:29.462 30662-30662/org.mircom I/MiEntry: [Platform Helper] DNS servers list updated 2020-07-04 22:50:29.463 30662-30662/org.mircom I/MiEntry: belle_sip_set_jvm(): initialization succeed 2020-07-04 22:50:29.463 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_init(): initialization succeed 2020-07-04 22:50:29.463 30662-30662/org.mircom I/MiEntry: AndroidPlatformHelpers is fully initialised. 2020-07-04 22:50:29.463 30662-30662/org.mircom I/MiEntry: Mediastreamer2 factory 4.3.0 (git: 4.3.1) initialized. 2020-07-04 22:50:29.463 30662-30662/org.mircom I/MiEntry: CPU count set to 8 2020-07-04 22:50:29.463 30662-30662/org.mircom I/MiEntry: ms_factory_init() done: platform_tags=linux,android,x86,embedded 2020-07-04 22:50:29.463 30662-30662/org.mircom I/MiEntry: srtp init 2020-07-04 22:50:29.469 30662-30662/org.mircom I/MiEntry: SDK version [28] detected 2020-07-04 22:50:29.471 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:29.502 30662-30742/org.mircom I/OMXClient: IOmx service obtained 2020-07-04 22:50:29.615 30662-30662/org.mircom I/MiEntry: Codec video/avc successfully created. 2020-07-04 22:50:29.626 30662-30748/org.mircom I/OMXClient: IOmx service obtained 2020-07-04 22:50:29.661 30662-30662/org.mircom I/MiEntry: Codec video/avc successfully created. 2020-07-04 22:50:29.671 30662-30662/org.mircom I/MiEntry: MediaCodec: 'video/avc' format supported 2020-07-04 22:50:29.674 30662-30753/org.mircom I/OMXClient: IOmx service obtained 2020-07-04 22:50:29.685 30662-30662/org.mircom I/MiEntry: Codec video/hevc successfully created. 2020-07-04 22:50:29.696 30662-30758/org.mircom I/OMXClient: IOmx service obtained 2020-07-04 22:50:29.711 30662-30662/org.mircom I/MiEntry: Codec video/hevc successfully created. 2020-07-04 22:50:29.723 30662-30662/org.mircom I/MiEntry: MediaCodec: 'video/hevc' format supported 2020-07-04 22:50:29.723 30662-30662/org.mircom I/MiEntry: Registering all soundcard handlers 2020-07-04 22:50:29.723 30662-30662/org.mircom I/MiEntry: SDK version [28] detected 2020-07-04 22:50:29.723 30662-30662/org.mircom I/MiEntry: Native android sound support not tested on SDK [28], disabled. 2020-07-04 22:50:29.724 30662-30662/org.mircom I/MiEntry: [OpenSLES] libOpenSLES correctly loaded, creating OpenSLES MS soundcard 2020-07-04 22:50:29.738 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:29.738 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:29.738 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:29.738 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:29.742 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:29.742 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:29.742 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:29.742 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:29.742 30662-30662/org.mircom I/MiEntry: [OpenSLES] Using 144 for buffer size value 2020-07-04 22:50:29.742 30662-30662/org.mircom I/MiEntry: [OpenSLES] Using 48000 for sample rate value 2020-07-04 22:50:29.743 30662-30662/org.mircom I/MiEntry: Card 'openSLES: android sound card' added with capabilities [capture, playback] 2020-07-04 22:50:29.743 30662-30662/org.mircom I/MiEntry: SDK version [28] detected 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: Card 'ANDROID SND (deprecated): Android Sound card' added with capabilities [capture, playback] 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: Registering all webcam handlers 2020-07-04 22:50:29.747 30662-30662/org.mircom W/MiEntry: [Legacy Capture] Android >= 8.0 detected, disabling legacy capture filter 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: Webcam StaticImage: Static picture added 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: MSAndroidDisplay registered. 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: MSAndroidDisplay (OpenGL ES2) registered (id=80). 2020-07-04 22:50:29.747 30662-30662/org.mircom I/MiEntry: ms_factory_init_voip() done 2020-07-04 22:50:29.748 30662-30662/org.mircom I/MiEntry: Found Android plugin libmswebrtc.so 2020-07-04 22:50:29.748 30662-30662/org.mircom I/MiEntry: Loading ms plugins from list 2020-07-04 22:50:29.748 30662-30662/org.mircom I/MiEntry: Loading plugin libmswebrtc.so... 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: libmswebrtc 1.1.1 plugin loaded, iSAC codec version 3.6.0, iLBC codec version 1.1.1 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Plugin loaded (libmswebrtc.so) 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: All plugins in list correctly loaded 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Core callbacks [0x7ea5316330] registered on core [0x7ea5330600] 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: oRTP-4.3.0 initialized. 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Codec opus/48000 fmtp=[useinbandfec=1] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Codec SILK/16000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Codec speex/16000 fmtp=[vbr=on] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Codec speex/8000 fmtp=[vbr=on] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Codec PCMU/8000 fmtp=[] number=0, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Codec PCMA/8000 fmtp=[] number=8, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Codec red/1000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Codec t140/1000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.749 30662-30662/org.mircom I/MiEntry: Codec GSM/8000 fmtp=[] number=3, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec G722/8000 fmtp=[] number=9, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec iLBC/8000 fmtp=[mode=30] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec AMR/8000 fmtp=[octet-align=1] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec AMR-WB/16000 fmtp=[octet-align=1] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec G729/8000 fmtp=[annexb=yes] number=18, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec mpeg4-generic/16000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec mpeg4-generic/22050 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec mpeg4-generic/32000 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec mpeg4-generic/44100 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec mpeg4-generic/48000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec iSAC/16000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec speex/32000 fmtp=[vbr=on] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec SILK/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec SILK/12000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec SILK/24000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec G726-16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec G726-24/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec G726-32/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec G726-40/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec AAL2-G726-16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec AAL2-G726-24/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec AAL2-G726-32/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec AAL2-G726-40/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec CODEC2/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec BV16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec VP8/90000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec H264/90000 fmtp=[profile-level-id=42801F] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec H265/90000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec MP4V-ES/90000 fmtp=[profile-level-id=3] number=-1, default enablement: 16) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec H263-1998/90000 fmtp=[CIF=1;QCIF=1] number=-1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec H263/90000 fmtp=[] number=34, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec 1016/8000 fmtp=[] number=1, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec G723/8000 fmtp=[] number=4, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec LPC/8000 fmtp=[] number=7, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec L16/44100 fmtp=[] number=10, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec L16/44100 fmtp=[] number=11, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec CN/8000 fmtp=[] number=13, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec H261/90000 fmtp=[] number=31, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Codec MPV/90000 fmtp=[] number=32, default enablement: 0) added to the list of possible codecs. 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Root ca path set to /system/etc/security/cacerts 2020-07-04 22:50:29.750 30662-30662/org.mircom I/MiEntry: Root ca path set to /system/etc/security/cacerts 2020-07-04 22:50:29.752 30662-30662/org.mircom I/MiEntry: [Platform Helper] getDnsServers() returning 192.168.0.1, 2020-07-04 22:50:29.752 30662-30662/org.mircom I/MiEntry: AndroidPlatformHelpers found DNS server 192.168.0.1 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: linphone_core_set_playback_gain_db(): no active call. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: linphone_core_set_mic_gain_db(): no active call. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Sal nat helper [enabled] 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Sal use rports [enabled] 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: MTU is supposed to be 1300, rtp payload max size will be 1240 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for SILK 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec PCMU/8000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec PCMA/8000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec GSM/8000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec G722/8000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec iLBC/8000 fmtp=mode=30 automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for AMR 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for AMR-WB 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for G729 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for mpeg4-generic 2020-07-04 22:50:29.753 30662-30662/org.mircom I/chatty: uid=10360(org.mircom) identical 3 lines 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for mpeg4-generic 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec iSAC/16000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for SILK 2020-07-04 22:50:29.753 30662-30662/org.mircom I/chatty: uid=10360(org.mircom) identical 1 line 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for SILK 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for G726-16 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for G726-24 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for G726-32 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for G726-40 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for AAL2-G726-16 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for AAL2-G726-24 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for AAL2-G726-32 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for AAL2-G726-40 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for CODEC2 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for BV16 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for 1016 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for G723 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for LPC 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec L16/44100 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec L16/44100 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for CN 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec VP8/90000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec H264/90000 fmtp=profile-level-id=42801F automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec H265/90000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec MP4V-ES/90000 fmtp=profile-level-id=3 automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec H263-1998/90000 fmtp=CIF=1;QCIF=1 automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec H263/90000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for H261 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Could not find encoder for MPV 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec red/1000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Supported codec t140/1000 fmtp= automatically added to codec list. 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Sal use rports [enabled] 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Root ca path set to /data/user/0/org.mircom/files/share/linphone/rootca.pem 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Sal::unlistenPorts(): done 2020-07-04 22:50:29.753 30662-30662/org.mircom I/MiEntry: Creating listening point [0x7e90de9e00] on [sip:[::0]:-1;transport=UDP] 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Random UDP port is 39061 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Creating listening point [0x7e90de9e80] on [sip:[::0]:-1;transport=TCP] 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Random TCP port is 40047 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Creating listening point [0x7e90de9f00] on [sip:[::0]:-1;transport=TLS] 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Random TCP port is 41169 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Root ca path set to /system/etc/security/cacerts 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Root ca path set to /system/etc/security/cacerts 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Root ca path set to /data/user/0/org.mircom/files/share/linphone/rootca.pem 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Lime X3DH server URL not set, can't enable 2020-07-04 22:50:29.754 30662-30662/org.mircom I/MiEntry: Invalidating friends maps for list [0x7eadced940] 2020-07-04 22:50:29.762 30662-30662/org.mircom I/MiEntry: Opening linphone database /data/user/0/org.mircom/files/linphone.db with backend Sqlite3 2020-07-04 22:50:29.766 30662-30662/org.mircom I/MiEntry: Start measurement of [Get chat rooms.]. 2020-07-04 22:50:29.766 30662-30662/org.mircom I/MiEntry: Duration of [Get chat rooms.]: 0ms. 2020-07-04 22:50:29.767 30662-30662/org.mircom I/MiEntry: Root ca path set to /data/user/0/org.mircom/files/share/linphone/rootca.pem 2020-07-04 22:50:29.767 30662-30662/org.mircom I/MiEntry: [Platform Helper] onLinphoneCoreStart, network monitoring is true 2020-07-04 22:50:29.767 30662-30662/org.mircom I/MiEntry: [Platform Helper] Registering network callbacks 2020-07-04 22:50:29.768 30662-30662/org.mircom I/MiEntry: [Platform Helper] [Network Manager 26] ACCESS_NETWORK_STATE permission is granted 2020-07-04 22:50:29.770 30662-30662/org.mircom I/MiEntry: [Platform Helper] Registering doze receiver 2020-07-04 22:50:29.772 30662-30662/org.mircom I/MiEntry: [Platform Helper] Registering interactivity receiver 2020-07-04 22:50:29.774 30662-30662/org.mircom I/MiEntry: [Platform Helper] No connectivity: setting network unreachable 2020-07-04 22:50:29.775 30662-30662/org.mircom I/MiEntry: Core callbacks [0x7e90de1080] registered on core [0x7ea5330600] 2020-07-04 22:50:29.775 30662-30662/org.mircom I/MiEntry: Core callbacks [0x7e90de1030] registered on core [0x7ea5330600] 2020-07-04 22:50:29.775 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Starting Service as Foreground 2020-07-04 22:50:29.778 30662-30662/org.mircom I/MiEntry: [Core Manager] Starting Foreground Service 2020-07-04 22:50:29.779 30662-30662/org.mircom I/MiEntry: Core callbacks [0x7e90de06d0] registered on core [0x7ea5330600] 2020-07-04 22:50:29.785 30662-30662/org.mircom I/MiEntry: linphone_core_get_call_history(): completed in 0 ms 2020-07-04 22:50:29.785 30662-30662/org.mircom W/MiEntry: nothing to migrate, skipping... 2020-07-04 22:50:29.788 30662-30662/org.mircom I/MiEntry: [Application] Created 2020-07-04 22:50:29.811 30662-30662/org.mircom V/FA: onActivityCreated 2020-07-04 22:50:29.838 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection) 2020-07-04 22:50:29.839 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection) 2020-07-04 22:50:29.884 30662-30662/org.mircom W/FirebaseRemoteConfig: No value of type 'FirebaseRemoteConfigValue' exists for parameter key 'fpr_session_max_duration_min'. 2020-07-04 22:50:29.885 30662-30697/org.mircom V/FA: Activity resumed, time: 210731641 2020-07-04 22:50:29.901 30662-30662/org.mircom W/Looper: Slow Looper main: Activity org.mircom/.activities.SplashActivity is 779ms late (wall=109ms running=0ms ClientTransaction{ callbacks=[android.app.servertransaction.LaunchActivityItem] lifecycleRequest=android.app.servertransaction.ResumeActivityItem }) because of 1 msg, msg 1 took 887ms (late=1ms h=android.app.ActivityThread$H w=110) 2020-07-04 22:50:29.906 30662-30662/org.mircom I/MiEntry: [Platform Helper] [Network Manager 26] A network is available: WIFI, wifi only is disabled 2020-07-04 22:50:29.906 30662-30697/org.mircom I/FA: Tag Manager is not found and thus will not be used 2020-07-04 22:50:29.908 30662-30662/org.mircom I/MiEntry: [Platform Helper] Active network type is WIFI, state CONNECTED / CONNECTED 2020-07-04 22:50:29.916 30662-30662/org.mircom I/MiEntry: [Platform Helper] [Network Manager 26] Found DNS host 192.168.0.1 from active network WIFI 2020-07-04 22:50:29.917 30662-30662/org.mircom I/MiEntry: [Platform Helper] DNS servers list updated 2020-07-04 22:50:29.917 30662-30662/org.mircom I/MiEntry: [Platform Helper] Network reachability enabled 2020-07-04 22:50:29.918 30662-30662/org.mircom I/MiEntry: [Platform Helper] [Network Manager 26] onLinkPropertiesChanged {InterfaceName: wlan0 LinkAddresses: [fe80::a25:25ff:fed0:51d2/64,192.168.0.100/24,] Routes: [fe80::/64 -> :: wlan0,192.168.0.0/24 -> 0.0.0.0 wlan0,0.0.0.0/0 -> 192.168.0.1 wlan0,] DnsAddresses: [192.168.0.1,] UsePrivateDns: false PrivateDnsServerName: null Domains: null MTU: 0 TcpBufferSizes: 524288,1048576,2097152,262144,524288,1048576} 2020-07-04 22:50:29.927 30662-30662/org.mircom I/MiEntry: [Platform Helper] [Network Manager 26] Found DNS host 192.168.0.1 from active network WIFI 2020-07-04 22:50:29.927 30662-30662/org.mircom I/MiEntry: [Platform Helper] DNS servers list updated 2020-07-04 22:50:29.928 30662-30662/org.mircom I/MiEntry: [Platform Helper] getDnsServers() returning 192.168.0.1, 2020-07-04 22:50:29.928 30662-30662/org.mircom I/MiEntry: AndroidPlatformHelpers found DNS server 192.168.0.1 2020-07-04 22:50:29.933 30662-30662/org.mircom I/MiEntry: SIP network reachability state is now [UP] 2020-07-04 22:50:29.933 30662-30662/org.mircom I/MiEntry: Media network reachability state is now [UP] 2020-07-04 22:50:29.933 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [network_reachable] 2020-07-04 22:50:29.937 30662-30662/org.mircom I/MiEntry: [Service] Created 2020-07-04 22:50:29.937 30662-30662/org.mircom I/MiEntry: [Service] onStartCommand 2020-07-04 22:50:29.940 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Starting Service as foreground 2020-07-04 22:50:29.940 30662-30662/org.mircom I/MiEntry: [Service] Background service mode enabled, displaying notification 2020-07-04 22:50:29.967 30662-30662/org.mircom I/MiEntry: MientryManagerFirebase Device Token generated : eGBoOR2iTGOexfpFSMSQtD:APA91bFZY0Y5PmPunOgQW3jDvjuUCMCC805ZTTUK32duI0Fd0ptSSZE4kQkdovOKAzGcqoPaEpD7OPZJjK48caihbU2CJhXANluHVhA3RXxLPLolPS10_USCAwdBfQzmdlo6MyL7oJNs 2020-07-04 22:50:29.988 30662-30765/org.mircom I/Adreno: QUALCOMM build : 89f10b9, I3d0e3ac366 Build Date : 12/25/18 OpenGL ES Shader Compiler Version: EV031.25.14.03 Local Branch : Remote Branch : Remote Branch : Reconstruct Branch : 2020-07-04 22:50:29.988 30662-30765/org.mircom I/Adreno: Build Config : S P 6.0.9 AArch64 2020-07-04 22:50:29.990 30662-30765/org.mircom I/Adreno: PFP: 0x016ee177, ME: 0x00000000 2020-07-04 22:50:29.992 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:29.993 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:29.994 30662-30765/org.mircom I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 2020-07-04 22:50:29.994 30662-30765/org.mircom I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 2020-07-04 22:50:29.996 30662-30765/org.mircom I/OpenGLRenderer: Initialized EGL, version 1.4 2020-07-04 22:50:29.996 30662-30765/org.mircom D/OpenGLRenderer: Swap behavior 2 2020-07-04 22:50:30.035 30662-30765/org.mircom E/LB: fail to open file: No such file or directory 2020-07-04 22:50:30.040 30662-30697/org.mircom D/FA: Connected to remote service 2020-07-04 22:50:30.041 30662-30697/org.mircom V/FA: Processing queued up service tasks: 4 2020-07-04 22:50:35.138 30662-30697/org.mircom V/FA: Inactivity, disconnecting from the service 2020-07-04 22:50:36.888 30662-30662/org.mircom I/Timeline: Timeline: Activity_launch_request time:68784055 2020-07-04 22:50:36.911 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity paused:org.mircom.activities.SplashActivity@823d7b7 2020-07-04 22:50:36.917 30662-30697/org.mircom V/FA: Recording user engagement, ms: 7032 2020-07-04 22:50:36.924 30662-30697/org.mircom V/FA: Connecting to remote service 2020-07-04 22:50:36.926 30662-30662/org.mircom W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@2fd7c44 2020-07-04 22:50:36.930 30662-30697/org.mircom V/FA: Activity paused, time: 210738668 2020-07-04 22:50:36.933 30662-30662/org.mircom V/FA: onActivityCreated 2020-07-04 22:50:36.933 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity created:org.mircom.activities.LoginActivity@65816ae 2020-07-04 22:50:37.037 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:37.107 30662-30662/org.mircom I/MiEntry: Core callbacks [0x7e8df73e70] registered on core [0x7ea5330600] 2020-07-04 22:50:37.111 30662-30662/org.mircom I/MiEntry: Activity started:org.mircom.activities.LoginActivity@65816ae 2020-07-04 22:50:37.112 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.LoginActivity@65816ae 2020-07-04 22:50:37.112 30662-30697/org.mircom V/FA: Activity resumed, time: 210738869 2020-07-04 22:50:37.113 30662-30662/org.mircom I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-04 22:50:37.113 30662-30662/org.mircom I/MiEntry: [Activity Monitor] App has left background mode 2020-07-04 22:50:37.162 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/graphics/drawable/DrawableContainer;->getOpticalInsets()Landroid/graphics/Insets; (light greylist, reflection) 2020-07-04 22:50:37.279 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:37.279 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:37.290 30662-30697/org.mircom D/FA: Connected to remote service 2020-07-04 22:50:37.292 30662-30697/org.mircom V/FA: Processing queued up service tasks: 4 2020-07-04 22:50:37.882 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity stopped:org.mircom.activities.SplashActivity@823d7b7 2020-07-04 22:50:37.887 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity destroyed:org.mircom.activities.SplashActivity@823d7b7 2020-07-04 22:50:40.489 30662-30662/org.mircom W/org.mircom: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (light greylist, reflection) 2020-07-04 22:50:40.490 30662-30662/org.mircom W/org.mircom: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (light greylist, reflection) 2020-07-04 22:50:40.490 30662-30662/org.mircom W/org.mircom: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (light greylist, reflection) 2020-07-04 22:50:40.502 30662-30777/org.mircom D/OkHttp: --> GET https://api.onsip.com/api?Action=SessionCreate&Output=json&Username=rs_3%40sip1.mirconsip.com&Password=Mircom%40123 2020-07-04 22:50:40.503 30662-30777/org.mircom D/OkHttp: --> END GET 2020-07-04 22:50:40.912 30662-30777/org.mircom W/org.mircom: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (light greylist, reflection) 2020-07-04 22:50:41.914 30662-30777/org.mircom W/org.mircom: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (light greylist, reflection) 2020-07-04 22:50:42.337 30662-30777/org.mircom D/OkHttp: <-- 200 OK https://api.onsip.com/api?Action=SessionCreate&Output=json&Username=rs_3%40sip1.mirconsip.com&Password=Mircom%40123 (1834ms) 2020-07-04 22:50:42.337 30662-30777/org.mircom D/OkHttp: Date: Sat, 04 Jul 2020 17:20:42 GMT 2020-07-04 22:50:42.337 30662-30777/org.mircom D/OkHttp: Server: Apache/2.2.15 (CentOS) 2020-07-04 22:50:42.337 30662-30777/org.mircom D/OkHttp: Content-Length: 500 2020-07-04 22:50:42.337 30662-30777/org.mircom D/OkHttp: Keep-Alive: timeout=5, max=100 2020-07-04 22:50:42.337 30662-30777/org.mircom D/OkHttp: Connection: Keep-Alive 2020-07-04 22:50:42.337 30662-30777/org.mircom D/OkHttp: Content-Type: application/json; charset=utf-8 2020-07-04 22:50:42.338 30662-30777/org.mircom D/OkHttp: {"Response":{"Context":{"Action":{"IsCompleted":"true"},"Request":{"IsValid":"true","DateTime":"2020-07-04T17:20:42+00:00","Duration":"31","Parameters":{"Parameter":[{"Name":"Action","Value":"SessionCreate"},{"Name":"Output","Value":"json"},{"Name":"Username","Value":"rs_3@sip1.mirconsip.com"},{"Name":"Password","Value":"**"}]}},"Session":{"IsEstablished":"true","SessionId":"228dIiG5hTimNf2TcF0KTh0QP1OFaQsz","UserId":"699831","Roles":{"Role":{"Name":"User"}}}},"Result":{"SessionCreate":{}}}} 2020-07-04 22:50:42.338 30662-30777/org.mircom D/OkHttp: <-- END HTTP (500-byte body) 2020-07-04 22:50:42.341 30662-30777/org.mircom W/FirebaseRemoteConfig: No value of type 'FirebaseRemoteConfigValue' exists for parameter key 'fpr_session_max_duration_min'. 2020-07-04 22:50:42.345 30662-30662/org.mircom D/LoginActivity: true 2020-07-04 22:50:42.346 30662-30662/org.mircom D/LoginActivity: SESSION ID = 228dIiG5hTimNf2TcF0KTh0QP1OFaQsz 2020-07-04 22:50:42.352 30662-30777/org.mircom D/OkHttp: --> GET https://api.onsip.com/api?Action=UserRead&Output=json&SessionId=228dIiG5hTimNf2TcF0KTh0QP1OFaQsz 2020-07-04 22:50:42.352 30662-30777/org.mircom D/OkHttp: --> END GET 2020-07-04 22:50:42.353 30662-30697/org.mircom V/FA: Inactivity, disconnecting from the service 2020-07-04 22:50:42.746 30662-30777/org.mircom D/OkHttp: <-- 200 OK https://api.onsip.com/api?Action=UserRead&Output=json&SessionId=228dIiG5hTimNf2TcF0KTh0QP1OFaQsz (393ms) 2020-07-04 22:50:42.746 30662-30777/org.mircom D/OkHttp: Date: Sat, 04 Jul 2020 17:20:43 GMT 2020-07-04 22:50:42.746 30662-30777/org.mircom D/OkHttp: Server: Apache/2.2.15 (CentOS) 2020-07-04 22:50:42.746 30662-30777/org.mircom D/OkHttp: Content-Length: 1674 2020-07-04 22:50:42.746 30662-30777/org.mircom D/OkHttp: Keep-Alive: timeout=5, max=99 2020-07-04 22:50:42.746 30662-30777/org.mircom D/OkHttp: Connection: Keep-Alive 2020-07-04 22:50:42.746 30662-30777/org.mircom D/OkHttp: Content-Type: application/json; charset=utf-8 2020-07-04 22:50:42.751 30662-30777/org.mircom D/OkHttp: {"Response":{"Context":{"Action":{"IsCompleted":"true"},"Request":{"IsValid":"true","DateTime":"2020-07-04T17:20:43+00:00","Duration":"22","Parameters":{"Parameter":[{"Name":"Action","Value":"UserRead"},{"Name":"Output","Value":"json"},{"Name":"SessionId","Value":"228dIiG5hTimNf2TcF0KTh0QP1OFaQsz"},{"Name":"UserId","Value":"699831"}]}},"Session":{"IsEstablished":"true","SessionId":"228dIiG5hTimNf2TcF0KTh0QP1OFaQsz","UserId":"699831","Roles":{"Role":{"Name":"User"}}}},"Result":{"UserRead":{"User":{"UserId":"699831","OrganizationId":"142305","AccountId":"134587","Flags":"0","Status":"enabled","Domain":"sip1.mirconsip.com","Username":"sip1_rs_3","Password":"XscU5Nxbtd9Ycfhx","AuthUsername":"sip1_rs_3","Modified":"2020-06-11T17:22:25+00:00","Created":"2020-06-11T17:20:29+00:00","Ack911":"-001-11-30T00:00:00+00:00","SurveyCompleted":"-001-11-30T00:00:00+00:00","AckTrunkingTerms":"-001-11-30T00:00:00+00:00","AckTrunkingE911":"-001-11-30T00:00:00+00:00","AckHostedTerms":"-001-11-30T00:00:00+00:00","AckHostedE911":"2020-06-11T17:22:25+00:00","ExtendedDialing":"false","PSTNForwarding":"false","E911Provisioning":"false","PSTNTrunking":"false","FreePSTNTrunking":"false","BusyLampField":"false","QueueEvent":"false","RegEvent":"false","LoginAlertEmail":"false","MfaEmail":"false","TeamPageVisible":"false","NoOutgoingPstn":"false","ExposePii":"false","OneFreeUserAddress":"false","Contact":{"Name":"rs_3","Organization":"Mircom","Address":"25 Interchange Way","City":"Vaughan","State":"ON","Zipcode":"L4K 5W3","Country":"Canada","CountryId":"36","Phone":{},"Email":"pkumar@mircomgroup.com","Modified":"2020-06-11T17:20:29+00:00"},"Roles":{"Role":{"Name":"User"}}}}}}} 2020-07-04 22:50:42.751 30662-30777/org.mircom D/OkHttp: <-- END HTTP (1674-byte body) 2020-07-04 22:50:42.756 30662-30777/org.mircom W/FirebaseRemoteConfig: No value of type 'FirebaseRemoteConfigValue' exists for parameter key 'fpr_session_max_duration_min'. 2020-07-04 22:50:42.765 30662-30662/org.mircom D/LoginActivity: true 2020-07-04 22:50:42.766 30662-30662/org.mircom D/LoginActivity: AuthUsername = sip1_rs_3, AuthPassword = XscU5Nxbtd9Ycfhx, AuthDomain = sip1.mirconsip.com, Display name = rs_3 2020-07-04 22:50:42.773 30662-30777/org.mircom D/OkHttp: --> GET https://api.onsip.com/api?Action=SessionDestroy&Output=json&SessionId=228dIiG5hTimNf2TcF0KTh0QP1OFaQsz 2020-07-04 22:50:42.774 30662-30777/org.mircom D/OkHttp: --> END GET 2020-07-04 22:50:43.148 30662-30777/org.mircom D/OkHttp: <-- 200 OK https://api.onsip.com/api?Action=SessionDestroy&Output=json&SessionId=228dIiG5hTimNf2TcF0KTh0QP1OFaQsz (373ms) 2020-07-04 22:50:43.148 30662-30777/org.mircom D/OkHttp: Date: Sat, 04 Jul 2020 17:20:43 GMT 2020-07-04 22:50:43.148 30662-30777/org.mircom D/OkHttp: Server: Apache/2.2.15 (CentOS) 2020-07-04 22:50:43.148 30662-30777/org.mircom D/OkHttp: Content-Length: 378 2020-07-04 22:50:43.148 30662-30777/org.mircom D/OkHttp: Keep-Alive: timeout=5, max=98 2020-07-04 22:50:43.148 30662-30777/org.mircom D/OkHttp: Connection: Keep-Alive 2020-07-04 22:50:43.148 30662-30777/org.mircom D/OkHttp: Content-Type: application/json; charset=utf-8 2020-07-04 22:50:43.152 30662-30777/org.mircom D/OkHttp: {"Response":{"Context":{"Action":{"IsCompleted":"true"},"Request":{"IsValid":"true","DateTime":"2020-07-04T17:20:43+00:00","Duration":"13","Parameters":{"Parameter":[{"Name":"Action","Value":"SessionDestroy"},{"Name":"Output","Value":"json"},{"Name":"SessionId","Value":"228dIiG5hTimNf2TcF0KTh0QP1OFaQsz"}]}},"Session":{"IsEstablished":"false"}},"Result":{"SessionDestroy":{}}}} 2020-07-04 22:50:43.152 30662-30777/org.mircom D/OkHttp: <-- END HTTP (378-byte body) 2020-07-04 22:50:43.158 30662-30777/org.mircom W/FirebaseRemoteConfig: No value of type 'FirebaseRemoteConfigValue' exists for parameter key 'fpr_session_max_duration_min'. 2020-07-04 22:50:43.164 30662-30662/org.mircom D/LoginActivity: Session Deleted : true 2020-07-04 22:50:43.167 30662-30662/org.mircom I/LoginActivity: username: rs_3 password: XscU5Nxbtd9Ycfhx 2020-07-04 22:50:43.177 30662-30662/org.mircom I/MiEntry: linphone_proxy_config_is_server_config_changed : 0 2020-07-04 22:50:43.177 30662-30662/org.mircom I/MiEntry: Publish params have changed on proxy config [0x7e8cc6f000] 2020-07-04 22:50:43.178 30662-30662/org.mircom I/MiEntry: linphone_proxy_config_is_server_config_changed : 0 2020-07-04 22:50:43.178 30662-30662/org.mircom I/MiEntry: Publish params have not changed on proxy config [0x7e8cc6f000] 2020-07-04 22:50:43.179 30662-30662/org.mircom I/MiEntry: Invalidating friends maps for list [0x7eadced940] 2020-07-04 22:50:43.179 30662-30662/org.mircom I/MiEntry: LinphoneProxyConfig [0x7e8cc6f000] about to register (LinphoneCore version: 4.3.1-1-gee1f6d8f7) 2020-07-04 22:50:43.183 30662-30662/org.mircom I/MiEntry: get_jni_env(): thread successfuly attached 2020-07-04 22:50:43.185 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x7e8ccf1c40)] acquired [ref=0x3b0a] 2020-07-04 22:50:43.185 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15114 2020-07-04 22:50:43.185 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccf1c40]: starting transaction background task with id=[3b0a]. 2020-07-04 22:50:43.185 30662-30662/org.mircom I/MiEntry: belle_sip_client_transaction_send_request(): waiting channel to be ready 2020-07-04 22:50:43.187 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip send channel] acquired [ref=0x3aea] 2020-07-04 22:50:43.187 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15082 2020-07-04 22:50:43.187 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: starting send background task with id=[3aea]. 2020-07-04 22:50:43.189 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: starting resolution of edge.sip.onsip.com 2020-07-04 22:50:43.189 30662-30662/org.mircom I/MiEntry: channel 0x7e8cc8e140: state RES_IN_PROGRESS 2020-07-04 22:50:43.189 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccf1c40] channel state changed to [RES_IN_PROGRESS] 2020-07-04 22:50:43.189 30662-30662/org.mircom I/MiEntry: resconf using application supplied dns server list. 2020-07-04 22:50:43.189 30662-30662/org.mircom I/MiEntry: Resolver is using DNS server(s): 2020-07-04 22:50:43.189 30662-30662/org.mircom I/MiEntry: 192.168.0.1 2020-07-04 22:50:43.191 30662-30662/org.mircom I/MiEntry: resolver_process_data dns_res_check() in progress 2020-07-04 22:50:43.191 30662-30662/org.mircom I/MiEntry: DNS resolution awaiting response, queued to main loop 2020-07-04 22:50:43.191 30662-30662/org.mircom I/MiEntry: Neither Expires header nor corresponding Contact header found, checking from original request 2020-07-04 22:50:43.191 30662-30662/org.mircom I/MiEntry: Refresher [0x7e8ccf1a00] takes ownership of transaction [0x7e8ccf1c40] 2020-07-04 22:50:43.191 30662-30662/org.mircom I/MiEntry: Proxy config [0x7e8cc6f000] for identity [sip:rs_3@sip1.mirconsip.com] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] on core [0x7ea5330600] 2020-07-04 22:50:43.191 30662-30662/org.mircom I/MiEntry: _linphone_update_dependent_proxy_config(): 0x7e8cc6f000 is registered, checking for [0x7e8cc6f000] ->dependency=0x0 2020-07-04 22:50:43.192 30662-30662/org.mircom D/EventBus: No subscribers registered for event class org.mircom.event.GlobalRegistrationState 2020-07-04 22:50:43.192 30662-30662/org.mircom D/EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent 2020-07-04 22:50:43.192 30662-30662/org.mircom D/LoginActivity: RegistrationState.Progress 2020-07-04 22:50:43.192 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [registration_state_changed] 2020-07-04 22:50:43.461 30662-30662/org.mircom I/MiEntry: No SRV result for [_sip._tcp.edge.sip.onsip.com], trying A/AAAA. 2020-07-04 22:50:43.461 30662-30662/org.mircom I/MiEntry: resconf using application supplied dns server list. 2020-07-04 22:50:43.461 30662-30662/org.mircom I/MiEntry: Resolver is using DNS server(s): 2020-07-04 22:50:43.461 30662-30662/org.mircom I/MiEntry: 192.168.0.1 2020-07-04 22:50:43.463 30662-30662/org.mircom I/MiEntry: resolver_process_data dns_res_check() in progress 2020-07-04 22:50:43.463 30662-30662/org.mircom I/MiEntry: DNS resolution awaiting response, queued to main loop 2020-07-04 22:50:43.464 30662-30662/org.mircom I/MiEntry: resconf using application supplied dns server list. 2020-07-04 22:50:43.464 30662-30662/org.mircom I/MiEntry: Resolver is using DNS server(s): 2020-07-04 22:50:43.464 30662-30662/org.mircom I/MiEntry: 192.168.0.1 2020-07-04 22:50:43.465 30662-30662/org.mircom I/MiEntry: resolver_process_data dns_res_check() in progress 2020-07-04 22:50:43.466 30662-30662/org.mircom I/MiEntry: DNS resolution awaiting response, queued to main loop 2020-07-04 22:50:43.768 30662-30662/org.mircom I/MiEntry: edge.sip.onsip.com resolved to 199.7.173.180 2020-07-04 22:50:43.769 30662-30662/org.mircom I/MiEntry: channel 0x7e8cc8e140: state RES_DONE 2020-07-04 22:50:43.769 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccf1c40] channel state changed to [RES_DONE] 2020-07-04 22:50:43.769 30662-30662/org.mircom I/MiEntry: channel 0x7e8cc8e140: state CONNECTING 2020-07-04 22:50:43.769 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccf1c40] channel state changed to [CONNECTING] 2020-07-04 22:50:43.769 30662-30662/org.mircom I/MiEntry: Trying to connect to [TCP://::ffff:199.7.173.180:5060] 2020-07-04 22:50:44.075 30662-30662/org.mircom I/MiEntry: Channel has local address 192.168.0.100:44674 2020-07-04 22:50:44.075 30662-30662/org.mircom I/MiEntry: channel 0x7e8cc8e140: state READY 2020-07-04 22:50:44.076 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccf1c40] channel state changed to [READY] 2020-07-04 22:50:44.076 30662-30662/org.mircom I/MiEntry: Changing [client] [REGISTER] transaction [0x7e8ccf1c40], from state [INIT] to [TRYING] 2020-07-04 22:50:44.076 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: message sent to [TCP://edge.sip.onsip.com:5060], size: [887] bytes 2020-07-04 22:50:44.076 30662-30662/org.mircom I/MiEntry: REGISTER sip:sip1.mirconsip.com SIP/2.0 2020-07-04 22:50:44.076 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;alias;branch=z9hG4bK.TyQLT7TlF;rport 2020-07-04 22:50:44.076 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=f1bMEDqI9 2020-07-04 22:50:44.076 30662-30662/org.mircom I/MiEntry: To: sip:rs_3@sip1.mirconsip.com 2020-07-04 22:50:44.076 30662-30662/org.mircom I/MiEntry: CSeq: 20 REGISTER 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: Call-ID: ngS2Gl8H38 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: Max-Forwards: 70 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: Supported: replaces, outbound, gruu 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: Accept: application/sdp 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: Accept: text/plain 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: Accept: application/vnd.gsma.rcs-ft-http+xml 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: Contact: sip:rs_3@192.168.0.100:44674;transport=tcp;pn-app=MiEntry;pn-type=firebase;pn-tok=eGBoOR2iTGOexfpFSMSQtD:APA91bFZY0Y5PmPunOgQW3jDvjuUCMCC805ZTTUK32duI0Fd0ptSSZE4kQkdovOKAzGcqoPaEpD7OPZJjK48caihbU2CJhXANluHVhA3RXxLPLolPS10_USCAwdBfQzmdlo6MyL7oJNs;pn-bundle-id=org.mircom;app-id=org.mircom;+sip.instance="" 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: Expires: 86400 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: Content-Length: 0 2020-07-04 22:50:44.077 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: ending send background task with id=[3aea]. 2020-07-04 22:50:44.080 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3aea] 2020-07-04 22:50:44.384 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x3a9a] 2020-07-04 22:50:44.384 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15002 2020-07-04 22:50:44.384 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: starting recv background task with id=[3a9a]. 2020-07-04 22:50:44.385 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: received [484] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-04 22:50:44.386 30662-30662/org.mircom I/MiEntry: SIP/2.0 200 OK 2020-07-04 22:50:44.386 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;received=103.71.78.80;alias;branch=z9hG4bK.TyQLT7TlF;rport=44674 2020-07-04 22:50:44.386 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=f1bMEDqI9 2020-07-04 22:50:44.386 30662-30662/org.mircom I/MiEntry: To: sip:rs_3@sip1.mirconsip.com;tag=9d079adf30be9ee6222f98d845a8175e.5e16 2020-07-04 22:50:44.386 30662-30662/org.mircom I/MiEntry: CSeq: 20 REGISTER 2020-07-04 22:50:44.386 30662-30662/org.mircom I/MiEntry: Call-ID: ngS2Gl8H38 2020-07-04 22:50:44.386 30662-30662/org.mircom I/MiEntry: Contact: sip:rs_3@103.71.78.80:44674;transport=tcp;pn-key=86348083b3305ab0414034f887168414;received=103.71.78.80;expires=86400 2020-07-04 22:50:44.386 30662-30662/org.mircom I/MiEntry: Server: OpenSIPS (1.11.8-notls (x86_64/linux)) 2020-07-04 22:50:44.386 30662-30662/org.mircom I/MiEntry: Content-Length: 0 2020-07-04 22:50:44.396 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140] [484] bytes parsed 2020-07-04 22:50:44.396 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: discovered public ip and port are [103.71.78.80:44674] 2020-07-04 22:50:44.396 30662-30662/org.mircom I/MiEntry: Found transaction matching response. 2020-07-04 22:50:44.397 30662-30662/org.mircom I/MiEntry: Changing [client] [REGISTER] transaction [0x7e8ccf1c40], from state [TRYING] to [COMPLETED] 2020-07-04 22:50:44.397 30662-30662/org.mircom I/MiEntry: Refresher [0x7e8ccf1a00]: contact address [192.168.0.100:44674] does not match channel address[103.71.78.80:44674] on channel [0x7e8cc8e140] 2020-07-04 22:50:44.397 30662-30662/org.mircom I/MiEntry: belle_sip_refresher_start(): refresher [0x7e8ccf1a00] is resubmitting request because contact sent was not correct in original request. 2020-07-04 22:50:44.400 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x7e8ccabdc0)] acquired [ref=0x3b66] 2020-07-04 22:50:44.400 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15206 2020-07-04 22:50:44.400 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccabdc0]: starting transaction background task with id=[3b66]. 2020-07-04 22:50:44.401 30662-30662/org.mircom I/MiEntry: Changing [client] [REGISTER] transaction [0x7e8ccabdc0], from state [INIT] to [TRYING] 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: message sent to [TCP://edge.sip.onsip.com:5060], size: [886] bytes 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: REGISTER sip:sip1.mirconsip.com SIP/2.0 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;alias;branch=z9hG4bK.8aNp4ey5H;rport 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=f1bMEDqI9 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: To: sip:rs_3@sip1.mirconsip.com 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: CSeq: 21 REGISTER 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Call-ID: ngS2Gl8H38 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Max-Forwards: 70 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Supported: replaces, outbound, gruu 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Accept: application/sdp 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Accept: text/plain 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Accept: application/vnd.gsma.rcs-ft-http+xml 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Contact: sip:rs_3@103.71.78.80:44674;transport=tcp;pn-app=MiEntry;pn-type=firebase;pn-tok=eGBoOR2iTGOexfpFSMSQtD:APA91bFZY0Y5PmPunOgQW3jDvjuUCMCC805ZTTUK32duI0Fd0ptSSZE4kQkdovOKAzGcqoPaEpD7OPZJjK48caihbU2CJhXANluHVhA3RXxLPLolPS10_USCAwdBfQzmdlo6MyL7oJNs;pn-bundle-id=org.mircom;app-id=org.mircom;+sip.instance="" 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Expires: 86400 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Content-Length: 0 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Changing [client] [REGISTER] transaction [0x7e8ccf1c40], from state [COMPLETED] to [TERMINATED] 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: Client internal REGISTER transaction [0x7e8ccf1c40] terminated 2020-07-04 22:50:44.402 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccf1c40]: ending transaction background task with id=[3b0a]. 2020-07-04 22:50:44.404 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3b0a] 2020-07-04 22:50:44.404 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: ending recv background task with id=[3a9a]. 2020-07-04 22:50:44.405 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3a9a] 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x3a92] 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 14994 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: starting recv background task with id=[3a92]. 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: received [484] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: SIP/2.0 200 OK 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;received=103.71.78.80;alias;branch=z9hG4bK.8aNp4ey5H;rport=44674 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=f1bMEDqI9 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: To: sip:rs_3@sip1.mirconsip.com;tag=9d079adf30be9ee6222f98d845a8175e.6692 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: CSeq: 21 REGISTER 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: Call-ID: ngS2Gl8H38 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: Contact: sip:rs_3@103.71.78.80:44674;transport=tcp;pn-key=86348083b3305ab0414034f887168414;received=103.71.78.80;expires=86400 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: Server: OpenSIPS (1.11.8-notls (x86_64/linux)) 2020-07-04 22:50:44.791 30662-30662/org.mircom I/MiEntry: Content-Length: 0 2020-07-04 22:50:44.804 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140] [484] bytes parsed 2020-07-04 22:50:44.804 30662-30662/org.mircom I/MiEntry: Found transaction matching response. 2020-07-04 22:50:44.804 30662-30662/org.mircom I/MiEntry: Changing [client] [REGISTER] transaction [0x7e8ccabdc0], from state [TRYING] to [COMPLETED] 2020-07-04 22:50:44.804 30662-30662/org.mircom I/MiEntry: Refresher [0x7e8ccf1a00]: has no contact for request [0x7e8ccee080]. 2020-07-04 22:50:44.804 30662-30662/org.mircom I/MiEntry: Refresher[0x7e8ccf1a00]: scheduling next timer in 77760000 ms for purpose [normal refresh] 2020-07-04 22:50:44.805 30662-30662/org.mircom I/MiEntry: Register refresher [200] reason [OK] for proxy [<sip:edge.sip.onsip.com;transport=tcp>] 2020-07-04 22:50:44.805 30662-30662/org.mircom I/MiEntry: Proxy config [0x7e8cc6f000] for identity [sip:rs_3@sip1.mirconsip.com] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] on core [0x7ea5330600] 2020-07-04 22:50:44.805 30662-30662/org.mircom I/MiEntry: Updating friends for identity [sip:rs_3@sip1.mirconsip.com] on core [0x7ea5330600] 2020-07-04 22:50:44.805 30662-30662/org.mircom I/MiEntry: _linphone_update_dependent_proxy_config(): 0x7e8cc6f000 is registered, checking for [0x7e8cc6f000] ->dependency=0x0 2020-07-04 22:50:44.806 30662-30662/org.mircom D/EventBus: No subscribers registered for event class org.mircom.event.GlobalRegistrationState 2020-07-04 22:50:44.807 30662-30662/org.mircom D/EventBus: No subscribers registered for event class org.greenrobot.eventbus.NoSubscriberEvent 2020-07-04 22:50:44.807 30662-30662/org.mircom D/LoginActivity: RegistrationState.Ok user logged in success 2020-07-04 22:50:44.817 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Starting Service as Foreground 2020-07-04 22:50:44.821 30662-30662/org.mircom I/Timeline: Timeline: Activity_launch_request time:68791987 2020-07-04 22:50:44.841 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [registration_state_changed] 2020-07-04 22:50:44.841 30662-30662/org.mircom I/MiEntry: Changing [client] [REGISTER] transaction [0x7e8ccabdc0], from state [COMPLETED] to [TERMINATED] 2020-07-04 22:50:44.841 30662-30662/org.mircom I/MiEntry: Client internal REGISTER transaction [0x7e8ccabdc0] terminated 2020-07-04 22:50:44.841 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccabdc0]: ending transaction background task with id=[3b66]. 2020-07-04 22:50:44.842 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3b66] 2020-07-04 22:50:44.842 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: ending recv background task with id=[3a92]. 2020-07-04 22:50:44.843 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3a92] 2020-07-04 22:50:44.863 30662-30662/org.mircom I/MiEntry: [Service] onStartCommand 2020-07-04 22:50:44.865 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Starting Service as foreground 2020-07-04 22:50:44.865 30662-30662/org.mircom I/MiEntry: [Service] Background service mode enabled, displaying notification 2020-07-04 22:50:44.903 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity paused:org.mircom.activities.LoginActivity@65816ae 2020-07-04 22:50:44.903 30662-30662/org.mircom I/MiEntry: [Activity Monitor] runningActivities=0 2020-07-04 22:50:44.906 30662-30697/org.mircom V/FA: Recording user engagement, ms: 7793 2020-07-04 22:50:44.907 30662-30697/org.mircom V/FA: Connecting to remote service 2020-07-04 22:50:44.909 30662-30697/org.mircom V/FA: Activity paused, time: 210746660 2020-07-04 22:50:44.919 30662-30662/org.mircom W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@3e9ae63 2020-07-04 22:50:44.936 30662-30662/org.mircom V/FA: onActivityCreated 2020-07-04 22:50:44.937 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity created:org.mircom.activities.HomeActivity@2a7fc8c 2020-07-04 22:50:44.994 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:45.000 30662-30662/org.mircom I/MiEntry: Activity started:org.mircom.activities.HomeActivity@2a7fc8c 2020-07-04 22:50:45.028 30662-30662/org.mircom I/MiEntry: linphone_core_get_call_history(): completed in 1 ms 2020-07-04 22:50:45.031 30662-30697/org.mircom V/FA: Activity resumed, time: 210746787 2020-07-04 22:50:45.031 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.HomeActivity@2a7fc8c 2020-07-04 22:50:45.031 30662-30662/org.mircom I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-04 22:50:45.120 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:45.121 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:45.121 30662-30697/org.mircom D/FA: Connected to remote service 2020-07-04 22:50:45.123 30662-30697/org.mircom V/FA: Processing queued up service tasks: 4 2020-07-04 22:50:45.670 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity stopped:org.mircom.activities.LoginActivity@65816ae 2020-07-04 22:50:45.673 30662-30662/org.mircom I/MiEntry: Callbacks [0x7e8df73e70] unregistered on core [0x7ea5330600] 2020-07-04 22:50:45.674 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity destroyed:org.mircom.activities.LoginActivity@65816ae 2020-07-04 22:50:47.049 30662-30668/org.mircom I/org.mircom: Compiler allocated 4MB to compile void android.widget.TextView.(android.content.Context, android.util.AttributeSet, int, int) 2020-07-04 22:50:48.004 30662-30662/org.mircom I/AssistStructure: Flattened final assist data: 8120 bytes, containing 1 windows, 32 views 2020-07-04 22:50:50.174 30662-30697/org.mircom V/FA: Inactivity, disconnecting from the service 2020-07-04 22:50:52.683 30662-30662/org.mircom I/MiEntry: New MediaSession [0x7e8d62f018] initialized (LinphoneCore version: 4.3.1-1-gee1f6d8f7) 2020-07-04 22:50:52.686 30662-30662/org.mircom I/MiEntry: Found media local-ip from signaling. 2020-07-04 22:50:52.686 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018], stream type [audio], multicast role is [inactive] 2020-07-04 22:50:52.686 30662-30662/org.mircom I/MiEntry: RtpSession bound to [::0] ports [7078] [7079] 2020-07-04 22:50:52.686 30662-30662/org.mircom I/MiEntry: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2020-07-04 22:50:52.686 30662-30662/org.mircom I/MiEntry: Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_80 2020-07-04 22:50:52.686 30662-30662/org.mircom I/MiEntry: Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_32 2020-07-04 22:50:52.686 30662-30662/org.mircom I/MiEntry: Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_80 2020-07-04 22:50:52.686 30662-30662/org.mircom I/MiEntry: Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_32 2020-07-04 22:50:52.686 30662-30662/org.mircom I/MiEntry: Creating ZRTP engine on rtp session [0x7e8cedec00] ssrc 0x87289fd9 2020-07-04 22:50:52.687 30662-30662/org.mircom I/MiEntry: Setting DSCP to 46 for MSAudio stream. 2020-07-04 22:50:52.687 30662-30662/org.mircom I/MiEntry: Equalizer location: hp 2020-07-04 22:50:52.688 30662-30662/org.mircom I/MiEntry: cannot set noise gate mode to [0] because no volume send 2020-07-04 22:50:52.689 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018], stream type [video], multicast role is [inactive] 2020-07-04 22:50:52.689 30662-30662/org.mircom I/MiEntry: RtpSession bound to [::0] ports [9078] [9079] 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: Initializing multistream ZRTP context on rtp session [0x7e8c2a1400] ssrc 0x9885fd20 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: Setting DSCP to 0 for MSVideo stream. 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018], stream type [text], multicast role is [inactive] 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: RtpSession bound to [::0] ports [11078] [11079] 2020-07-04 22:50:52.696 30662-30662/org.mircom I/MiEntry: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2020-07-04 22:50:52.697 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_created] 2020-07-04 22:50:52.697 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018] moving from state State::Idle to State::OutgoingInit 2020-07-04 22:50:52.702 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Call notification notifiable is Id: 5, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.OutgoingCallActivity 2020-07-04 22:50:52.702 30662-30662/org.mircom I/NotificationManager: [Notifications Manager] Call notification notifiable is Id: 5, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.OutgoingCallActivity 2020-07-04 22:50:52.704 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Notifying 5 2020-07-04 22:50:52.706 30662-30662/org.mircom I/Timeline: Timeline: Activity_launch_request time:68799873 2020-07-04 22:50:52.816 30662-30662/org.mircom W/AudioManager: Use of stream types is deprecated for operations other than volume control 2020-07-04 22:50:52.816 30662-30662/org.mircom W/AudioManager: See the documentation of requestAudioFocus() for what to use instead with android.media.AudioAttributes to qualify your playback use case 2020-07-04 22:50:52.817 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-04 22:50:52.818 30662-30662/org.mircom I/MiEntry: Found media local-ip from signaling. 2020-07-04 22:50:52.820 30662-30662/org.mircom I/MiEntry: Don't put text stream on local offer for CallSession [0x7e8d62f018] 2020-07-04 22:50:52.821 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSRtpRecv:0x7e8ce1fb80,0-->MSVoidSink:0x7e8ce1f280,0 2020-07-04 22:50:52.821 30662-30662/org.mircom I/MiEntry: Contact has been fixed using proxy 2020-07-04 22:50:52.821 30662-30662/org.mircom I/MiEntry: [sip:rs_3@sip1.mirconsip.com] calling ["rs_2" sip:rs_2@sip1.mirconsip.com] on op [0x7e8c2f8300] 2020-07-04 22:50:52.823 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x7e8d88dfe0)] acquired [ref=0x3c66] 2020-07-04 22:50:52.823 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15462 2020-07-04 22:50:52.823 30662-30662/org.mircom I/MiEntry: transaction [0x7e8d88dfe0]: starting transaction background task with id=[3c66]. 2020-07-04 22:50:52.823 30662-30662/org.mircom I/MiEntry: Changing [client] [INVITE] transaction [0x7e8d88dfe0], from state [INIT] to [CALLING] 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: message sent to [TCP://edge.sip.onsip.com:5060], size: [1756] bytes 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: INVITE sip:rs_2@sip1.mirconsip.com SIP/2.0 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;branch=z9hG4bK.C7Rb~6I21;rport 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=KzXQfDRdg 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: CSeq: 20 INVITE 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: Call-ID: 42H~QWYeaW 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: Max-Forwards: 70 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: Route: <sip:edge.sip.onsip.com;transport=tcp;lr> 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: Supported: replaces, outbound, gruu 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: Content-Type: application/sdp 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: Content-Length: 968 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: Contact: sip:rs_3@103.71.78.80:44674;pn-key=86348083b3305ab0414034f887168414;received=103.71.78.80;transport=tcp;expires=86400;+sip.instance="" 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: v=0 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: o=rs_3 189 3554 IN IP4 192.168.0.100 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: s=Talk 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: c=IN IP4 192.168.0.100 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: t=0 0 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: m=audio 7078 RTP/AVPF 96 97 98 0 8 101 99 100 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:96 opus/48000/2 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=fmtp:96 useinbandfec=1 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:97 speex/16000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=fmtp:97 vbr=on 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:98 speex/8000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=fmtp:98 vbr=on 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:101 telephone-event/48000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:99 telephone-event/16000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:100 telephone-event/8000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: m=video 9078 RTP/AVPF 96 97 98 99 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:96 VP8/90000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:97 H264/90000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=fmtp:97 profile-level-id=42801F 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:98 H265/90000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtpmap:99 MP4V-ES/90000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=fmtp:99 profile-level-id=3 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 nack pli 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 nack sli 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 ack rpsi 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 ccm fir 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:97 nack pli 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:97 ccm fir 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:98 nack pli 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:98 ccm fir 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:99 nack pli 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:99 ccm fir 2020-07-04 22:50:52.824 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018] moving from state State::OutgoingInit to State::OutgoingProgress 2020-07-04 22:50:52.826 30662-30662/org.mircom W/MiEntry: [MientryContext] DTMF Received OutgoingProgress 2020-07-04 22:50:52.827 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-04 22:50:52.831 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity paused:org.mircom.activities.HomeActivity@2a7fc8c 2020-07-04 22:50:52.831 30662-30662/org.mircom I/MiEntry: [Activity Monitor] runningActivities=0 2020-07-04 22:50:52.833 30662-30800/org.mircom I/MiEntry: Priority used: 99 2020-07-04 22:50:52.833 30662-30800/org.mircom I/MiEntry: MSAudio MSTicker priority increased to maximum. 2020-07-04 22:50:52.837 30662-30697/org.mircom V/FA: Recording user engagement, ms: 7807 2020-07-04 22:50:52.844 30662-30697/org.mircom V/FA: Connecting to remote service 2020-07-04 22:50:52.845 30662-30662/org.mircom W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@5afd10c 2020-07-04 22:50:52.847 30662-30697/org.mircom V/FA: Activity paused, time: 210754588 2020-07-04 22:50:52.859 30662-30662/org.mircom V/FA: onActivityCreated 2020-07-04 22:50:52.860 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity created:org.mircom.activities.OutgoingCallActivity@47c8536 2020-07-04 22:50:52.905 30662-30662/org.mircom I/MiEntry: Activity started:org.mircom.activities.OutgoingCallActivity@47c8536 2020-07-04 22:50:52.908 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.OutgoingCallActivity@47c8536 2020-07-04 22:50:52.909 30662-30662/org.mircom I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-04 22:50:52.911 30662-30662/org.mircom I/MiEntry: Core callbacks [0x7e8d7c3820] registered on core [0x7ea5330600] 2020-07-04 22:50:53.006 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:53.007 30662-30697/org.mircom V/FA: Activity resumed, time: 210754664 2020-07-04 22:50:53.090 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:53.090 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:50:53.090 30662-30697/org.mircom D/FA: Connected to remote service 2020-07-04 22:50:53.091 30662-30697/org.mircom V/FA: Processing queued up service tasks: 4 2020-07-04 22:50:53.270 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x3d56] 2020-07-04 22:50:53.270 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15702 2020-07-04 22:50:53.270 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: starting recv background task with id=[3d56]. 2020-07-04 22:50:53.270 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: received [316] new bytes from [TCP://edge.sip.onsip.com:5060]: SIP/2.0 100 Giving a try Via: SIP/2.0/TCP 192.168.0.100:44674;received=103.71.78.80;branch=z9hG4bK.C7Rb~6I21;rport=44674 From: sip:rs_3@sip1.mirconsip.com;tag=KzXQfDRdg To: "rs_2" sip:rs_2@sip1.mirconsip.com CSeq: 20 INVITE Call-ID: 42H~QWYeaW Server: OpenSIPS (2.4.5 (x86_64/linux)) Content-Length: 0 2020-07-04 22:50:53.276 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140] [316] bytes parsed 2020-07-04 22:50:53.276 30662-30662/org.mircom I/MiEntry: Found transaction matching response. 2020-07-04 22:50:53.276 30662-30662/org.mircom I/MiEntry: Changing [client] [INVITE] transaction [0x7e8d88dfe0], from state [CALLING] to [PROCEEDING] 2020-07-04 22:50:53.276 30662-30662/org.mircom I/MiEntry: op [0x7e8c2f8300] : set_or_update_dialog() current=[0x0] new=[0x0] 2020-07-04 22:50:53.276 30662-30662/org.mircom I/MiEntry: Op [0x7e8c2f8300] receiving call response [100], dialog is [0x0] in state [BELLE_SIP_DIALOG_NULL] 2020-07-04 22:50:53.276 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: ending recv background task with id=[3d56]. 2020-07-04 22:50:53.278 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3d56] 2020-07-04 22:50:53.523 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity stopped:org.mircom.activities.HomeActivity@2a7fc8c 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x3d36] 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15670 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: starting recv background task with id=[3d36]. 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: received [827] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: SIP/2.0 180 Ringing 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;received=103.71.78.80;branch=z9hG4bK.C7Rb~6I21;rport=44674 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=KzXQfDRdg 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=0uBKE~I 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Call-ID: 42H~QWYeaW 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: CSeq: 20 INVITE 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Galaxy M21) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Supported: replaces, outbound, gruu 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;did=82a.24c9c386;pr=3> 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;nc=1;did=82a.14c9c386> 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:55.224 30662-30662/org.mircom I/MiEntry: Content-Length: 0 2020-07-04 22:50:55.236 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140] [827] bytes parsed 2020-07-04 22:50:55.237 30662-30662/org.mircom I/MiEntry: Found transaction matching response. 2020-07-04 22:50:55.237 30662-30662/org.mircom I/MiEntry: New client dialog [0x7e8c3f0100] , local tag [KzXQfDRdg], remote tag [0uBKE~I] 2020-07-04 22:50:55.237 30662-30662/org.mircom I/MiEntry: Dialog [0x7e8c3f0100]: now updated by transaction [0x7e8d88dfe0]. 2020-07-04 22:50:55.237 30662-30662/org.mircom I/MiEntry: op [0x7e8c2f8300] : set_or_update_dialog() current=[0x0] new=[0x7e8c3f0100] 2020-07-04 22:50:55.237 30662-30662/org.mircom I/MiEntry: Op [0x7e8c2f8300] receiving call response [180], dialog is [0x7e8c3f0100] in state [BELLE_SIP_DIALOG_EARLY] 2020-07-04 22:50:55.237 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSRtpRecv:0x7e8ce1fb80,0-->MSVoidSink:0x7e8ce1f280,0 2020-07-04 22:50:55.239 30662-30662/org.mircom I/MiEntry: speex_lib_ctl init with neon ? 1 2020-07-04 22:50:55.243 30662-30662/org.mircom I/MiEntry: Configuring resampler input with rate=[8000], nchannels=[1] 2020-07-04 22:50:55.244 30662-30662/org.mircom I/MiEntry: MSFilePlayer[0x7e8ce1fb80]: /data/user/0/org.mircom/files/share/sounds/linphone/ringback.wav opened: rate=8000,channel=1 2020-07-04 22:50:55.244 30662-30662/org.mircom I/MiEntry: configuring resampler output to rate=[48000], nchannels=[1] 2020-07-04 22:50:55.244 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSFilePlayer:0x7e8ce1fb80,0-->MSDtmfGen:0x7e8ce1f280,0 2020-07-04 22:50:55.244 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSDtmfGen:0x7e8ce1f280,0-->MSResample:0x7e8cc42980,0 2020-07-04 22:50:55.244 30662-30921/org.mircom I/MiEntry: Priority used: 99 2020-07-04 22:50:55.244 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSResample:0x7e8cc42980,0-->MSOpenSLESPlayer:0x7e8c193800,0 2020-07-04 22:50:55.244 30662-30662/org.mircom I/MiEntry: Initializing speex resampler in mode [voip] 2020-07-04 22:50:55.245 30662-30921/org.mircom I/MiEntry: Ring MSTicker priority increased to maximum. 2020-07-04 22:50:55.245 30662-30662/org.mircom I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1) 2020-07-04 22:50:55.246 30662-30662/org.mircom D/AudioTrack: get packages (org.mircom) for calling UID 10360 2020-07-04 22:50:55.246 30662-30662/org.mircom D/AudioTrack: set(): Force removing AUDIO_OUTPUT_FLAG_RAW 2020-07-04 22:50:55.258 30662-30662/org.mircom W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 9620 2020-07-04 22:50:55.278 30662-30662/org.mircom I/MiEntry: Remote ringing... 2020-07-04 22:50:55.278 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018] moving from state State::OutgoingProgress to State::OutgoingRinging 2020-07-04 22:50:55.279 30662-30662/org.mircom W/MiEntry: [MientryContext] DTMF Received OutgoingRinging 2020-07-04 22:50:55.279 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-04 22:50:55.279 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: ending recv background task with id=[3d36]. 2020-07-04 22:50:55.280 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3d36] 2020-07-04 22:50:58.007 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x3d22] 2020-07-04 22:50:58.007 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15650 2020-07-04 22:50:58.007 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: starting recv background task with id=[3d22]. 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: received [2222] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: SIP/2.0 200 Ok 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;received=103.71.78.80;branch=z9hG4bK.C7Rb~6I21;rport=44674 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=KzXQfDRdg 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=0uBKE~I 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Call-ID: 42H~QWYeaW 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: CSeq: 20 INVITE 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Galaxy M21) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Supported: replaces, outbound, gruu 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Contact: sip:rs_2*103.71.78.80!44142@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr;expires=86400;+sip.instance="" 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Content-Type: application/sdp 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Content-Length: 1064 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;did=82a.24c9c386;pr=3> 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;nc=1;did=82a.14c9c386> 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: v=0 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: o=rs_2 2356 931 IN IP4 199.7.173.72 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: s=Talk 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: c=IN IP4 199.7.173.72 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: t=0 0 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: m=audio 55732 RTP/AVPF 96 97 98 0 8 101 99 100 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtpmap:96 opus/48000/2 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtpmap:97 speex/16000 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtpmap:98 speex/8000 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtpmap:0 PCMU/8000 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtpmap:8 PCMA/8000 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtpmap:101 telephone-event/48000 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtpmap:99 telephone-event/16000 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtpmap:100 telephone-event/8000 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=fmtp:96 useinbandfec=1 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=fmtp:97 vbr=on 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=fmtp:98 vbr=on 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=sendrecv 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtcp:55733 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: m=video 55768 RTP/AVPF 96 97 98 99 2020-07-04 22:50:58.008 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 nack pli 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 nack sli 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 ack rpsi 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 ccm fir 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:97 nack pli 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:97 ccm fir 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:98 nack pli 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:98 ccm fir 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:99 nack pli 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:99 ccm fir 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtpmap:96 VP8/90000 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtpmap:97 H264/90000 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtpmap:98 H265/90000 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtpmap:99 MP4V-ES/90000 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=fmtp:97 profile-level-id=42801F 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=fmtp:99 profile-level-id=3 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=sendrecv 2020-07-04 22:50:58.009 30662-30662/org.mircom I/MiEntry: a=rtcp:55769 2020-07-04 22:50:58.041 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140] [1158] bytes parsed 2020-07-04 22:50:58.041 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140] read [1064] bytes of body from [edge.sip.onsip.com:5060] 2020-07-04 22:50:58.041 30662-30662/org.mircom I/MiEntry: Found transaction matching response. 2020-07-04 22:50:58.041 30662-30662/org.mircom I/MiEntry: Changing [client] [INVITE] transaction [0x7e8d88dfe0], from state [PROCEEDING] to [ACCEPTED] 2020-07-04 22:50:58.041 30662-30662/org.mircom I/MiEntry: Dialog [0x7e8c3f0100]: now updated by transaction [0x7e8d88dfe0]. 2020-07-04 22:50:58.042 30662-30662/org.mircom I/MiEntry: op [0x7e8c2f8300] : set_or_update_dialog() current=[0x7e8c3f0100] new=[0x7e8c3f0100] 2020-07-04 22:50:58.043 30662-30662/org.mircom I/MiEntry: Op [0x7e8c2f8300] receiving call response [200], dialog is [0x7e8c3f0100] in state [BELLE_SIP_DIALOG_CONFIRMED] 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload opus/48000 fmtp=useinbandfec=1 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload speex/16000 fmtp=vbr=on 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload speex/8000 fmtp=vbr=on 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload PCMU/8000 fmtp= 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload PCMA/8000 fmtp= 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload telephone-event/48000 fmtp= 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload telephone-event/16000 fmtp= 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload telephone-event/8000 fmtp= 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload VP8/90000 fmtp= 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload H264/90000 fmtp=profile-level-id=42801F 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload H265/90000 fmtp= 2020-07-04 22:50:58.057 30662-30662/org.mircom I/MiEntry: Found payload MP4V-ES/90000 fmtp=profile-level-id=3 2020-07-04 22:50:58.058 30662-30662/org.mircom I/MiEntry: Doing SDP offer/answer process of type outgoing 2020-07-04 22:50:58.058 30662-30662/org.mircom I/MiEntry: Processing for stream 0 2020-07-04 22:50:58.058 30662-30662/org.mircom I/MiEntry: Doing offer/answer processing with specific provider for codec [opus] 2020-07-04 22:50:58.058 30662-30662/org.mircom I/MiEntry: Processing for stream 1 2020-07-04 22:50:58.058 30662-30662/org.mircom I/MiEntry: Doing offer/answer processing with specific provider for codec [H264] 2020-07-04 22:50:58.058 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018] moving from state State::OutgoingRinging to State::Connected 2020-07-04 22:50:58.061 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Call notification notifiable is Id: 5, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.CallActivity 2020-07-04 22:50:58.061 30662-30662/org.mircom I/NotificationManager: [Notifications Manager] Call notification notifiable is Id: 5, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.CallActivity 2020-07-04 22:50:58.064 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Notifying 5 2020-07-04 22:50:58.069 30662-30662/org.mircom I/Timeline: Timeline: Activity_launch_request time:68805235 2020-07-04 22:50:58.109 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-04 22:50:58.110 30662-30662/org.mircom D/AudioTrack: stop() called with 143040 frames delivered 2020-07-04 22:50:58.113 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSFilePlayer:0x7e8ce1fb80,0-->MSDtmfGen:0x7e8ce1f280,0 2020-07-04 22:50:58.113 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSDtmfGen:0x7e8ce1f280,0-->MSResample:0x7e8cc42980,0 2020-07-04 22:50:58.113 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSResample:0x7e8cc42980,0-->MSOpenSLESPlayer:0x7e8c193800,0 2020-07-04 22:50:58.116 30662-30921/org.mircom I/MiEntry: Ring MSTicker thread exiting 2020-07-04 22:50:58.116 30662-30662/org.mircom I/MiEntry: startStreams() CallSession=[0x7e8d62f018] local upload_bandwidth=[0] kbit/s; local download_bandwidth=[0] kbit/s 2020-07-04 22:50:58.116 30662-30662/org.mircom I/MiEntry: Audio bandwidth for CallSession [0x7e8d62f018] is 50 2020-07-04 22:50:58.116 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018] - setting up advanced rate control 2020-07-04 22:50:58.116 30662-30662/org.mircom I/MiEntry: RtpSession [0x7e8cedec00] sending to rtp [::ffff:199.7.173.72]:55732 rtcp [::ffff:199.7.173.72]:55733 2020-07-04 22:50:58.116 30662-30662/org.mircom I/MiEntry: Stun packet sent for session [0x7e8cedec00] 2020-07-04 22:50:58.116 30662-30662/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:50:58.116 30662-30662/org.mircom I/MiEntry: opus stereo support is deactivated because of incompatible features targeted for this AudioStream 2020-07-04 22:50:58.117 30662-30662/org.mircom I/MiEntry: speex_lib_ctl init with neon ? 1 2020-07-04 22:50:58.117 30662-30662/org.mircom I/MiEntry: speex_lib_ctl init with neon ? 1 2020-07-04 22:50:58.117 30662-30662/org.mircom I/MiEntry: target bitrate not set for stream [0x7e8d708a80] using payload's bitrate is 50000 2020-07-04 22:50:58.117 30662-30662/org.mircom I/MiEntry: Setting audio encoder network bitrate to [50000] on stream [0x7e8d708a80] 2020-07-04 22:50:58.117 30662-30662/org.mircom I/MiEntry: opus setbitrate to 50000 2020-07-04 22:50:58.117 30662-30662/org.mircom I/MiEntry: Decoder has FEC capabilities 2020-07-04 22:50:58.120 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:58.120 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:58.120 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:58.120 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:58.123 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:58.123 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:58.123 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:58.123 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:58.123 30662-30662/org.mircom I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-04 22:50:58.125 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:58.125 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:58.125 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:58.125 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:58.125 30662-30662/org.mircom I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: configuring MSOpenSLESRecorder:0x7e8c193800-->MSOpusEnc:0x7e8ce1fb80 from rate [48000] to rate [48000] and from channel [1] to channel [1] 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: configuring MSOpusDec:0x7e8c193a00-->MSOpenSLESPlayer:0x7e8ce1f280 from rate [48000] to rate [48000] and from channel [1] to channel [1] 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSOpenSLESRecorder:0x7e8c193800,0-->MSResample:0x7e8c193f00,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSResample:0x7e8c193f00,0-->MSEqualizer:0x7e8c193c00,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSEqualizer:0x7e8c193c00,0-->MSVolume:0x7e8ce1f780,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSVolume:0x7e8ce1f780,0-->MSAudioMixer:0x7e8c193980,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSAudioMixer:0x7e8c193980,0-->MSOpusEnc:0x7e8ce1fb80,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSOpusEnc:0x7e8ce1fb80,0-->MSRtpSend:0x7e8ce1f680,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSRtpRecv:0x7e8cc42980,0-->MSOpusDec:0x7e8c193a00,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSOpusDec:0x7e8c193a00,0-->MSAudioFlowControl:0x7e8c9a2000,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSAudioFlowControl:0x7e8c9a2000,0-->MSDtmfGen:0x7e8c3cbb00,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSDtmfGen:0x7e8c3cbb00,0-->MSVolume:0x7e8c193a80,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSVolume:0x7e8c193a80,0-->MSEqualizer:0x7e8c193f80,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSEqualizer:0x7e8c193f80,0-->MSAudioMixer:0x7e8c9a2080,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: speex_lib_ctl init with neon ? 1 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSFilePlayer:0x7e8c9a2100,0-->MSResample:0x7e8c9a2180,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSResample:0x7e8c9a2180,0-->MSAudioMixer:0x7e8c9a2080,1 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSAudioMixer:0x7e8c9a2080,0-->MSResample:0x7e8c193900,0 2020-07-04 22:50:58.126 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSResample:0x7e8c193900,0-->MSOpenSLESPlayer:0x7e8ce1f280,0 2020-07-04 22:50:58.126 30662-30662/org.mircom W/libOpenSLES: Conversion from OpenSL ES positional channel mask 0x4 to Android mask 0 loses channels 2020-07-04 22:50:58.126 30662-30662/org.mircom I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x10 based on channel count of 1) 2020-07-04 22:50:58.126 30662-30662/org.mircom D/AudioRecord: set(): inputSource 7, sampleRate 48000, format 0x1, channelMask 0x10, frameCount 0, notificationFrames 0, sessionId 0, transferType 1, flags 0x5, opPackageName uid -1, pid -1 2020-07-04 22:50:58.228 30662-30662/org.mircom I/MiEntry: Initializing speex resampler in mode [voip] 2020-07-04 22:50:58.229 30662-30662/org.mircom I/MiEntry: MSOpusEnc: codec bitrate set to [34000] with ptime [20] 2020-07-04 22:50:58.229 30662-30662/org.mircom I/MiEntry: Setting opus codec bitrate to [34000] from network bitrate [50000] with ptime [20] 2020-07-04 22:50:58.229 30662-30662/org.mircom I/MiEntry: Initializing speex resampler in mode [voip] 2020-07-04 22:50:58.229 30662-30662/org.mircom I/MiEntry: Initializing speex resampler in mode [voip] 2020-07-04 22:50:58.230 30662-30662/org.mircom I/libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x4, using default mask 0x1 based on channel count of 1) 2020-07-04 22:50:58.231 30662-30662/org.mircom D/AudioTrack: get packages (org.mircom) for calling UID 10360 2020-07-04 22:50:58.232 30662-30662/org.mircom D/AudioTrack: set(): Force removing AUDIO_OUTPUT_FLAG_RAW 2020-07-04 22:50:58.234 30662-30800/org.mircom W/MiEntry: MSAudio MSTicker: We are late of 53 miliseconds. 2020-07-04 22:50:58.235 30662-30662/org.mircom W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 1924 2020-07-04 22:50:58.252 30662-30800/org.mircom I/MiEntry: MSAudioMixer [0x7e8c193980] is entering bypass mode. 2020-07-04 22:50:58.253 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:58.253 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:58.253 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:58.253 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:58.253 30662-30662/org.mircom I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Setting video size 640x480 on stream [0x7e8d70ab00] 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018] - setting up advanced rate control 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: startVideoStream: device_rotation=0 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: RtpSession [0x7e8c2a1400] sending to rtp [::ffff:199.7.173.72]:55768 rtcp [::ffff:199.7.173.72]:55769 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Using permissive algorithm 2020-07-04 22:50:58.263 30662-30662/org.mircom W/MiEntry: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted. 2020-07-04 22:50:58.263 30662-30662/org.mircom W/MiEntry: Fail to increase socket's send buffer size with SO_SNDBUFFORCE: Operation not permitted. 2020-07-04 22:50:58.263 30662-30662/org.mircom W/MiEntry: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted. 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Stun packet sent for session [0x7e8c2a1400] 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8c2a1400] 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Using WebM Project VP8 Encoder v1.7.0-9-g70bd19254 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Using the default video configuration list 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: target and payload bitrates not set for stream [0x7e8d70ab00] using lowest configuration of preferred video size 640x480 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Limiting bitrate of video encoder to 0 bits/s for stream [0x7e8d70ab00] 2020-07-04 22:50:58.263 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=12.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:50:58.263 30662-30662/org.mircom E/MiEntry: Cannot load /data/user/0/org.mircom/files/share/images/nowebcamCIF.jpg 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: Output video size adjusted to match camera resolution (640x480) 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: Setting sent vsize=640x480, fps=12.000000 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=12.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSStaticImage:0x7e8c9a2600,0-->MSPixConv:0x7e8c9a2800,0 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSPixConv:0x7e8c9a2800,0-->MSTee:0x7e8c9a2700,0 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSTee:0x7e8c9a2700,0-->MSSizeConv:0x7e8c9a2880,0 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSSizeConv:0x7e8c9a2880,0-->MSVp8Enc:0x7e8c9a2680,0 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSVp8Enc:0x7e8c9a2680,0-->MSRtpSend:0x7e8ce1f880,0 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSTee:0x7e8c9a2700,2-->MSJpegWriter:0x7e8c9a2780,0 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: Using WebM Project VP8 Decoder v1.7.0-9-g70bd19254 2020-07-04 22:50:58.264 30662-30662/org.mircom E/MiEntry: no such method on filter MSVp8Dec, fid=16389 method index=7 2020-07-04 22:50:58.264 30662-30662/org.mircom E/MiEntry: no such method on filter MSAndroidTextureDisplay, fid=16387 method index=1 2020-07-04 22:50:58.264 30662-30662/org.mircom E/MiEntry: no such method on filter MSAndroidTextureDisplay, fid=16387 method index=0 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSRtpRecv:0x7e8c9a2a00,0-->MSTee:0x7e8ce1f900,0 2020-07-04 22:50:58.264 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSTee:0x7e8ce1f900,1-->MSItcSink:0x7e8ce1f980,0 2020-07-04 22:50:58.265 30662-30662/org.mircom I/MiEntry: configure_itc(): format set to type=video;encoding=VP8;vsize=0x0;fps=0.000000;fmtp='' 2020-07-04 22:50:58.265 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSTee:0x7e8ce1f900,0-->MSVp8Dec:0x7e8c9a2900,0 2020-07-04 22:50:58.265 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSVp8Dec:0x7e8c9a2900,0-->MSTee:0x7e8c9a2b00,0 2020-07-04 22:50:58.265 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSTee:0x7e8c9a2b00,1-->MSJpegWriter:0x7e8c9a2a80,0 2020-07-04 22:50:58.265 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSTee:0x7e8c9a2b00,0-->MSAndroidTextureDisplay:0x7e8c9a2980,0 2020-07-04 22:50:58.265 30662-30662/org.mircom I/MiEntry: ms_filter_link: MSTee:0x7e8c9a2700,1-->MSAndroidTextureDisplay:0x7e8c9a2980,1 2020-07-04 22:50:58.265 30662-30662/org.mircom I/MiEntry: VP8 g_threads=8 2020-07-04 22:50:58.265 30662-30941/org.mircom I/MiEntry: MSVideo MSTicker priority left to normal. 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: VP8: initializing decoder context: avpf=[1] freeze_on_error=[1] 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: Filter MSRtpRecv is already being scheduled; nothing to do. 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 96 opus/48000 fmtp=useinbandfec=1 added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 97 speex/16000 fmtp=vbr=on added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 98 speex/8000 fmtp=vbr=on added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 0 PCMU/8000 fmtp= added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 8 PCMA/8000 fmtp= added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 101 telephone-event/48000 fmtp= added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 99 telephone-event/16000 fmtp= added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 100 telephone-event/8000 fmtp= added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 96 VP8/90000 fmtp= added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 97 H264/90000 fmtp=profile-level-id=42801F added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 98 H265/90000 fmtp= added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession[0x7e8d62f018] : payload type 99 MP4V-ES/90000 fmtp=profile-level-id=3 added to frozen list 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: audio stream index found: 0, updating main audio stream index 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: video stream index found: 1, updating main video stream index 2020-07-04 22:50:58.269 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018] moving from state State::Connected to State::StreamsRunning 2020-07-04 22:50:58.269 30662-30800/org.mircom I/MiEntry: Stun packet sent for session [0x7e8cedec00] 2020-07-04 22:50:58.269 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:50:58.270 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Call notification notifiable is Id: 5, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.CallActivity 2020-07-04 22:50:58.270 30662-30662/org.mircom I/NotificationManager: [Notifications Manager] Call notification notifiable is Id: 5, local identity: null, myself: null, isGrouped: false, pending intent class org.mircom.activities.CallActivity 2020-07-04 22:50:58.272 30662-30662/org.mircom I/MiEntry: [Notifications Manager] Notifying 5 2020-07-04 22:50:58.273 30662-30662/org.mircom W/MiEntry: [MientryContext] DTMF Received StreamsRunning 2020-07-04 22:50:58.274 30662-30662/org.mircom W/MiEntry: [Audio Manager] already in MODE_IN_COMMUNICATION, skipping... 2020-07-04 22:50:58.274 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-04 22:50:58.274 30662-30662/org.mircom I/MiEntry: Computing branch id z9hG4bK.lfmlveyCS for message sent statelessly 2020-07-04 22:50:58.274 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: message sent to [TCP://edge.sip.onsip.com:5060], size: [854] bytes 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: ACK sip:rs_2*103.71.78.80!44142@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr SIP/2.0 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;rport;branch=z9hG4bK.lfmlveyCS 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=KzXQfDRdg 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=0uBKE~I 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: CSeq: 20 ACK 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Call-ID: 42H~QWYeaW 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Max-Forwards: 70 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;nc=1;did=82a.14c9c386> 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;did=82a.24c9c386;pr=3> 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: Content-Length: 0 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: ending recv background task with id=[3d22]. 2020-07-04 22:50:58.275 30662-30941/org.mircom I/MiEntry: Stun packet sent for session [0x7e8c2a1400] 2020-07-04 22:50:58.275 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3d22] 2020-07-04 22:50:58.276 30662-30662/org.mircom I/MiEntry: Garbage collecting unowned object of type belle_sip_hop_t 2020-07-04 22:50:58.276 30662-30662/org.mircom I/MiEntry: Garbage collecting unowned object of type belle_sdp_session_description_t 2020-07-04 22:50:58.276 30662-30941/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8c2a1400] 2020-07-04 22:50:58.276 30662-30950/org.mircom I/MiEntry: Forcing vp8 key frame for filter [0x7e8c9a2680] 2020-07-04 22:50:58.276 30662-30662/org.mircom I/MiEntry: Callbacks [0x7e8d7c3820] unregistered on core [0x7ea5330600] 2020-07-04 22:50:58.277 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity paused:org.mircom.activities.OutgoingCallActivity@47c8536 2020-07-04 22:50:58.277 30662-30662/org.mircom I/MiEntry: [Activity Monitor] runningActivities=0 2020-07-04 22:50:58.283 30662-30697/org.mircom V/FA: Recording user engagement, ms: 5375 2020-07-04 22:50:58.292 30662-30697/org.mircom V/FA: Activity paused, time: 210760033 2020-07-04 22:50:58.335 30662-30662/org.mircom I/Toast: Show toast from OpPackageName:org.mircom, PackageName:org.mircom 2020-07-04 22:50:58.335 30662-30662/org.mircom W/ActivityThread: handleWindowVisibility: no activity for token android.os.BinderProxy@f534834 2020-07-04 22:50:58.341 30662-30800/org.mircom I/MiEntry: First estimation 2020-07-04 22:50:58.348 30662-30662/org.mircom V/FA: onActivityCreated 2020-07-04 22:50:58.349 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity created:org.mircom.activities.CallActivity@5856b59 2020-07-04 22:50:58.375 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/graphics/FontFamily;->()V (light greylist, reflection) 2020-07-04 22:50:58.375 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/graphics/FontFamily;->addFontFromAssetManager(Landroid/content/res/AssetManager;Ljava/lang/String;IZIII[Landroid/graphics/fonts/FontVariationAxis;)Z (light greylist, reflection) 2020-07-04 22:50:58.375 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/graphics/FontFamily;->addFontFromBuffer(Ljava/nio/ByteBuffer;I[Landroid/graphics/fonts/FontVariationAxis;II)Z (light greylist, reflection) 2020-07-04 22:50:58.375 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/graphics/FontFamily;->freeze()Z (light greylist, reflection) 2020-07-04 22:50:58.375 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/graphics/FontFamily;->abortCreation()V (light greylist, reflection) 2020-07-04 22:50:58.375 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/graphics/Typeface;->createFromFamiliesWithDefault([Landroid/graphics/FontFamily;Ljava/lang/String;II)Landroid/graphics/Typeface; (light greylist, reflection) 2020-07-04 22:50:58.510 30662-30662/org.mircom I/MiEntry: This device (Xiaomi/Redmi Note 7 Pro/sm6150) declares it has a built-in echo canceller. 2020-07-04 22:50:58.510 30662-30662/org.mircom I/MiEntry: No information available for [Xiaomi/Redmi Note 7 Pro/sm6150], 2020-07-04 22:50:58.510 30662-30662/org.mircom I/MiEntry: Using android >= 8 sound device descriptor. 2020-07-04 22:50:58.510 30662-30662/org.mircom I/MiEntry: Sound device information for [Xiaomi/Redmi Note 7 Pro/sm6150] is: builtin=[yes], delay=[0] ms 2020-07-04 22:50:58.510 30662-30662/org.mircom I/MiEntry: MSVolume set gain to [0.000000 db], [1.000000] linear 2020-07-04 22:50:58.510 30662-30662/org.mircom I/MiEntry: Core callbacks [0x7e8d7c6480] registered on core [0x7ea5330600] 2020-07-04 22:50:58.515 30662-30662/org.mircom W/ActionBarDrawerToggle: DrawerToggle may not show up because NavigationIcon is not visible. You may need to call actionbar.setDisplayHomeAsUpEnabled(true); 2020-07-04 22:50:58.538 30662-30662/org.mircom W/MiEntry: [Audio Manager] Routing audio to speaker 2020-07-04 22:50:58.538 30662-30662/org.mircom I/AudioManager: In setSpeakerphoneOn(), on: true, calling application: org.mircom 2020-07-04 22:50:58.543 30662-30662/org.mircom W/MiEntry: [Legacy Capture] Android >= 8.0 detected, disabling legacy capture filter 2020-07-04 22:50:58.543 30662-30662/org.mircom I/MiEntry: Webcam StaticImage: Static picture added 2020-07-04 22:50:58.545 30662-30662/org.mircom E/MiEntry: CallSession::acceptUpdate(): invalid state State::StreamsRunning to call this method 2020-07-04 22:50:58.564 30662-30662/org.mircom I/MiEntry: Activity started:org.mircom.activities.CallActivity@5856b59 2020-07-04 22:50:58.566 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.CallActivity@5856b59 2020-07-04 22:50:58.566 30662-30662/org.mircom I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-04 22:50:58.566 30662-30697/org.mircom V/FA: Activity resumed, time: 210760322 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x3cc2] 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15554 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: starting recv background task with id=[3cc2]. 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: received [2222] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: SIP/2.0 200 Ok 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;received=103.71.78.80;branch=z9hG4bK.C7Rb~6I21;rport=44674 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=KzXQfDRdg 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=0uBKE~I 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Call-ID: 42H~QWYeaW 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: CSeq: 20 INVITE 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Galaxy M21) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Supported: replaces, outbound, gruu 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBE, INFO, UPDATE 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Contact: sip:rs_2*103.71.78.80!44142@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr;expires=86400;+sip.instance="" 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Content-Type: application/sdp 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Content-Length: 1064 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;did=82a.24c9c386;pr=3> 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;nc=1;did=82a.14c9c386> 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: v=0 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: o=rs_2 2356 931 IN IP4 199.7.173.72 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: s=Talk 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: c=IN IP4 199.7.173.72 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: t=0 0 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-xr:rcvr-rtt=all:10000 stat-summary=loss,dup,jitt,TTL voip-metrics 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: m=audio 55732 RTP/AVPF 96 97 98 0 8 101 99 100 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:96 opus/48000/2 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:97 speex/16000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:98 speex/8000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:0 PCMU/8000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:8 PCMA/8000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:101 telephone-event/48000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:99 telephone-event/16000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:100 telephone-event/8000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=fmtp:96 useinbandfec=1 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=fmtp:97 vbr=on 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=fmtp:98 vbr=on 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=sendrecv 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp:55733 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: m=video 55768 RTP/AVPF 96 97 98 99 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: trr-int 3000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb: ccm tmmbr 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 nack pli 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 nack sli 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 ack rpsi 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:96 ccm fir 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:97 nack pli 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:97 ccm fir 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:98 nack pli 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:98 ccm fir 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:99 nack pli 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp-fb:99 ccm fir 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:96 VP8/90000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:97 H264/90000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:98 H265/90000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtpmap:99 MP4V-ES/90000 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=fmtp:97 profile-level-id=42801F 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=fmtp:99 profile-level-id=3 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=sendrecv 2020-07-04 22:50:58.582 30662-30662/org.mircom I/MiEntry: a=rtcp:55769 2020-07-04 22:50:58.587 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140] [1158] bytes parsed 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140] read [1064] bytes of body from [edge.sip.onsip.com:5060] 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Found transaction matching response. 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Dialog [0x7e8c3f0100]: now updated by transaction [0x7e8d88dfe0]. 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Dialog retransmitting last ack automatically 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: message sent to [TCP://edge.sip.onsip.com:5060], size: [854] bytes 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: ACK sip:rs_2*103.71.78.80!44142@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr SIP/2.0 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;branch=z9hG4bK.lfmlveyCS;rport 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=KzXQfDRdg 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=0uBKE~I 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: CSeq: 20 ACK 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Call-ID: 42H~QWYeaW 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Max-Forwards: 70 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;nc=1;did=82a.14c9c386> 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;did=82a.24c9c386;pr=3> 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Content-Length: 0 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: Response [0x7e8c34da40] absorbed by dialog [0x7e8c3f0100], skipped from transaction layer. 2020-07-04 22:50:58.588 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: ending recv background task with id=[3cc2]. 2020-07-04 22:50:58.589 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3cc2] 2020-07-04 22:50:58.589 30662-30662/org.mircom I/MiEntry: Garbage collecting unowned object of type belle_sip_hop_t 2020-07-04 22:50:58.661 30662-30662/org.mircom W/org.mircom: Accessing hidden field Landroid/os/Trace;->TRACE_TAG_APP:J (light greylist, reflection) 2020-07-04 22:50:58.661 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/os/Trace;->isTagEnabled(J)Z (light greylist, reflection) 2020-07-04 22:50:58.661 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/os/Trace;->asyncTraceBegin(JLjava/lang/String;I)V (light greylist, reflection) 2020-07-04 22:50:58.661 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/os/Trace;->asyncTraceEnd(JLjava/lang/String;I)V (light greylist, reflection) 2020-07-04 22:50:58.661 30662-30662/org.mircom W/org.mircom: Accessing hidden method Landroid/os/Trace;->traceCounter(JLjava/lang/String;I)V (light greylist, reflection) 2020-07-04 22:50:58.661 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:50:58.746 30662-30662/org.mircom I/MiEntry: [Platform Helper] Rendering window surface is available 2020-07-04 22:50:58.746 30662-30662/org.mircom I/MiEntry: [TextureView Display] New window jobject ptr is 0x3c8a, current one is 0x0 2020-07-04 22:50:58.748 30662-30940/org.mircom I/MiEntry: [TextureView Display] Initializing context 2020-07-04 22:50:58.748 30662-30940/org.mircom I/MiEntry: [TextureView Display] Creating Surface from SurfaceTexture 0x3c72 2020-07-04 22:50:58.748 30662-30940/org.mircom I/MiEntry: [TextureView Display] Surface created: 0x3bd2 2020-07-04 22:50:58.749 30662-30940/org.mircom I/MiEntry: [TextureView Display] Chosen format is 2 2020-07-04 22:50:58.755 30662-30940/org.mircom I/MiEntry: [TextureView Display] Surface size is 970x897 2020-07-04 22:50:58.756 30662-30940/org.mircom I/MiEntry: ogl_display_new : 0x7e8ce64000 2020-07-04 22:50:58.756 30662-30940/org.mircom I/MiEntry: init opengles_display (970 x 897, gl initialized:0) 2020-07-04 22:50:58.756 30662-30940/org.mircom I/MiEntry: resize opengles_display (970 x 897, gl initialized:0) 2020-07-04 22:50:58.756 30662-30940/org.mircom I/MiEntry: OpenGL version string: OpenGL ES 3.2 V@334.0 (GIT@89f10b9, I3d0e3ac366) (Date:12/25/18) 2020-07-04 22:50:58.756 30662-30940/org.mircom I/MiEntry: OpenGL extensions: GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_half_float GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_compressed_ETC1_RGB8_texture GL_AMD_compressed_ATC_texture GL_KHR_texture_compression_astc_ldr GL_OES_texture_npot GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_OES_texture_3D GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_QCOM_alpha_test GL_OES_depth24 GL_OES_packed_depth_stencil GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_EXT_sRGB GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_sRGB_decode GL_EXT_texture_format_sRGB_override GL_OES_element_index_uint GL_EXT_copy_image GL_EXT_geometry_shader GL_EXT_tessellation_shader GL_OES_texture_stencil8 GL_EXT_shader_io_blocks GL_OES_shader_image_atomic GL_OES_sample_variables GL_EXT_texture_border_clamp GL_EXT_EGL_image_external_wrap_modes GL_EXT_multisampled_render_to_texture GL_EXT_multisampled_render_to_texture2 GL_OES_shader_multisample_interpolation GL_EXT_texture_cube_map_array GL_EXT_draw_buffers_indexed GL_EXT_gpu_shader5 GL_EXT_robustness GL_EXT_texture_buffer GL_EXT_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_OES_texture_storage_multisample_2d_array GL_OES_sample_shading GL_OES_get_program_binary GL_EXT_debug_label GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_QCOM_tiled_rendering GL_ANDROID_extension_pack_es31a GL_EXT_primitive_bounding_box GL_OES_standard_derivatives GL_OES_vertex_array_object GL_EXT_disjoint_timer_query GL_KHR_debug GL_EXT_YUV_target GL_EXT_sRGB_write_control GL_EXT_texture_norm16 GL_EXT_discard_framebuffer GL_OES_surfaceless_context GL_OVR_multiview GL_OVR_multiview2 GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_EXT_debug_marker GL_OES_EGL_image_external_essl3 GL_OVR_multiview_multisampled_render_to_texture GL_EXT_buffer_storage GL_EXT_external_buffer GL_EXT_blit_framebuffer_params GL_EXT_clip_cull_distance GL_EXT_protected_textures GL_EXT_shader_non_constant_global_initializers GL_QCOM_texture_foveated GL_QCOM_shader_framebuffer_fetch_noncoherent GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_EGL_image_array GL_NV_shader_noperspective_interpolation GL_KHR_robust_buffer_access_behavior GL_EXT_EGL_image_storage GL_EXT_blend_func_extended GL_EXT_clip_control GL_QCOM_validate_shader_binary 2020-07-04 22:50:58.756 30662-30940/org.mircom I/MiEntry: OpenGL vendor: Qualcomm 2020-07-04 22:50:58.756 30662-30940/org.mircom I/MiEntry: OpenGL renderer: Adreno (TM) 612 2020-07-04 22:50:58.756 30662-30940/org.mircom I/MiEntry: OpenGL version: OpenGL ES 3.2 V@334.0 (GIT@89f10b9, I3d0e3ac366) (Date:12/25/18) 2020-07-04 22:50:58.756 30662-30940/org.mircom I/MiEntry: OpenGL GLSL version: OpenGL ES GLSL ES 3.20 2020-07-04 22:50:58.757 30662-30940/org.mircom I/MiEntry: OpenGL program info: [NO INFORMATION] 2020-07-04 22:50:58.757 30662-30940/org.mircom I/MiEntry: [TextureView Display] Context initialized 2020-07-04 22:50:58.762 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-04 22:50:58.776 30662-30941/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8c2a1400] 2020-07-04 22:50:58.934 30662-30662/org.mircom I/MiEntry: First estimation 2020-07-04 22:50:58.934 30662-30662/org.mircom I/chatty: uid=10360(org.mircom) identical 1 line 2020-07-04 22:50:58.934 30662-30662/org.mircom I/MiEntry: First estimation 2020-07-04 22:50:58.934 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=35.70,u=48.86], video=[d=0.00,u=0.00,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=2.04], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:50:58.934 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=4.71231 video=1.12452 text=0 2020-07-04 22:50:59.102 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity stopped:org.mircom.activities.OutgoingCallActivity@47c8536 2020-07-04 22:50:59.105 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity destroyed:org.mircom.activities.OutgoingCallActivity@47c8536 2020-07-04 22:50:59.154 30662-30800/org.mircom I/MiEntry: MSAudioMixer [0x7e8c9a2080] is entering bypass mode. 2020-07-04 22:50:59.172 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:50:59.276 30662-30941/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8c2a1400] 2020-07-04 22:50:59.286 30662-30951/org.mircom I/MiEntry: Request sending of FIR on videostream [0x7e8d70ab00] 2020-07-04 22:50:59.286 30662-30951/org.mircom I/MiEntry: Request sending of PLI on videostream [0x7e8d70ab00] 2020-07-04 22:50:59.286 30662-30951/org.mircom W/MiEntry: VP8 decoder: Drop frame because we are waiting for reference frame: pictureID=53552 2020-07-04 22:50:59.300 30662-30662/org.mircom W/MiEntry: Unhandled event 1074070784 2020-07-04 22:50:59.446 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:50:59.461 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:50:59.462 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:50:59.653 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-04 22:50:59.775 30662-30941/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8c2a1400] 2020-07-04 22:50:59.781 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:50:59.929 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=39.82,u=36.40], video=[d=0.29,u=15.93,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.69], video=[d=0.00,u=1.15], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:50:59.929 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=15.128 video=0.851742 text=0 2020-07-04 22:51:00.255 30662-30941/org.mircom W/MiEntry: [VBE] Last packet not complete but enough packet received (5), add to packets list 2020-07-04 22:51:00.276 30662-30941/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8c2a1400] 2020-07-04 22:51:00.277 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:00.277 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:00.311 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:51:00.329 30662-30951/org.mircom I/MiEntry: Request sending of FIR on videostream [0x7e8d70ab00] 2020-07-04 22:51:00.330 30662-30951/org.mircom I/MiEntry: Request sending of PLI on videostream [0x7e8d70ab00] 2020-07-04 22:51:00.330 30662-30951/org.mircom W/MiEntry: VP8 decoder: Drop frame because we are waiting for reference frame: pictureID=53553 2020-07-04 22:51:00.340 30662-30662/org.mircom W/MiEntry: Unhandled event 1074070784 2020-07-04 22:51:00.395 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:00.401 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:00.402 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:00.775 30662-30941/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8c2a1400] 2020-07-04 22:51:00.811 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:51:00.871 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:00.872 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:00.930 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=42.47,u=51.16], video=[d=0.34,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.75], video=[d=8.78,u=2.05], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:00.931 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=29.2504 video=1.52445 text=0 2020-07-04 22:51:01.155 30662-30800/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8cedec00]. 2020-07-04 22:51:01.175 30662-30662/org.mircom I/MiEntry: MSAudio_stream_iterate[0x7e8d708a80], local statistics available: Local current jitter buffer size: 167.2ms 2020-07-04 22:51:01.176 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:01.311 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:51:01.374 30662-30951/org.mircom I/MiEntry: Request sending of RPSI on videostream [0x7e8d70ab00] 2020-07-04 22:51:01.374 30662-30951/org.mircom I/MiEntry: MSVp8Dec: video is 640x480 2020-07-04 22:51:01.375 30662-30951/org.mircom I/MiEntry: configure_itc(): format set to type=video;encoding=VP8;vsize=640x480;fps=0.000000;fmtp='' 2020-07-04 22:51:01.379 30662-30662/org.mircom W/MiEntry: Unhandled event 131072 2020-07-04 22:51:01.379 30662-30662/org.mircom I/MiEntry: First video frame decoded successfully 2020-07-04 22:51:01.445 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:01.461 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:01.461 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:01.815 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:51:01.932 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=40.72,u=50.71], video=[d=2.66,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=3.32], video=[d=0.05,u=3.65], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:01.933 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=28.6012 video=1.04262 text=0 2020-07-04 22:51:01.973 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:01.974 30662-30662/org.mircom I/MiEntry: VP8: receiving RPSI for picture_id 47659 2020-07-04 22:51:01.974 30662-30662/org.mircom I/MiEntry: video_stream_process_rtcp stream [0x7e8d70ab00] RPSI count 1 2020-07-04 22:51:01.974 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:02.277 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:02.277 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:02.311 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:51:02.347 30662-30940/org.mircom I/MiEntry: allocate_gl_textures: allocated new textures[0] (1024 x 512) 2020-07-04 22:51:02.811 30662-30800/org.mircom I/MiEntry: [OpenSLES] sound/wall clock skew is average=-24.5097 ms 2020-07-04 22:51:02.812 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:51:02.926 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:02.935 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=19.16,u=48.48], video=[d=0.38,u=15.19,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.77], video=[d=0.04,u=1.09], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:02.935 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=27.8262 video=1.75902 text=0 2020-07-04 22:51:02.935 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:02.936 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:03.265 30662-30941/org.mircom I/MiEntry: video processing delay = { min=10ms, mean=20.0ms, max=30ms } (RtpSession=0x7e8c2a1400) 2020-07-04 22:51:03.311 30662-30800/org.mircom W/MiEntry: Flow controlled bufferizer of max 40 ms is filled with 210 ms at the end of the 5000 ms interval, asking to drop 85 ms 2020-07-04 22:51:03.311 30662-30800/org.mircom I/MiEntry: Stun packet sent on rtcp for session [0x7e8cedec00] 2020-07-04 22:51:03.323 30662-30662/org.mircom W/MiEntry: Too much buffered audio signal, throwing out 85 ms 2020-07-04 22:51:03.351 30662-30800/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8cedec00]. 2020-07-04 22:51:03.363 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-04 22:51:03.363 30662-30662/org.mircom I/MiEntry: MSAudio_stream_iterate[0x7e8d708a80], local statistics available: Local current jitter buffer size: 141.5ms 2020-07-04 22:51:03.363 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:03.382 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:03.382 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:03.412 30662-30800/org.mircom I/MiEntry: jitter buffer stable: target-size: 500.000000 ms, effective-size: 141.481491 (min: 40 nom: 60, max: 500) 2020-07-04 22:51:03.412 30662-30800/org.mircom I/MiEntry: jitter buffer rls stats: count=247, clockrate=48000, offset=-1855.97 clock_ratio=0.969878, capped_offset=218859089 capped_clock_ratio=0.969878, max_ts_deviation=28593.000000 prev_max_ts_deviation=7619.000000, deviation=6297, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.014127 2020-07-04 22:51:03.585 30662-30662/org.mircom I/MiEntry: MSAudio stream [0x7e8d708a80]: receiving RTCP SR 2020-07-04 22:51:03.585 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:03.604 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-04 22:51:03.668 30662-30697/org.mircom V/FA: Inactivity, disconnecting from the service 2020-07-04 22:51:03.931 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=47.07,u=49.29], video=[d=0.62,u=2.25,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=2.04,u=2.95], video=[d=0.70,u=2.56], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:03.931 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=21.7501 video=0.899161 text=0 2020-07-04 22:51:04.278 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:04.278 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:04.296 30662-30941/org.mircom I/MiEntry: jitter buffer stable: target-size: 80.899999 ms, effective-size: 0.000000 (min: 40 nom: 60, max: 500) 2020-07-04 22:51:04.296 30662-30941/org.mircom I/MiEntry: jitter buffer rls stats: count=26, clockrate=90000, offset=-17.3995 clock_ratio=0.982992, capped_offset=-1922286186 capped_clock_ratio=0.982992, max_ts_deviation=7281.000000 prev_max_ts_deviation=6715.000000, deviation=7281, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.052711 2020-07-04 22:51:04.417 30662-30951/org.mircom I/MiEntry: Request sending of RPSI on videostream [0x7e8d70ab00] 2020-07-04 22:51:04.465 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:04.481 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:04.482 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:04.845 30662-30941/org.mircom I/MiEntry: Sending RTCP RR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:04.850 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:04.850 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:04.850 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:04.929 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=31.16,u=47.99], video=[d=2.91,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.01,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:04.929 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=23.9482 video=1.30535 text=0 2020-07-04 22:51:05.459 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:05.459 30662-30662/org.mircom I/MiEntry: VP8: receiving RPSI for picture_id 47662 2020-07-04 22:51:05.460 30662-30662/org.mircom I/MiEntry: video_stream_process_rtcp stream [0x7e8d70ab00] RPSI count 2 2020-07-04 22:51:05.460 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:05.460 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:05.691 30662-30800/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8cedec00]. 2020-07-04 22:51:05.702 30662-30662/org.mircom I/MiEntry: MSAudio stream [0x7e8d708a80]: receiving RTCP SR 2020-07-04 22:51:05.702 30662-30662/org.mircom I/MiEntry: MSAudio_stream_iterate[0x7e8d708a80], local statistics available: Local current jitter buffer size: 514.1ms 2020-07-04 22:51:05.702 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:05.703 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:05.703 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:05.704 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:05.928 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=40.94,u=47.96], video=[d=0.47,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=3.44,u=2.57], video=[d=1.13,u=3.49], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:05.928 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=26.5203 video=0.867105 text=0 2020-07-04 22:51:06.297 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:06.297 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:06.438 30662-30951/org.mircom I/MiEntry: VP8 decoder: FPS: 1.004468 2020-07-04 22:51:06.505 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:06.518 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:06.519 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:06.519 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:06.927 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=28.22,u=46.28], video=[d=0.55,u=2.21,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.02,u=0.00], video=[d=0.01,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:06.927 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=29.1972 video=1.47224 text=0 2020-07-04 22:51:07.471 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-04 22:51:07.708 30662-30951/org.mircom I/MiEntry: Request sending of RPSI on videostream [0x7e8d70ab00] 2020-07-04 22:51:07.795 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:07.802 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:07.802 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:07.803 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:07.814 30662-30800/org.mircom I/MiEntry: [OpenSLES] sound/wall clock skew is average=-24.9037 ms 2020-07-04 22:51:07.884 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:07.885 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:07.885 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:07.946 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=36.64,u=48.00], video=[d=10.08,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.00], video=[d=8.65,u=2.56], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:07.946 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=28.3645 video=1.14267 text=0 2020-07-04 22:51:08.265 30662-30941/org.mircom I/MiEntry: video processing delay = { min=20ms, mean=22.0ms, max=30ms } (RtpSession=0x7e8c2a1400) 2020-07-04 22:51:08.302 30662-30800/org.mircom W/MiEntry: Flow controlled bufferizer of max 40 ms was filled with at least 165 ms in the last 5000 ms, asking to drop 125 ms 2020-07-04 22:51:08.311 30662-30662/org.mircom W/MiEntry: Too much buffered audio signal, throwing out 125 ms 2020-07-04 22:51:08.311 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:08.311 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:08.421 30662-30800/org.mircom I/MiEntry: jitter buffer stable: target-size: 500.000000 ms, effective-size: 514.149658 (min: 40 nom: 60, max: 500) 2020-07-04 22:51:08.421 30662-30800/org.mircom I/MiEntry: jitter buffer rls stats: count=466, clockrate=48000, offset=-3488.46 clock_ratio=0.993253, capped_offset=218857456 capped_clock_ratio=0.993253, max_ts_deviation=25226.000000 prev_max_ts_deviation=28593.000000, deviation=24716, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.008045 2020-07-04 22:51:08.512 30662-30662/org.mircom I/MiEntry: MSAudio stream [0x7e8d708a80]: receiving RTCP SR 2020-07-04 22:51:08.513 30662-30662/org.mircom I/MiEntry: MSQualityIndicator[0x7e90df6510][audio], remote statistics available: Loss rate : 1.1% Inter-arrival jitter: 51.7ms RT propagation : 918.6ms 2020-07-04 22:51:08.513 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:08.514 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:08.786 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:08.796 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:08.796 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:08.797 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:08.940 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=15.76,u=45.17], video=[d=2.63,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=1.38,u=0.00], video=[d=0.05,u=1.09], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:08.940 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=14.0879 video=1.09284 text=0 2020-07-04 22:51:09.303 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-04 22:51:09.376 30662-30941/org.mircom I/MiEntry: jitter buffer stable: target-size: 224.233329 ms, effective-size: 0.000000 (min: 40 nom: 60, max: 500) 2020-07-04 22:51:09.376 30662-30941/org.mircom I/MiEntry: jitter buffer rls stats: count=53, clockrate=90000, offset=2520.06 clock_ratio=0.972865, capped_offset=-1922283649 capped_clock_ratio=0.972865, max_ts_deviation=20181.000000 prev_max_ts_deviation=14645.000000, deviation=19212, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.039064 2020-07-04 22:51:09.423 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:09.423 30662-30662/org.mircom I/MiEntry: VP8: receiving RPSI for picture_id 47665 2020-07-04 22:51:09.423 30662-30662/org.mircom I/MiEntry: video_stream_process_rtcp stream [0x7e8d70ab00] RPSI count 3 2020-07-04 22:51:09.423 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:09.423 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:09.827 30662-30800/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8cedec00]. 2020-07-04 22:51:09.833 30662-30662/org.mircom I/MiEntry: MSAudio_stream_iterate[0x7e8d708a80], local statistics available: Local current jitter buffer size: 435.0ms 2020-07-04 22:51:09.833 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:09.834 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:09.936 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=38.04,u=48.04], video=[d=0.64,u=2.25,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.01,u=0.00], video=[d=0.35,u=2.56], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:09.937 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=29.357 video=1.67396 text=0 2020-07-04 22:51:10.327 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:10.327 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:10.612 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:10.612 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:10.612 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:10.746 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:10.748 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:10.748 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:10.748 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:10.750 30662-30951/org.mircom I/MiEntry: Request sending of RPSI on videostream [0x7e8d70ab00] 2020-07-04 22:51:10.936 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=33.04,u=47.40], video=[d=4.80,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=2.56], video=[d=2.10,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:10.936 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=6.27408 video=1.64517 text=0 2020-07-04 22:51:10.975 30662-30941/org.mircom I/MiEntry: Sending RTCP RR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:10.977 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:10.977 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:10.978 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:11.240 30662-30662/org.mircom I/MiEntry: MSAudio stream [0x7e8d708a80]: receiving RTCP SR 2020-07-04 22:51:11.240 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:11.241 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:11.372 30662-30800/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8cedec00]. 2020-07-04 22:51:11.397 30662-30662/org.mircom I/MiEntry: MSAudio_stream_iterate[0x7e8d708a80], local statistics available: Local current jitter buffer size: 675.1ms 2020-07-04 22:51:11.397 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:11.397 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:11.730 30662-30951/org.mircom I/MiEntry: VP8 decoder: FPS: 0.981511 2020-07-04 22:51:11.936 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=38.62,u=46.72], video=[d=0.59,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.32,u=2.56], video=[d=0.01,u=3.49], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:11.936 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=21.0023 video=1.005 text=0 2020-07-04 22:51:12.021 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:12.021 30662-30662/org.mircom I/MiEntry: VP8: receiving RPSI for picture_id 47668 2020-07-04 22:51:12.021 30662-30662/org.mircom I/MiEntry: video_stream_process_rtcp stream [0x7e8d70ab00] RPSI count 4 2020-07-04 22:51:12.021 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:12.022 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:12.347 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:12.347 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:12.666 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:12.678 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:12.678 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:12.678 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:12.706 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-04 22:51:12.811 30662-30800/org.mircom I/MiEntry: [OpenSLES] sound/wall clock skew is average=-24.4581 ms 2020-07-04 22:51:12.912 30662-30800/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8cedec00]. 2020-07-04 22:51:12.921 30662-30662/org.mircom I/MiEntry: MSAudio_stream_iterate[0x7e8d708a80], local statistics available: Local current jitter buffer size: 580.3ms 2020-07-04 22:51:12.922 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:12.922 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:12.942 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=29.22,u=48.31], video=[d=0.90,u=2.21,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.00], video=[d=0.05,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:12.942 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=20.8877 video=1.13423 text=0 2020-07-04 22:51:13.248 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:13.248 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:13.249 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:13.265 30662-30941/org.mircom I/MiEntry: video processing delay = { min=10ms, mean=20.0ms, max=30ms } (RtpSession=0x7e8c2a1400) 2020-07-04 22:51:13.291 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-04 22:51:13.308 30662-30800/org.mircom W/MiEntry: Flow controlled bufferizer of max 40 ms was filled with at least 103 ms in the last 5000 ms, asking to drop 63 ms 2020-07-04 22:51:13.311 30662-30662/org.mircom W/MiEntry: Too much buffered audio signal, throwing out 63 ms 2020-07-04 22:51:13.511 30662-30800/org.mircom I/MiEntry: jitter buffer stable: target-size: 500.000000 ms, effective-size: 580.298523 (min: 40 nom: 60, max: 500) 2020-07-04 22:51:13.511 30662-30800/org.mircom I/MiEntry: jitter buffer rls stats: count=743, clockrate=48000, offset=-4129.01 clock_ratio=0.993709, capped_offset=218856815 capped_clock_ratio=0.993709, max_ts_deviation=48.000000 prev_max_ts_deviation=25226.000000, deviation=48, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.005167 2020-07-04 22:51:13.960 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=3.42,u=47.80], video=[d=0.00,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=2.56], video=[d=0.29,u=2.56], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:13.960 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=12.6551 video=0.815884 text=0 2020-07-04 22:51:14.032 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-04 22:51:14.086 30662-30951/org.mircom I/MiEntry: sequence inconsistency detected (diff=4) 2020-07-04 22:51:14.086 30662-30951/org.mircom I/MiEntry: Request sending of SLI on videostream [0x7e8d70ab00] 2020-07-04 22:51:14.086 30662-30951/org.mircom W/MiEntry: VP8 invalid frame: pictureID=53566 2020-07-04 22:51:14.226 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:14.229 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:14.229 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:14.229 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:14.363 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:14.363 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:14.645 30662-30941/org.mircom I/MiEntry: jitter buffer stable: target-size: 498.655558 ms, effective-size: 0.000000 (min: 40 nom: 60, max: 500) 2020-07-04 22:51:14.645 30662-30941/org.mircom I/MiEntry: jitter buffer rls stats: count=76, clockrate=90000, offset=242.789 clock_ratio=0.984823, capped_offset=-1922285927 capped_clock_ratio=0.984823, max_ts_deviation=44879.000000 prev_max_ts_deviation=20181.000000, deviation=3706, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.031970 2020-07-04 22:51:14.698 30662-30662/org.mircom I/MiEntry: MSAudio stream [0x7e8d708a80]: receiving RTCP SR 2020-07-04 22:51:14.698 30662-30662/org.mircom I/MiEntry: MSQualityIndicator[0x7e90df6510][audio], remote statistics available: Loss rate : 0.7% Inter-arrival jitter: 32.9ms RT propagation : 564.6ms 2020-07-04 22:51:14.698 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:14.698 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:14.732 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-04 22:51:14.942 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=37.45,u=45.56], video=[d=2.48,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=3.32,u=0.00], video=[d=0.00,u=1.09], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:14.942 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=26.7233 video=1.35316 text=0 2020-07-04 22:51:15.035 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:15.042 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:15.043 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:15.043 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:15.126 30662-30951/org.mircom W/MiEntry: VP8 decoder: Drop frame because we are waiting for reference frame: pictureID=53567 2020-07-04 22:51:15.186 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:15.187 30662-30662/org.mircom I/MiEntry: MSQualityIndicator[0x7e90df6740][video], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 115.3ms RT propagation : 1969.9ms 2020-07-04 22:51:15.187 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:15.187 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:15.390 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP RR 2020-07-04 22:51:15.391 30662-30662/org.mircom I/MiEntry: VP8: receiving RPSI for picture_id 47671 2020-07-04 22:51:15.391 30662-30662/org.mircom I/MiEntry: video_stream_process_rtcp stream [0x7e8d70ab00] RPSI count 5 2020-07-04 22:51:15.391 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:15.391 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:15.429 30662-30662/org.mircom D/ViewRootImpl: cancle motionEvent because of threeGesture detecting 2020-07-04 22:51:15.445 30662-30662/org.mircom D/ViewRootImpl: cancle motionEvent because of threeGesture detecting 2020-07-04 22:51:15.462 30662-30662/org.mircom D/ViewRootImpl: cancle motionEvent because of threeGesture detecting 2020-07-04 22:51:15.478 30662-30662/org.mircom D/ViewRootImpl: cancle motionEvent because of threeGesture detecting 2020-07-04 22:51:15.497 30662-30662/org.mircom D/ViewRootImpl: cancle motionEvent because of threeGesture detecting 2020-07-04 22:51:15.512 30662-30662/org.mircom D/ViewRootImpl: cancle motionEvent because of threeGesture detecting 2020-07-04 22:51:15.573 30662-30662/org.mircom D/ViewRootImpl: cancle motionEvent because of threeGesture detecting 2020-07-04 22:51:15.584 30662-30662/org.mircom D/ViewRootImpl: cancle motionEvent because of threeGesture detecting 2020-07-04 22:51:15.938 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=38.25,u=47.12], video=[d=1.03,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.02,u=0.00], video=[d=0.51,u=2.56], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:15.938 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=4.64328 video=0.965461 text=0 2020-07-04 22:51:16.115 30662-30951/org.mircom W/MiEntry: VP8 decoder: Drop frame because we are waiting for reference frame: pictureID=53568 2020-07-04 22:51:16.365 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:16.365 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:16.929 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=43.88,u=47.28], video=[d=6.61,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.00], video=[d=0.00,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:16.929 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=5.7072 video=0.953937 text=0 2020-07-04 22:51:16.955 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:16.970 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:16.970 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:16.970 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:17.097 30662-30951/org.mircom I/MiEntry: Request sending of RPSI on videostream [0x7e8d70ab00] 2020-07-04 22:51:17.097 30662-30951/org.mircom I/MiEntry: VP8 decoder: FPS: 0.593241 2020-07-04 22:51:17.166 30662-30941/org.mircom I/MiEntry: Sending RTCP RR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:17.173 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:17.173 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:17.173 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:17.457 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:17.457 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:17.457 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:17.803 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-04 22:51:17.803 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-04 22:51:17.811 30662-30800/org.mircom I/MiEntry: [OpenSLES] sound/wall clock skew is average=-25.5144 ms 2020-07-04 22:51:17.947 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=33.25,u=45.67], video=[d=1.38,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=0.00], video=[d=0.93,u=3.49], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:17.947 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=21.5083 video=1.13276 text=0 2020-07-04 22:51:18.051 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-04 22:51:18.086 30662-30662/org.mircom I/MiEntry: MSAudio stream [0x7e8d708a80]: receiving RTCP SR 2020-07-04 22:51:18.086 30662-30662/org.mircom I/MiEntry: MSQualityIndicator[0x7e90df6510][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 46.6ms RT propagation : 2120.8ms 2020-07-04 22:51:18.086 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:18.087 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:18.092 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-04 22:51:18.266 30662-30941/org.mircom I/MiEntry: video processing delay = { min=10ms, mean=14.0ms, max=20ms } (RtpSession=0x7e8c2a1400) 2020-07-04 22:51:18.365 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:18.365 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:18.734 30662-30800/org.mircom I/MiEntry: jitter buffer stable: target-size: 500.000000 ms, effective-size: 580.298523 (min: 40 nom: 60, max: 500) 2020-07-04 22:51:18.734 30662-30800/org.mircom I/MiEntry: jitter buffer rls stats: count=971, clockrate=48000, offset=-4346.52 clock_ratio=0.993901, capped_offset=218856598 capped_clock_ratio=0.993901, max_ts_deviation=22837.000000 prev_max_ts_deviation=532.000000, deviation=20037, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.003977 2020-07-04 22:51:18.734 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStateNormal to state CongestionStatePending 2020-07-04 22:51:18.777 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:18.777 30662-30662/org.mircom I/MiEntry: VP8: receiving RPSI for picture_id 47674 2020-07-04 22:51:18.777 30662-30662/org.mircom I/MiEntry: video_stream_process_rtcp stream [0x7e8d70ab00] RPSI count 6 2020-07-04 22:51:18.777 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:18.778 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:18.938 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=92.83,u=47.22], video=[d=5.67,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.14,u=0.00], video=[d=2.21,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:18.938 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=23.6382 video=1.28579 text=0 2020-07-04 22:51:19.130 30662-30800/org.mircom I/MiEntry: OrtpCongestionDetector: moving from state CongestionStatePending to state CongestionStateNormal 2020-07-04 22:51:19.182 30662-30662/org.mircom I/MiEntry: MSVideo stream [0x7e8d70ab00]: receiving RTCP SR 2020-07-04 22:51:19.183 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:19.183 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:19.307 30662-30800/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8cedec00]. 2020-07-04 22:51:19.324 30662-30662/org.mircom I/MiEntry: MSAudio_stream_iterate[0x7e8d708a80], local statistics available: Local current jitter buffer size: 507.3ms 2020-07-04 22:51:19.324 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:19.325 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:19.485 30662-30950/org.mircom I/MiEntry: Forcing independant altref frame. 2020-07-04 22:51:19.666 30662-30941/org.mircom I/MiEntry: Sending RTCP SR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:19.671 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:19.672 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:19.673 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:19.937 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=32.77,u=48.15], video=[d=6.16,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.00,u=2.56], video=[d=0.26,u=0.00], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:19.938 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=33.8489 video=1.18266 text=0 2020-07-04 22:51:20.142 30662-30951/org.mircom I/MiEntry: Request sending of RPSI on videostream [0x7e8d70ab00] 2020-07-04 22:51:20.236 30662-30941/org.mircom I/MiEntry: Sending RTCP RR compound message on session [0x7e8c2a1400]. 2020-07-04 22:51:20.245 30662-30662/org.mircom I/MiEntry: MSVideo_stream_iterate[0x7e8d70ab00], local statistics available: Local current jitter buffer size: 0.0ms 2020-07-04 22:51:20.246 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:20.246 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:20.306 30662-30662/org.mircom I/MiEntry: MSAudio stream [0x7e8d708a80]: receiving RTCP SR 2020-07-04 22:51:20.306 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_stats_updated_cb() listener in weak reference has been destroyed 2020-07-04 22:51:20.307 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_stats_updated] 2020-07-04 22:51:20.366 30662-30662/org.mircom W/MiEntry: Measured and target fps significantly different (1.000000<->12.000000), updating encoder. 2020-07-04 22:51:20.367 30662-30662/org.mircom I/MiEntry: Video configuration set: bitrate=400000bits/s, fps=1.000000, vsize=640x480 for encoder [0x7e8c9a2680] 2020-07-04 22:51:20.456 30662-30941/org.mircom I/MiEntry: jitter buffer stable: target-size: 498.655558 ms, effective-size: 0.000000 (min: 40 nom: 60, max: 500) 2020-07-04 22:51:20.456 30662-30941/org.mircom I/MiEntry: jitter buffer rls stats: count=108, clockrate=90000, offset=-2552.49 clock_ratio=0.991635, capped_offset=-1922288721 capped_clock_ratio=0.991635, max_ts_deviation=20342.000000 prev_max_ts_deviation=44879.000000, deviation=17364, RLS VARIABLES: P[0][0]=0.000000, P[1][0]=-0.000000, P[0][1]=-0.000000, P[1][1]=0.025063 2020-07-04 22:51:20.941 30662-30662/org.mircom I/MiEntry: Bandwidth usage for CallSession [0x7e8d62f018]: RTP audio=[d=22.23,u=44.99], video=[d=0.95,u=2.22,ed=0.00], text=[d=0.00,u=0.00] kbits/sec RTCP audio=[d=0.43,u=0.00], video=[d=0.00,u=3.49], text=[d=0.00,u=0.00] kbits/sec 2020-07-04 22:51:20.941 30662-30662/org.mircom I/MiEntry: Thread processing load: audio=27.1096 video=1.23076 text=0 2020-07-04 22:51:20.972 30662-30662/org.mircom I/MiEntry: Terminate CallSession [0x7e8d62f018] which is currently in state [State::StreamsRunning] 2020-07-04 22:51:20.977 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x7e8ccd9ec0)] acquired [ref=0x3b56] 2020-07-04 22:51:20.977 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15190 2020-07-04 22:51:20.977 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccd9ec0]: starting transaction background task with id=[3b56]. 2020-07-04 22:51:20.977 30662-30662/org.mircom I/MiEntry: Dialog [0x7e8c3f0100]: now updated by transaction [0x7e8ccd9ec0]. 2020-07-04 22:51:20.977 30662-30662/org.mircom I/MiEntry: Changing [client] [BYE] transaction [0x7e8ccd9ec0], from state [INIT] to [TRYING] 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: message sent to [TCP://edge.sip.onsip.com:5060], size: [854] bytes 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: BYE sip:rs_2*103.71.78.80!44142@199.7.173.100;pn-key=5d95ddd359e9723506a77bd6a9b8f499;received=103.71.78.80;transport=tcp;gr SIP/2.0 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;branch=z9hG4bK.nLVY1z2f7;rport 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=KzXQfDRdg 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=0uBKE~I 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: CSeq: 21 BYE 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Call-ID: 42H~QWYeaW 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Max-Forwards: 70 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;nc=1;did=82a.14c9c386> 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;did=82a.24c9c386;pr=3> 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Redmi Note 7 Pro) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:51:20.978 30662-30662/org.mircom I/MiEntry: Content-Length: 0 2020-07-04 22:51:21.166 30662-30662/org.mircom I/MiEntry: ms_ticker_set_time_func: ticker's time method updated. 2020-07-04 22:51:21.166 30662-30662/org.mircom I/MiEntry: opus decoder stats: fec 5 packets - plc 47 packets. 2020-07-04 22:51:21.167 30662-30662/org.mircom D/AudioTrack: stop() called with 1088640 frames delivered 2020-07-04 22:51:21.172 30662-30662/org.mircom I/MiEntry: =========================================================== 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: AUDIO SESSION'S RTP STATISTICS
2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ----------------------------------------------------------- 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: sent 1137 packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: 0 duplicated packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: 102546 bytes
2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: received 1112 packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: 0 duplicated packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: 78436 bytes
2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: incoming delivered to the app 76371 bytes
2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: incoming cumulative lost 15 packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: incoming received too late 1 packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: incoming bad formatted 0 packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: incoming discarded (queue overflow) 0 packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: sent rtcp 7 packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: received rtcp 7 packets 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: =========================================================== 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSOpenSLESRecorder:0x7e8c193800,0-->MSResample:0x7e8c193f00,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSResample:0x7e8c193f00,0-->MSEqualizer:0x7e8c193c00,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSEqualizer:0x7e8c193c00,0-->MSVolume:0x7e8ce1f780,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSVolume:0x7e8ce1f780,0-->MSAudioMixer:0x7e8c193980,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSAudioMixer:0x7e8c193980,0-->MSOpusEnc:0x7e8ce1fb80,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSOpusEnc:0x7e8ce1fb80,0-->MSRtpSend:0x7e8ce1f680,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSRtpRecv:0x7e8cc42980,0-->MSOpusDec:0x7e8c193a00,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSOpusDec:0x7e8c193a00,0-->MSAudioFlowControl:0x7e8c9a2000,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSAudioFlowControl:0x7e8c9a2000,0-->MSDtmfGen:0x7e8c3cbb00,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSDtmfGen:0x7e8c3cbb00,0-->MSVolume:0x7e8c193a80,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSVolume:0x7e8c193a80,0-->MSEqualizer:0x7e8c193f80,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSEqualizer:0x7e8c193f80,0-->MSAudioMixer:0x7e8c9a2080,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSFilePlayer:0x7e8c9a2100,0-->MSResample:0x7e8c9a2180,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSResample:0x7e8c9a2180,0-->MSAudioMixer:0x7e8c9a2080,1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSAudioMixer:0x7e8c9a2080,0-->MSResample:0x7e8c193900,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSResample:0x7e8c193900,0-->MSOpenSLESPlayer:0x7e8ce1f280,0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ================================================================================= 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: FILTER USAGE STATISTICS
2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: Name Count Time/tick (ms) CPU Usage 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: min mean max sd
2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: --------------------------------------------------------------------------------- 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSOpusEnc 1127 0.00 2.88 16.23 3.62 79.4 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSOpusDec 2289 0.00 0.19 2.25 0.28 5.3 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSVp8Dec 23 0.03 0.14 1.32 0.26 3.8 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSAudioFlowControl 1135 0.00 0.11 1.88 0.16 3.0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSAndroidTextureDisplay 39 0.00 0.10 2.43 0.39 2.7 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSRtpSend 4560 0.00 0.06 7.09 0.18 1.8 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSRtpRecv 4819 0.00 0.06 2.15 0.08 1.7 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSResample 2604 0.00 0.02 0.42 0.07 0.7 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSVolume 2262 0.00 0.02 0.30 0.01 0.4 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSSizeConv 23 0.00 0.01 0.11 0.02 0.2 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSVp8Enc 2290 0.00 0.01 0.48 0.02 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSTee 62 0.00 0.00 0.02 0.00 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSOpenSLESPlayer 1477 0.00 0.00 0.36 0.02 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSFilePlayer 2572 0.00 0.00 0.27 0.01 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSJpegWriter 39 0.00 0.00 0.01 0.00 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSOpenSLESRecorder 2270 0.00 0.00 0.29 0.01 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSAudioMixer 4559 0.00 0.00 0.63 0.01 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSStaticImage 2290 0.00 0.00 1.33 0.03 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSPixConv 23 0.00 0.00 0.00 0.00 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSEqualizer 2262 0.00 0.00 0.28 0.01 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSDtmfGen 2572 0.00 0.00 0.09 0.00 0.1 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSVoidSink 0 0.00 0.00 0.00 0.00 0.0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSItcSink 0 0.00 0.00 0.00 0.00 0.0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: MSWebRTCAECM 0 0.00 0.00 0.00 0.00 0.0 2020-07-04 22:51:21.173 30662-30662/org.mircom I/MiEntry: ================================================================================= 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: Filter MSRtpRecv is not scheduled; nothing to do. 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: =========================================================== 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: VIDEO SESSION'S RTP STATISTICS
2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ----------------------------------------------------------- 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: sent 117 packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: 0 duplicated packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: 6354 bytes
2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: received 113 packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: 0 duplicated packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: 12489 bytes
2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: incoming delivered to the app 12489 bytes
2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: incoming cumulative lost 4 packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: incoming received too late 0 packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: incoming bad formatted 0 packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: incoming discarded (queue overflow) 0 packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: sent rtcp 18 packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: received rtcp 14 packets 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: =========================================================== 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSStaticImage:0x7e8c9a2600,0-->MSPixConv:0x7e8c9a2800,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSPixConv:0x7e8c9a2800,0-->MSTee:0x7e8c9a2700,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSTee:0x7e8c9a2700,0-->MSSizeConv:0x7e8c9a2880,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSSizeConv:0x7e8c9a2880,0-->MSVp8Enc:0x7e8c9a2680,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSVp8Enc:0x7e8c9a2680,0-->MSRtpSend:0x7e8ce1f880,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSTee:0x7e8c9a2700,2-->MSJpegWriter:0x7e8c9a2780,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSRtpRecv:0x7e8c9a2a00,0-->MSTee:0x7e8ce1f900,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSTee:0x7e8ce1f900,1-->MSItcSink:0x7e8ce1f980,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSTee:0x7e8ce1f900,0-->MSVp8Dec:0x7e8c9a2900,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSVp8Dec:0x7e8c9a2900,0-->MSTee:0x7e8c9a2b00,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSTee:0x7e8c9a2b00,1-->MSJpegWriter:0x7e8c9a2a80,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSTee:0x7e8c9a2b00,0-->MSAndroidTextureDisplay:0x7e8c9a2980,0 2020-07-04 22:51:21.175 30662-30662/org.mircom I/MiEntry: ms_filter_unlink: MSTee:0x7e8c9a2700,1-->MSAndroidTextureDisplay:0x7e8c9a2980,1 2020-07-04 22:51:21.176 30662-30662/org.mircom W/MiEntry: ms_yuv_buf_allocator_free(): leaving 2 mblk_t still ref'd, possible leak. 2020-07-04 22:51:21.176 30662-30940/org.mircom I/MiEntry: [TextureView Display] Destroying context 2020-07-04 22:51:21.176 30662-30940/org.mircom I/MiEntry: uninit opengles_display (gl initialized:1) 2020-07-04 22:51:21.176 30662-30940/org.mircom I/MiEntry: [TextureView Display] OGL display destroyed 2020-07-04 22:51:21.178 30662-30940/org.mircom I/MiEntry: [TextureView Display] EGL display destroyed 2020-07-04 22:51:21.178 30662-30940/org.mircom I/MiEntry: [TextureView Display] Window released 2020-07-04 22:51:21.179 30662-30940/org.mircom I/MiEntry: [TextureView Display] Surface released 2020-07-04 22:51:21.179 30662-30940/org.mircom I/MiEntry: [TextureView Display] Surface destroyed 2020-07-04 22:51:21.179 30662-30940/org.mircom I/MiEntry: [TextureView Display] Context destroyed 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: [TextureView Display] Releasing global ref on window 0x3c72 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: ================================================================================= 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: FILTER USAGE STATISTICS
2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: Name Count Time/tick (ms) CPU Usage 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: min mean max sd
2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: --------------------------------------------------------------------------------- 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSOpusEnc 1127 0.00 2.88 16.23 3.62 79.4 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSOpusDec 2289 0.00 0.19 2.25 0.28 5.3 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSVp8Dec 23 0.03 0.14 1.32 0.26 3.8 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSAudioFlowControl 1135 0.00 0.11 1.88 0.16 3.0 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSAndroidTextureDisplay 39 0.00 0.10 2.43 0.39 2.7 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSRtpSend 4560 0.00 0.06 7.09 0.18 1.8 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSRtpRecv 4819 0.00 0.06 2.15 0.08 1.7 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSResample 2604 0.00 0.02 0.42 0.07 0.7 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSVolume 2262 0.00 0.02 0.30 0.01 0.4 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSSizeConv 23 0.00 0.01 0.11 0.02 0.2 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSVp8Enc 2290 0.00 0.01 0.48 0.02 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSTee 62 0.00 0.00 0.02 0.00 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSOpenSLESPlayer 1477 0.00 0.00 0.36 0.02 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSFilePlayer 2572 0.00 0.00 0.27 0.01 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSJpegWriter 39 0.00 0.00 0.01 0.00 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSOpenSLESRecorder 2270 0.00 0.00 0.29 0.01 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSAudioMixer 4559 0.00 0.00 0.63 0.01 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSStaticImage 2290 0.00 0.00 1.33 0.03 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSPixConv 23 0.00 0.00 0.00 0.00 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSEqualizer 2262 0.00 0.00 0.28 0.01 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSDtmfGen 2572 0.00 0.00 0.09 0.00 0.1 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSVoidSink 0 0.00 0.00 0.00 0.00 0.0 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSItcSink 0 0.00 0.00 0.00 0.00 0.0 2020-07-04 22:51:21.179 30662-30662/org.mircom I/MiEntry: MSWebRTCAECM 0 0.00 0.00 0.00 0.00 0.0 2020-07-04 22:51:21.180 30662-30662/org.mircom I/MiEntry: ================================================================================= 2020-07-04 22:51:21.180 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018] moving from state State::StreamsRunning to State::End 2020-07-04 22:51:21.180 30662-30662/org.mircom I/MiEntry: Notifying soundcard that we don't need it anymore for calls 2020-07-04 22:51:21.180 30662-30662/org.mircom I/MiEntry: Stopping ZRTP context on session [0x0] 2020-07-04 22:51:21.180 30662-30662/org.mircom I/MiEntry: ZRTP context destroyed 2020-07-04 22:51:21.186 30662-30800/org.mircom I/MiEntry: MSAudio MSTicker thread exiting 2020-07-04 22:51:21.187 30662-30662/org.mircom I/MiEntry: Stopping ZRTP context on session [0x0] 2020-07-04 22:51:21.187 30662-30662/org.mircom I/MiEntry: ZRTP context destroyed 2020-07-04 22:51:21.195 30662-30941/org.mircom I/MiEntry: MSVideo MSTicker thread exiting 2020-07-04 22:51:21.203 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_log_updated] 2020-07-04 22:51:21.203 30662-30662/org.mircom I/MiEntry: Resetting the current call 2020-07-04 22:51:21.203 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_state_changed_cb() listener in weak reference has been destroyed 2020-07-04 22:51:21.205 30662-30662/org.mircom W/MiEntry: [MientryContext] DTMF Received End 2020-07-04 22:51:21.241 30662-30662/org.mircom W/MiEntry: [Audio Manager] Routing audio to earpiece 2020-07-04 22:51:21.241 30662-30662/org.mircom I/AudioManager: In setSpeakerphoneOn(), on: false, calling application: org.mircom 2020-07-04 22:51:21.248 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-04 22:51:21.269 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity paused:org.mircom.activities.CallActivity@5856b59 2020-07-04 22:51:21.269 30662-30662/org.mircom I/MiEntry: [Activity Monitor] runningActivities=0 2020-07-04 22:51:21.274 30662-30697/org.mircom V/FA: Recording user engagement, ms: 22708 2020-07-04 22:51:21.280 30662-30697/org.mircom V/FA: Connecting to remote service 2020-07-04 22:51:21.309 30662-30697/org.mircom V/FA: Activity paused, time: 210783026 2020-07-04 22:51:21.320 30662-30662/org.mircom I/MiEntry: Activity started:org.mircom.activities.HomeActivity@2a7fc8c 2020-07-04 22:51:21.321 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity resumed:org.mircom.activities.HomeActivity@2a7fc8c 2020-07-04 22:51:21.322 30662-30662/org.mircom I/MiEntry: [Activity Monitor] runningActivities=1 2020-07-04 22:51:21.410 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:51:21.412 30662-30697/org.mircom V/FA: Activity resumed, time: 210783078 2020-07-04 22:51:21.514 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:51:21.515 30662-30697/org.mircom V/FA: Connection attempt already in progress 2020-07-04 22:51:21.515 30662-30697/org.mircom D/FA: Connected to remote service 2020-07-04 22:51:21.516 30662-30697/org.mircom V/FA: Processing queued up service tasks: 4 2020-07-04 22:51:21.766 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x3cf2] 2020-07-04 22:51:21.766 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_acquire(): cast long of wakelock 15602 2020-07-04 22:51:21.766 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: starting recv background task with id=[3cf2]. 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: received [819] new bytes from [TCP://edge.sip.onsip.com:5060]: 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: SIP/2.0 200 Ok 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Via: SIP/2.0/TCP 192.168.0.100:44674;received=103.71.78.80;branch=z9hG4bK.nLVY1z2f7;rport=44674 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: From: sip:rs_3@sip1.mirconsip.com;tag=KzXQfDRdg 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: To: "rs_2" sip:rs_2@sip1.mirconsip.com;tag=0uBKE~I 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Call-ID: 42H~QWYeaW 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: CSeq: 21 BYE 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: User-Agent: MiEntry/2.0.0.1 Build 5046 (Galaxy M21) LinphoneSDK/4.3.3-debug ( tags/4.3.3^0 ) 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Supported: replaces, outbound, gruu 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;did=82a.24c9c386;pr=3> 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.100;lr;ftag=KzXQfDRdg;did=82a.14c9c386;nc=1> 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Record-route: <sip:199.7.173.180;transport=tcp;r2=on;lr;ftag=KzXQfDRdg> 2020-07-04 22:51:21.767 30662-30662/org.mircom I/MiEntry: Content-Length: 0 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140] [819] bytes parsed 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: Found transaction matching response. 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: Changing [client] [BYE] transaction [0x7e8ccd9ec0], from state [TRYING] to [COMPLETED] 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: Dialog [0x7e8c3f0100]: now updated by transaction [0x7e8ccd9ec0]. 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: Dialog [0x7e8c3f0100] deleted (is_expired=0) 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: op [0x7e8c2f8300] : set_or_update_dialog() current=[0x7e8c3f0100] new=[0x7e8c3f0100] 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: Op [0x7e8c2f8300] receiving call response [200], dialog is [0x7e8c3f0100] in state [BELLE_SIP_DIALOG_TERMINATED] 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: Changing [client] [BYE] transaction [0x7e8ccd9ec0], from state [COMPLETED] to [TERMINATED] 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: Client BYE transaction [0x7e8ccd9ec0] terminated 2020-07-04 22:51:21.773 30662-30662/org.mircom I/MiEntry: transaction [0x7e8ccd9ec0]: ending transaction background task with id=[3b56]. 2020-07-04 22:51:21.774 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3b56] 2020-07-04 22:51:21.774 30662-30662/org.mircom I/MiEntry: channel [0x7e8cc8e140]: ending recv background task with id=[3cf2]. 2020-07-04 22:51:21.775 30662-30662/org.mircom I/MiEntry: bellesip_wake_lock_release(): Android wake lock released [ref=0x3cf2] 2020-07-04 22:51:21.786 30662-30662/org.mircom I/MiEntry: Dialog [0x7e8c3f0100] terminated for op [0x7e8c2f8300] 2020-07-04 22:51:21.807 30662-30662/org.mircom I/MiEntry: CallSession [0x7e8d62f018] moving from state State::End to State::Released 2020-07-04 22:51:21.811 30662-30662/org.mircom W/MiEntry: _linphone_call_listener_on_state_changed_cb() listener in weak reference has been destroyed 2020-07-04 22:51:21.814 30662-30662/org.mircom I/MiEntry: Linphone core [0x7ea5330600] notified [call_state_changed] 2020-07-04 22:51:21.814 30662-30662/org.mircom I/MiEntry: op [0x7e8c2f8300] : set_or_update_dialog() current=[0x7e8c3f0100] new=[0x0] 2020-07-04 22:51:22.288 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity stopped:org.mircom.activities.CallActivity@5856b59 2020-07-04 22:51:22.292 30662-30662/org.mircom I/MiEntry: Callbacks [0x7e8d7c6480] unregistered on core [0x7ea5330600] 2020-07-04 22:51:22.293 30662-30662/org.mircom I/MiEntry: [Platform Helper] Video window surface set to null 2020-07-04 22:51:22.294 30662-30662/org.mircom I/MiEntry: [Activity Monitor] Activity destroyed:org.mircom.activities.CallActivity@5856b59 2020-07-04 22:51:22.302 30662-30662/org.mircom I/MiEntry: [Platform Helper] Rendering surface texture destroyed 2020-07-04 22:51:22.302 30662-30662/org.mircom I/MiEntry: [Platform Helper] Current rendering surface texture is no longer available 2020-07-04 22:51:22.302 30662-30662/org.mircom I/MiEntry: [Platform Helper] Releasing window surface

Screenshot_2020-07-04-22-51-16-191_org mircom

Viish commented 4 years ago

Your problem is you didn't build the SDK with the AndroidCamera2 plugin. However starting Android 8.0 it is the default one and the legacy one is disabled. Use an AAR from our maven and it will be fixed.

JitainSharma commented 4 years ago

Please can you help me to build the SDK with the AndroidCamera2 plugin. Also, I read this when I having the issues building the Android API 23+, comment was:

//REMEMEBER We need to go to cmake-builder/config and options-android.cmake and turn this off, or code will not compile at all, as Camera2 and AAUDIO is only part of NDK, when the Android version is 28 or above, not backward compatible

set(DEFAULT_VALUE_ENABLE_AAUDIO OFF) set(DEFAULT_VALUE_ENABLE_CAMERA2 OFF)

Please help me to build for Android API 23+, which works on Android 8+ as well.

Viish commented 4 years ago

Simply add -DENABLE_CAMERA2=ON to your cmake command line.

JitainSharma commented 4 years ago

Hi, with this option my build process ended with error for the android-x86_64.dir/all. Should I leave intel x86 arch? or still in used?

Following is the build process where error occurs from end to top [some part]: _config.hpp [ 56%] Completed 'EP_xerces' [ 56%] Built target EP_xerces make[3]: [all] Error 2 make[2]: [android-arm64-prefix/src/android-arm64-stamp/android-arm64-build] Error 2 make[1]: * [CMakeFiles/android-arm64.dir/all] Error 2 [ 18%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/session.cpp.o [ 20%] Building C object src/CMakeFiles/bctoolbox.dir/parser.c.o [ 26%] Building C object src/CMakeFiles/bctoolbox.dir/utils/port.c.o [ 21%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/blob.cpp.o [ 33%] Building C object src/CMakeFiles/bctoolbox.dir/vconnect.c.o [ 24%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/common.cpp.o [ 27%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/standard-into-type.cpp.o [ 30%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/connection-parameters.cpp.o [ 40%] Building C object src/CMakeFiles/bctoolbox.dir/vfs.c.o [ 33%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/standard-use-type.cpp.o [ 46%] Building C object src/CMakeFiles/bctoolbox.dir/crypto/crypto.c.o [ 53%] Building C object src/CMakeFiles/bctoolbox.dir/crypto/mbedtls.c.o [ 36%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/connection-pool.cpp.o [ 39%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/statement.cpp.o [ 60%] Building CXX object src/CMakeFiles/bctoolbox.dir/containers/map.cc.o [ 42%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/vector-into-type.cpp.o [ 66%] Building CXX object src/CMakeFiles/bctoolbox.dir/conversion/charconv_encoding.cc.o [ 73%] Building CXX object src/CMakeFiles/bctoolbox.dir/utils/exception.cc.o [ 45%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/error.cpp.o [ 80%] Building CXX object src/CMakeFiles/bctoolbox.dir/utils/regex.cc.o [ 48%] Building CXX object src/backends/sqlite3/CMakeFiles/soci_sqlite3_static.dir/vector-use-type.cpp.o [ 51%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/into-type.cpp.o [ 54%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/logger.cpp.o [ 86%] Building CXX object src/CMakeFiles/bctoolbox.dir/conversion/charconv_android.cc.o [ 93%] Building CXX object src/CMakeFiles/bctoolbox.dir/crypto/ecc.cc.o [ 57%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/once-temp-type.cpp.o [100%] Linking CXX shared library libbctoolbox.so [ 60%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/prepare-temp-type.cpp.o [ 63%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/procedure.cpp.o [100%] Built target bctoolbox [ 62%] Performing install step for 'EP_bctoolbox' [ 66%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/ref-counted-prepare-info.cpp.o [100%] Built target bctoolbox Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/lib/pkgconfig/bctoolbox.pc -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/share/bctoolbox/cmake/bctoolboxTargets.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/share/bctoolbox/cmake/bctoolboxTargets-relwithdebinfo.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/share/bctoolbox/cmake/MakeArchive.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/share/bctoolbox/cmake/ConfigureSpecfile.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/share/bctoolbox/cmake/bctoolboxConfig.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/share/bctoolbox/cmake/bctoolboxConfigVersion.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/share/bctoolbox/cmake/bctoolboxCMakeUtils.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/share/bctoolbox/cmake/BcGitVersion.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/share/bctoolbox/cmake/gitversion.h.in -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/charconv.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/compiler.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/defs.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/exception.hh -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/list.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/logging.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/map.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/parser.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/port.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/regex.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/vconnect.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/vfs.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/bctoolbox/crypto.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/lib/libbctoolbox.so [ 62%] Completed 'EP_bctoolbox' [ 62%] Built target EP_bctoolbox [ 69%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/ref-counted-statement.cpp.o [ 72%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/row.cpp.o [ 75%] Linking CXX static library ../../../lib/libsoci_sqlite3.a [ 75%] Built target soci_sqlite3_static [ 78%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/rowid.cpp.o [ 81%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/session.cpp.o [ 84%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/soci-simple.cpp.o [ 87%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/statement.cpp.o [ 90%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/transaction.cpp.o [ 93%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/use-type.cpp.o [ 96%] Building CXX object src/core/CMakeFiles/soci_core_static.dir/values.cpp.o [100%] Linking CXX static library ../../lib/libsoci_core.a [100%] Built target soci_core_static [ 62%] Performing install step for 'EP_soci' [ 33%] Built target soci_sqlite3_static [100%] Built target soci_core_static Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/soci-config.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/backend-loader.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/bind-values.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/blob-exchange.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/blob.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/boost-fusion.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/boost-gregorian-date.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/boost-optional.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/boost-tuple.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/callbacks.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/column-info.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/connection-parameters.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/connection-pool.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/error.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/exchange-traits.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/into-type.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/into.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/logger.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/noreturn.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/once-temp-type.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/prepare-temp-type.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/procedure.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/query_transformation.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/ref-counted-prepare-info.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/ref-counted-statement.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/row-exchange.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/row.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/rowid-exchange.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/rowid.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/rowset.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/session.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/soci-backend.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/soci-platform.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/soci-simple.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/soci.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/statement.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/transaction.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/type-conversion-traits.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/type-conversion.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/type-holder.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/type-ptr.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/type-wrappers.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/unsigned-types.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/use-type.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/use.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/values-exchange.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/values.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/version.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/lib/libsoci_core.a -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/cmake/SOCI.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/cmake/SOCI-relwithdebinfo.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/include/soci/sqlite3/soci-sqlite3.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86/lib/libsoci_sqlite3.a [ 62%] Completed 'EP_soci' [ 62%] Built target EP_soci make[3]: * [all] Error 2 make[2]: [android-x86-prefix/src/android-x86-stamp/android-x86-build] Error 2 make[1]: [CMakeFiles/android-x86.dir/all] Error 2 [100%] Linking CXX static library libbellesip.a [100%] Built target bellesip-static [ 76%] Performing install step for 'EP_bellesip' [100%] Built target bellesip-static Install the project... -- Install configuration: "RelWithDebInfo" -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/lib/pkgconfig/belle-sip.pc -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/lib/cmake/BelleSIP/BelleSIPTargets.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/lib/cmake/BelleSIP/BelleSIPTargets-relwithdebinfo.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/lib/cmake/BelleSIP/BelleSIPConfig.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/lib/cmake/BelleSIP/BelleSIPConfigVersion.cmake -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/auth-helper.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/belle-sdp.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/belle-sip.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/bodyhandler.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/defs.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/dialog.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/dict.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/generic-uri.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/headers.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/http-listener.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/http-message.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/http-provider.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/list.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/listener.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/listeningpoint.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/mainloop.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/mdns_register.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/message.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/object.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/object++.hh -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/parameters.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/provider.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/refresher.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/resolver.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/sipstack.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/sip-uri.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/transaction.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/types.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/utils.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/include/belle-sip/wakelock.h -- Installing: /Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/linphone-sdk/android-x86_64/lib/libbellesip.a [ 77%] Completed 'EP_bellesip' [ 77%] Built target EP_bellesip make[3]: [all] Error 2 make[2]: [android-x86_64-prefix/src/android-x86_64-stamp/android-x86_64-build] Error 2 make[1]: [CMakeFiles/android-x86_64.dir/all] Error 2 make: [all] Error 2 Jitenders-MacBook-Air:build jitendersharma$

JitainSharma commented 4 years ago

it also fails for arm: My Build command:

cmake .. -DLINPHONESDK_PLATFORM=Android -DENABLE_NON_FREE_CODECS=ON -DENABLE_GPL_THIRD_PARTIES=ON -DENABLE_MPEG4=ON -DENABLE_H263=ON -DENABLE_H263P=ON -DENABLE_FFMPEG=ON -DENABLE_DEBUG_LOGS=ON -DENABLE_CAMERA2=ON -DLINPHONESDK_ANDROID_ARCHS='arm64, armv7, x86, x86_64'

-- Check for working CXX compiler: /Users/jitendersharma/Library/Android/sdk/ndk/20/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ clang: error: linker command failed with exit code 1 (use -v to see invocation) make[8]: [libffmpeg-linphone.so] Error 1 make[7]: [CMakeFiles/ffmpeg-linphone.dir/all] Error 2 make[6]: [all] Error 2 make[5]: [/Users/jitendersharma/Documents/RSystems/Projects/linphone_sdk/linphone-sdk/build/WORK/android-armv7/Stamp/EP_ffmpegandroid/EP_ffmpegandroid-build] Error 2 make[4]: *** [CMakeFiles/EP_ffmpegandroid.dir/all] Error 2

*** [CMakeFiles/android-arm64.dir/all] Error 2

Viish commented 4 years ago

The FFMPEG build is broken, you won't be able to build a SDK with these params: -DENABLE_MPEG4=ON -DENABLE_H263=ON -DENABLE_H263P=ON -DENABLE_FFMPEG=ON