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.12k stars 689 forks source link

How to get camera view before sip call is answered in linphone android?(early media camera only) #1668

Closed halilakpinarr closed 2 years ago

halilakpinarr commented 2 years ago

How to get camera preview before sip call is answered in linphone android?(early media camera only)

Viish commented 2 years ago

linphone-android can display early media received during an outgoing call, however it doesn't send it's own video as early-media during an incoming call. This can be done because linphone-sdk does support it, but it isn't currently planned.

halilakpinarr commented 2 years ago

I have an intercom device and I want to see the camera image with the early media feature before answering the call. Can I do this now?

Viish commented 2 years ago

@halilakpinarr simply enable early media toggle setting in call parameters.

sercangoger commented 2 years ago

Hello there I want to see the camera of the intercom before I pick up the call. We enable the "accept early media" toggle button in the call menu, but it does not work. If you find it, let us know.

Viish commented 2 years ago

@sercan447 can you attach logs ?

sercangoger commented 2 years ago

2022-05-19 21:54:31.538 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x2292] 2022-05-19 21:54:31.539 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 8850 2022-05-19 21:54:31.539 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: starting recv background task with id=[2292]. 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: received [1343] new bytes from [UDP://192.168.1.200:5060]: 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: INVITE sip:200@192.168.1.101:41637 SIP/2.0 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: Via: SIP/2.0/UDP 192.168.1.200:5060;rport;branch=z9hG4bKPj0ceba864-c220-4499-937c-52aec82ca444 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: From: "201" sip:201@192.168.1.200;tag=584f46ae-15f2-4d83-989d-532c3a81135b 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: To: sip:200@192.168.1.101 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: Contact: sip:asterisk@192.168.1.200:5060 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: Call-ID: 94355975-4761-4d81-860a-9f2134c6fd84 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: CSeq: 16082 INVITE 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REGISTER, MESSAGE, REFER 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: Supported: 100rel, timer, replaces, norefersub 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: Session-Expires: 1800 2022-05-19 21:54:31.540 3808-3808/com.smarthome.eae I/Linphone: Min-SE: 90 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: P-Asserted-Identity: "201" sip:201@192.168.1.200 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: Max-Forwards: 70 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: User-Agent: FPBX-14.0.11(13.18.3) 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: Content-Type: application/sdp 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: Content-Length: 630 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: v=0 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: o=- 610360589 610360589 IN IP4 192.168.1.200 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: s=Asterisk 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: c=IN IP4 192.168.1.200 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: t=0 0 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: m=audio 12908 RTP/AVP 0 8 3 111 9 101 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:0 PCMU/8000 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:8 PCMA/8000 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:3 GSM/8000 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:111 G726-32/8000 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:9 G722/8000 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:101 telephone-event/8000 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: a=fmtp:101 0-16 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: a=ptime:20 2022-05-19 21:54:31.541 3808-3808/com.smarthome.eae I/Linphone: a=maxptime:150 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: a=sendrecv 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: m=video 13288 RTP/AVP 99 104 100 31 98 34 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:99 H264/90000 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: a=fmtp:99 max-mbps=40500;max-br=2048;packetization-mode=1;profile-level-id=42E01E 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:104 MP4V-ES/90000 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:100 VP8/90000 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:31 H261/90000 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:98 h263-1998/90000 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:34 H263/90000 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: a=sendrecv 2022-05-19 21:54:31.542 3808-3808/com.smarthome.eae I/Linphone: 2022-05-19 21:54:31.562 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840] [713] bytes parsed 2022-05-19 21:54:31.563 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840] read [630] bytes of body from [192.168.1.200:5060] 2022-05-19 21:54:31.573 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x6f76f67640)] acquired [ref=0x2262] 2022-05-19 21:54:31.573 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 8802 2022-05-19 21:54:31.574 3808-3808/com.smarthome.eae I/Linphone: transaction [0x6f76f67640]: starting transaction background task with id=[2262]. 2022-05-19 21:54:31.574 3808-3808/com.smarthome.eae I/Linphone: Changing [server] [INVITE] transaction [0x6f76f67640], from state [INIT] to [PROCEEDING] 2022-05-19 21:54:31.575 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: message sent to [UDP://192.168.1.200:5060], size: [290] bytes SIP/2.0 100 Trying Via: SIP/2.0/UDP 192.168.1.200:5060;rport;branch=z9hG4bKPj0ceba864-c220-4499-937c-52aec82ca444 From: "201" sip:201@192.168.1.200;tag=584f46ae-15f2-4d83-989d-532c3a81135b To: sip:200@192.168.1.101 Call-ID: 94355975-4761-4d81-860a-9f2134c6fd84 CSeq: 16082 INVITE 2022-05-19 21:54:31.575 3808-3808/com.smarthome.eae I/Linphone: New server dialog [0x6fe7064100] , local tag [hN0vXz1], remote tag [584f46ae-15f2-4d83-989d-532c3a81135b] 2022-05-19 21:54:31.575 3808-3808/com.smarthome.eae I/Linphone: op [0x6fd1477700] : setOrUpdateDialog() current=[0x0] new=[0x6fe7064100] 2022-05-19 21:54:31.576 3808-3808/com.smarthome.eae I/Linphone: New incoming call from ["201" sip:201@192.168.1.200] to [sip:200@192.168.1.101] 2022-05-19 21:54:31.592 3808-3808/com.smarthome.eae I/Linphone: Found payload PCMU/8000 fmtp= 2022-05-19 21:54:31.592 3808-3808/com.smarthome.eae I/Linphone: Found payload PCMA/8000 fmtp= 2022-05-19 21:54:31.592 3808-3808/com.smarthome.eae I/Linphone: Found payload GSM/8000 fmtp= 2022-05-19 21:54:31.592 3808-3808/com.smarthome.eae I/Linphone: Found payload G726-32/8000 fmtp= 2022-05-19 21:54:31.592 3808-3808/com.smarthome.eae I/Linphone: Found payload G722/8000 fmtp= 2022-05-19 21:54:31.592 3808-3808/com.smarthome.eae I/Linphone: Found payload telephone-event/8000 fmtp=0-16 2022-05-19 21:54:31.593 3808-3808/com.smarthome.eae I/Linphone: Found payload H264/90000 fmtp=max-mbps=40500;max-br=2048;packetization-mode=1;profile-level-id=42E01E 2022-05-19 21:54:31.594 3808-3808/com.smarthome.eae I/Linphone: Found payload MP4V-ES/90000 fmtp= 2022-05-19 21:54:31.594 3808-3808/com.smarthome.eae I/Linphone: Found payload VP8/90000 fmtp= 2022-05-19 21:54:31.594 3808-3808/com.smarthome.eae I/Linphone: Found payload H261/90000 fmtp= 2022-05-19 21:54:31.594 3808-3808/com.smarthome.eae I/Linphone: Found payload h263-1998/90000 fmtp= 2022-05-19 21:54:31.594 3808-3808/com.smarthome.eae I/Linphone: Found payload H263/90000 fmtp= 2022-05-19 21:54:31.596 3808-3808/com.smarthome.eae I/Linphone: Start measurement of [Get call log.]. 2022-05-19 21:54:31.598 3808-3808/com.smarthome.eae I/Linphone: Duration of [Get call log.]: 2ms. 2022-05-19 21:54:31.599 3808-3808/com.smarthome.eae I/Linphone: New MediaSession [0x6f77247638] initialized (liblinphone version: 5.2.0-alpha-139-g3fa24516f) 2022-05-19 21:54:31.600 3808-3808/com.smarthome.eae I/Linphone: Rtp bundle is disabled. 2022-05-19 21:54:31.600 3808-3808/com.smarthome.eae I/Linphone: Found media local-ip from signaling: 192.168.1.101 2022-05-19 21:54:31.600 3808-3808/com.smarthome.eae I/Linphone: Reassigning payload type 101 telephone-event/16000 because already offered 2022-05-19 21:54:31.603 3808-3808/com.smarthome.eae I/Linphone: stream#0 [audio] in state [Stopped]: multicast role is [inactive] 2022-05-19 21:54:31.604 3808-3808/com.smarthome.eae I/Linphone: RtpSession bound to [::0] ports [7078] [7079] 2022-05-19 21:54:31.604 3808-3808/com.smarthome.eae W/Linphone: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted. 2022-05-19 21:54:31.604 3808-3808/com.smarthome.eae W/Linphone: Fail to increase socket's send buffer size with SO_SNDBUFFORCE: Operation not permitted. 2022-05-19 21:54:31.604 3808-3808/com.smarthome.eae W/Linphone: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted. 2022-05-19 21:54:31.605 3808-3808/com.smarthome.eae I/Linphone: Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_80 2022-05-19 21:54:31.605 3808-3808/com.smarthome.eae I/Linphone: Configured srtp crypto suite: AES_CM_128_HMAC_SHA1_32 2022-05-19 21:54:31.605 3808-3808/com.smarthome.eae I/Linphone: Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_80 2022-05-19 21:54:31.605 3808-3808/com.smarthome.eae I/Linphone: Configured srtp crypto suite: AES_256_CM_HMAC_SHA1_32 2022-05-19 21:54:31.605 3808-3808/com.smarthome.eae I/Linphone: Creating ZRTP engine on rtp session [0x6fd97df800] ssrc 0x573beffd 2022-05-19 21:54:31.606 3808-3808/com.smarthome.eae I/Linphone: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2022-05-19 21:54:31.607 3808-3808/com.smarthome.eae I/Linphone: Setting DSCP to 46 for MSAudio stream. 2022-05-19 21:54:31.607 3808-3808/com.smarthome.eae I/Linphone: Created stream of type audio at index 0: stream#0 [audio] in state [Stopped] 2022-05-19 21:54:31.607 3808-3808/com.smarthome.eae I/Linphone: stream#1 [video] in state [Stopped]: multicast role is [inactive] 2022-05-19 21:54:31.607 3808-3808/com.smarthome.eae I/Linphone: RtpSession bound to [::0] ports [9078] [9079] 2022-05-19 21:54:31.608 3808-3808/com.smarthome.eae W/Linphone: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted. 2022-05-19 21:54:31.608 3808-3808/com.smarthome.eae W/Linphone: Fail to increase socket's send buffer size with SO_SNDBUFFORCE: Operation not permitted. 2022-05-19 21:54:31.608 3808-3808/com.smarthome.eae W/Linphone: Fail to increase socket's recv buffer size with SO_RCVBUFFORCE: Operation not permitted. 2022-05-19 21:54:31.617 3808-3808/com.smarthome.eae I/Linphone: This device (samsung/SM-N770F/universal9810) declares it has a built-in echo canceller. 2022-05-19 21:54:31.617 3808-3808/com.smarthome.eae I/Linphone: No information available for [samsung/SM-N770F/universal9810], 2022-05-19 21:54:31.617 3808-3808/com.smarthome.eae I/Linphone: Android >= 8, using sound device descriptor.with DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC flags 2022-05-19 21:54:31.617 3808-3808/com.smarthome.eae I/Linphone: Sound device information for [samsung/SM-N770F/universal9810] is: builtin=[yes], delay=[0] ms 2022-05-19 21:54:31.617 3808-3808/com.smarthome.eae I/Linphone: rtp_session_enable_network_simulation:DISABLING NETWORK SIMULATION 2022-05-19 21:54:31.617 3808-3808/com.smarthome.eae I/Linphone: Setting DSCP to 0 for MSVideo stream. 2022-05-19 21:54:31.617 3808-3808/com.smarthome.eae I/Linphone: Created stream of type video at index 1: stream#1 [video] in state [Stopped] 2022-05-19 21:54:31.617 3808-3808/com.smarthome.eae I/Linphone: Created new ICE check list 0x6f76e93400 for stream #0 2022-05-19 21:54:31.618 3808-3808/com.smarthome.eae I/Linphone: ICE state is IceStateInProgress for stream#0 [audio] in state [Stopped] 2022-05-19 21:54:31.618 3808-3808/com.smarthome.eae I/Linphone: Created new ICE check list 0x6f76e93600 for stream #1 2022-05-19 21:54:31.618 3808-3808/com.smarthome.eae I/Linphone: ICE state is IceStateInProgress for stream#1 [video] in state [Stopped] 2022-05-19 21:54:31.618 3808-3808/com.smarthome.eae I/Linphone: ICE state is IceStateNotActivated for stream#0 [audio] in state [Stopped] 2022-05-19 21:54:31.618 3808-3808/com.smarthome.eae I/Linphone: ICE state is IceStateNotActivated for stream#1 [video] in state [Stopped] 2022-05-19 21:54:31.620 3808-3808/com.smarthome.eae I/Linphone: [MS2AudioStream] setting type of soundcard 0x6fd136af90 to voice 2022-05-19 21:54:31.620 3808-3808/com.smarthome.eae I/Linphone: [MS2AudioStream] setting type of soundcard 0x6fd136b080 to voice 2022-05-19 21:54:31.620 3808-3808/com.smarthome.eae I/Linphone: ICE state is IceStateNotActivated for stream#0 [audio] in state [Stopped] 2022-05-19 21:54:31.620 3808-3808/com.smarthome.eae I/Linphone: ICE state is IceStateNotActivated for stream#1 [video] in state [Stopped] 2022-05-19 21:54:31.620 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSRtpRecv:0x6f76e67080,0-->MSVoidSink:0x6f77466f00,0 2022-05-19 21:54:31.621 3808-3962/com.smarthome.eae I/Linphone: MSVideo MSTicker priority left to normal. 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: Doing SDP offer/answer process of type incoming 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: No match for GSM/8000/1 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: No match for G726-32/8000/1 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: No match for G722/8000/1 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: Found matching configurations: local configuration index 0 remote offered configuration index 0 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: Doing offer/answer processing with specific provider for codec [H264] 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: No match for MP4V-ES/90000 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: No match for H261/90000 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: No match for h263-1998/90000 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: No match for H263/90000 2022-05-19 21:54:31.622 3808-3808/com.smarthome.eae I/Linphone: Found matching configurations: local configuration index 0 remote offered configuration index 0 2022-05-19 21:54:31.623 3808-3808/com.smarthome.eae I/Linphone: [ToneManager] stopDtmfStream 2022-05-19 21:54:31.624 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_created] 2022-05-19 21:54:31.625 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [Liblinphone call notification] acquired [ref=0x2242] 2022-05-19 21:54:31.626 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 8770 2022-05-19 21:54:31.626 3808-3808/com.smarthome.eae I/Linphone: Starting background task [8770] with name: [Liblinphone call notification] and expiration of [30] 2022-05-19 21:54:31.626 3808-3808/com.smarthome.eae I/Linphone: Native (ie platform dependant) ringing is enabled, so not ringing from liblinphone. 2022-05-19 21:54:31.626 3808-3808/com.smarthome.eae I/Linphone: CallSession [0x6f77247638] moving from state LinphoneCallIdle to LinphoneCallIncomingReceived 2022-05-19 21:54:31.631 3808-3808/com.smarthome.eae I/Linphone: [Core Manager] First call started 2022-05-19 21:54:31.631 3808-3808/com.smarthome.eae I/Linphone: [Core Manager] Service appears to be running, everything is fine 2022-05-19 21:54:31.632 3808-3808/com.smarthome.eae I/Linphone: [Core Service] First call started 2022-05-19 21:54:31.632 3808-3808/com.smarthome.eae I/Linphone: [Core Service] Starting service as foreground 2022-05-19 21:54:31.632 3808-3808/com.smarthome.eae I/Linphone: [Service] Starting service as foreground 2022-05-19 21:54:31.632 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] There is already a foreground service notification, no need to use the call notification to keep Service alive 2022-05-19 21:54:31.633 3808-3808/com.smarthome.eae I/Linphone: [Core Service] Starting vibrator 2022-05-19 21:54:31.635 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [first_call_started] 2022-05-19 21:54:31.635 3808-3808/com.smarthome.eae I/Linphone: [Context] Call state changed [IncomingReceived] 2022-05-19 21:54:31.637 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Is incoming call permitted? true 2022-05-19 21:54:31.640 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Is in managed call? false 2022-05-19 21:54:31.640 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Call state changed: IncomingReceived 2022-05-19 21:54:31.641 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Incoming call received from sip:201@192.168.1.200 2022-05-19 21:54:31.659 3808-3808/com.smarthome.eae I/Linphone: [Core Manager] Incoming call received, no other call, start ringing 2022-05-19 21:54:31.659 3808-3808/com.smarthome.eae I/Linphone: [Audio Helper] We were asked not to require audio focus, skipping 2022-05-19 21:54:31.659 3808-3808/com.smarthome.eae I/Linphone: [Audio Helper] Core ringtone path is null, using device ringtone if possible 2022-05-19 21:54:31.757 3808-3808/com.smarthome.eae I/Linphone: [Audio Helper] Ringtone ringing started 2022-05-19 21:54:31.757 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Call state changed [IncomingReceived] 2022-05-19 21:54:31.759 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Is incoming call permitted? true 2022-05-19 21:54:31.759 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Is in managed call? false 2022-05-19 21:54:31.760 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Are notifications allowed on lock screen? true (1) 2022-05-19 21:54:31.768 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Notifying incoming call notification [1652986471] 2022-05-19 21:54:31.769 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Notifying [1652986471] with tag [null] 2022-05-19 21:54:31.772 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_state_changed] 2022-05-19 21:54:31.772 3808-3808/com.smarthome.eae I/Linphone: Ending background task [8770] with name: [Liblinphone call notification] 2022-05-19 21:54:31.773 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2242] 2022-05-19 21:54:31.773 3808-3808/com.smarthome.eae I/Linphone: Contact has been fixed using proxy 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: Setting contact address for session 0x6fd125a800 to sip:200@192.168.1.101:41637;expires=3599 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: message sent to [UDP://192.168.1.200:5060], size: [799] bytes 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: SIP/2.0 183 Session progress 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: Via: SIP/2.0/UDP 192.168.1.200:5060;rport;branch=z9hG4bKPj0ceba864-c220-4499-937c-52aec82ca444 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: From: "201" sip:201@192.168.1.200;tag=584f46ae-15f2-4d83-989d-532c3a81135b 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: To: sip:200@192.168.1.101;tag=hN0vXz1 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: Call-ID: 94355975-4761-4d81-860a-9f2134c6fd84 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: CSeq: 16082 INVITE 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: User-Agent: LinphoneAndroid/unspecified (Galaxy Note10 Lite) LinphoneSDK/5.2.0-alpha.165+af7c528 (pipelines/47027) 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: Supported: replaces, outbound, gruu 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: Content-Type: application/sdp 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: Content-Length: 280 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: v=0 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: o=200 1226 921 IN IP4 192.168.1.101 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: s=Talk 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: c=IN IP4 192.168.1.101 2022-05-19 21:54:31.774 3808-3808/com.smarthome.eae I/Linphone: t=0 0 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: m=audio 7078 RTP/AVP 0 8 101 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:101 telephone-event/8000 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: m=video 9078 RTP/AVP 99 100 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:99 H264/90000 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: a=fmtp:99 profile-level-id=42801F; packetization-mode=1 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: a=rtpmap:100 VP8/90000 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: Dialog [0x6fe7064100]: now updated by transaction [0x6f76f67640]. 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: CallSession [0x6f77247638] moving from state LinphoneCallIncomingReceived to LinphoneCallIncomingEarlyMedia 2022-05-19 21:54:31.775 3808-3808/com.smarthome.eae I/Linphone: [Context] Call state changed [IncomingEarlyMedia] 2022-05-19 21:54:31.776 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Is incoming call permitted? true 2022-05-19 21:54:31.777 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Is in managed call? false 2022-05-19 21:54:31.777 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Call state changed: IncomingEarlyMedia 2022-05-19 21:54:31.777 3808-3808/com.smarthome.eae I/Linphone: [Core Manager] Incoming call is early media and ringing is allowed 2022-05-19 21:54:31.777 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Call state changed [IncomingEarlyMedia] 2022-05-19 21:54:31.778 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Is incoming call permitted? true 2022-05-19 21:54:31.779 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Is in managed call? false 2022-05-19 21:54:31.779 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Are notifications allowed on lock screen? true (1) 2022-05-19 21:54:31.784 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Notifying incoming call notification [1652986471] 2022-05-19 21:54:31.784 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Notifying [1652986471] with tag [null] 2022-05-19 21:54:31.788 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_state_changed] 2022-05-19 21:54:31.788 3808-3808/com.smarthome.eae I/Linphone: Negotiated media encryption is LinphoneMediaEncryptionNone 2022-05-19 21:54:31.788 3808-3808/com.smarthome.eae I/Linphone: StreamsGroup 0x6f76e93100 rendering stream#0 [audio] in state [Preparing] 2022-05-19 21:54:31.788 3808-3808/com.smarthome.eae I/Linphone: Audio bandwidth for StreamsGroup [0x6f76e93100] is 80 2022-05-19 21:54:31.789 3808-3808/com.smarthome.eae I/Linphone: Call state LinphoneCallIncomingEarlyMedia, using ring stream 2022-05-19 21:54:31.789 3808-3808/com.smarthome.eae I/Linphone: Equalizer location: hp 2022-05-19 21:54:31.789 3808-3808/com.smarthome.eae I/Linphone: cannot set noise gate mode to [0] because no volume send 2022-05-19 21:54:31.789 3808-3808/com.smarthome.eae W/Linphone: Advanced adaptive rate control requested but avpf-tmmbr is not activated in this stream. Reverting to basic rate control instead 2022-05-19 21:54:31.789 3808-3808/com.smarthome.eae I/Linphone: Early media sending not allowed, will send silence and dummy video instead. 2022-05-19 21:54:31.789 3808-3808/com.smarthome.eae I/Linphone: stream#0 [audio] in state [Stopped] is not part of any bundle 2022-05-19 21:54:31.789 3808-3808/com.smarthome.eae I/Linphone: ICE state is IceStateNotActivated for stream#0 [audio] in state [Stopped] 2022-05-19 21:54:31.790 3808-3808/com.smarthome.eae I/Linphone: RtpSession [0x6fd97df800] sending to rtp [::ffff:192.168.1.200]:12908 rtcp [::ffff:192.168.1.200]:12909 2022-05-19 21:54:31.790 3808-3808/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtp for session [0x6fd97df800] 2022-05-19 21:54:31.790 3808-3808/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:31.790 3808-3808/com.smarthome.eae I/Linphone: [Android Audio Utils] is RECORD_AUDIO permission granted? 1 2022-05-19 21:54:31.790 3808-3808/com.smarthome.eae I/Linphone: audio_stream_start_from_io: create encoder, decoder and resamplers. 2022-05-19 21:54:31.791 3808-3808/com.smarthome.eae I/Linphone: speex_lib_ctl init with neon ? 1 2022-05-19 21:54:31.791 3808-3808/com.smarthome.eae I/Linphone: speex_lib_ctl init with neon ? 1 2022-05-19 21:54:31.791 3808-3808/com.smarthome.eae I/Linphone: Software echo cancellation disabled: use_ec=1, has_builtin_ec=1 2022-05-19 21:54:31.791 3808-3808/com.smarthome.eae I/Linphone: target bitrate not set for stream [0x6fe6f87900] using payload's bitrate is 80000 2022-05-19 21:54:31.791 3808-3808/com.smarthome.eae I/Linphone: Setting audio encoder network bitrate to [80000] on stream [0x6fe6f87900] 2022-05-19 21:54:31.791 3808-3808/com.smarthome.eae I/Linphone: RtpSession: target upload bandwidth set to 80000 2022-05-19 21:54:31.791 3808-3808/com.smarthome.eae I/Linphone: MSUlawEnc: got maxptime=150 2022-05-19 21:54:31.791 3808-3808/com.smarthome.eae I/Linphone: MSUlawEnc configured with ptime=20 2022-05-19 21:54:31.799 3808-3808/com.smarthome.eae I/Linphone: This device (samsung/SM-N770F/universal9810) declares it has a built-in echo canceller. 2022-05-19 21:54:31.799 3808-3808/com.smarthome.eae I/Linphone: No information available for [samsung/SM-N770F/universal9810], 2022-05-19 21:54:31.799 3808-3808/com.smarthome.eae I/Linphone: Android >= 8, using sound device descriptor.with DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC flags 2022-05-19 21:54:31.799 3808-3808/com.smarthome.eae I/Linphone: Sound device information for [samsung/SM-N770F/universal9810] is: builtin=[yes], delay=[0] ms 2022-05-19 21:54:31.803 3808-3808/com.smarthome.eae I/Linphone: This device (samsung/SM-N770F/universal9810) declares it has a built-in echo canceller. 2022-05-19 21:54:31.803 3808-3808/com.smarthome.eae I/Linphone: No information available for [samsung/SM-N770F/universal9810], 2022-05-19 21:54:31.803 3808-3808/com.smarthome.eae I/Linphone: Android >= 8, using sound device descriptor.with DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC flags 2022-05-19 21:54:31.803 3808-3808/com.smarthome.eae I/Linphone: Sound device information for [samsung/SM-N770F/universal9810] is: builtin=[yes], delay=[0] ms 2022-05-19 21:54:31.803 3808-3808/com.smarthome.eae I/Linphone: MSVolume[0x6f77241680]: set gain to [0.000000 db], [1.000000] linear 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: This device (samsung/SM-N770F/universal9810) declares it has a built-in echo canceller. 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: No information available for [samsung/SM-N770F/universal9810], 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: Android >= 8, using sound device descriptor.with DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC flags 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: Sound device information for [samsung/SM-N770F/universal9810] is: builtin=[yes], delay=[0] ms 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: MSVolume[0x6f774b2b80]: set gain to [0.000000 db], [1.000000] linear 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: configuring MSAAudioRecorder:0x6f774b2880-->MSUlawEnc:0x6f774b2980 from rate [48000] to rate [8000] and from channel [1] to channel [1] 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: configuring MSUlawDec:0x6f774b2a00-->MSAAudioPlayer:0x6f774b2900 from rate [8000] to rate [48000] and from channel [1] to channel [1] 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSAAudioRecorder:0x6f774b2880,0-->MSResample:0x6f774b2a80,0 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSResample:0x6f774b2a80,0-->MSEqualizer:0x6f774b2c80,0 2022-05-19 21:54:31.807 3808-3986/com.smarthome.eae I/Linphone: Priority used: 99 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSEqualizer:0x6f774b2c80,0-->MSVolume:0x6f77241680,0 2022-05-19 21:54:31.807 3808-3986/com.smarthome.eae I/Linphone: MSAudio MSTicker priority increased to maximum. 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSVolume:0x6f77241680,0-->MSAudioMixer:0x6f774b2c00,0 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSAudioMixer:0x6f774b2c00,0-->MSUlawEnc:0x6f774b2980,0 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSUlawEnc:0x6f774b2980,0-->MSRtpSend:0x6f77241480,0 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSRtpRecv:0x6f774b2800,0-->MSUlawDec:0x6f774b2a00,0 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSUlawDec:0x6f774b2a00,0-->MSGenericPLC:0x6f774b2d80,0 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSGenericPLC:0x6f774b2d80,0-->MSAudioFlowControl:0x6f774b2e00,0 2022-05-19 21:54:31.807 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSAudioFlowControl:0x6f774b2e00,0-->MSDtmfGen:0x6f774b2780,0 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSDtmfGen:0x6f774b2780,0-->MSVolume:0x6f774b2b80,0 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSVolume:0x6f774b2b80,0-->MSEqualizer:0x6f774b2d00,0 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSEqualizer:0x6f774b2d00,0-->MSAudioMixer:0x6f774b2e80,0 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: speex_lib_ctl init with neon ? 1 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSFilePlayer:0x6f774b2f00,0-->MSResample:0x6f774b2f80,0 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSResample:0x6f774b2f80,0-->MSAudioMixer:0x6f774b2e80,1 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSAudioMixer:0x6f774b2e80,0-->MSResample:0x6f774b2b00,0 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSResample:0x6f774b2b00,0-->MSAAudioPlayer:0x6f774b2900,0 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Using device ID: AAudio Microphone: SM-N770F (9) 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Using voice communication input preset 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Asking for a session ID so we can use echo canceller 2022-05-19 21:54:31.808 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Record stream configured with samplerate 48000 and 1 channels 2022-05-19 21:54:31.858 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Recorder stream opened 2022-05-19 21:54:31.907 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Recorder stream started 2022-05-19 21:54:31.907 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Session ID is 4593, hardware echo canceller can be enabled 2022-05-19 21:54:31.907 3808-3808/com.smarthome.eae I/Linphone: [HAEC] Creating AcousticEchoCanceler 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: [HAEC] AcousticEchoCanceler successfully created. 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: [HAEC] AcousticEchoCanceler enabled: 1 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae W/Linphone: [HAEC] AcousticEchoCanceler already enabled 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Hardware echo canceller enabled 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: ms_ticker_set_time_func: ticker's time method updated. 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: Initializing speex resampler in mode [voip] 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: Initializing speex resampler in mode [voip] 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: Initializing speex resampler in mode [voip] 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Using RING mode 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Using device ID: AAudio Earpiece: SM-N770F (2) 2022-05-19 21:54:31.915 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Player stream configured with samplerate 48000 and 1 channels 2022-05-19 21:54:31.932 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Player stream opened 2022-05-19 21:54:31.932 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Expected content type 2, got 2 2022-05-19 21:54:31.932 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Expected usage 6, got 6 2022-05-19 21:54:32.023 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Player stream started 2022-05-19 21:54:32.026 3808-3986/com.smarthome.eae I/Linphone: MSAudioMixer [0x6f774b2c00] is entering bypass mode. 2022-05-19 21:54:32.026 3808-3986/com.smarthome.eae I/Linphone: First estimation 2022-05-19 21:54:32.035 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtp for session [0x6fd97df800] 2022-05-19 21:54:32.035 3808-3808/com.smarthome.eae I/Linphone: This device (samsung/SM-N770F/universal9810) declares it has a built-in echo canceller. 2022-05-19 21:54:32.036 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:32.036 3808-3808/com.smarthome.eae I/Linphone: No information available for [samsung/SM-N770F/universal9810], 2022-05-19 21:54:32.036 3808-3808/com.smarthome.eae I/Linphone: Android >= 8, using sound device descriptor.with DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC flags 2022-05-19 21:54:32.036 3808-3808/com.smarthome.eae I/Linphone: Sound device information for [samsung/SM-N770F/universal9810] is: builtin=[yes], delay=[0] ms 2022-05-19 21:54:32.036 3808-3808/com.smarthome.eae I/Linphone: MSVolume[0x6f77241680]: set gain to [0.000000 db], [1.000000] linear 2022-05-19 21:54:32.041 3808-3808/com.smarthome.eae I/Linphone: This device (samsung/SM-N770F/universal9810) declares it has a built-in echo canceller. 2022-05-19 21:54:32.041 3808-3808/com.smarthome.eae I/Linphone: No information available for [samsung/SM-N770F/universal9810], 2022-05-19 21:54:32.041 3808-3808/com.smarthome.eae I/Linphone: Android >= 8, using sound device descriptor.with DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC flags 2022-05-19 21:54:32.041 3808-3808/com.smarthome.eae I/Linphone: Sound device information for [samsung/SM-N770F/universal9810] is: builtin=[yes], delay=[0] ms 2022-05-19 21:54:32.041 3808-3808/com.smarthome.eae I/Linphone: MSVolume[0x6f774b2b80]: set gain to [0.000000 db], [1.000000] linear 2022-05-19 21:54:32.041 3808-3808/com.smarthome.eae I/Linphone: AudioStream[0x6fe6f87900]: mic is muted. 2022-05-19 21:54:32.042 3808-3808/com.smarthome.eae I/Linphone: MSVolume[0x6f77241680]: set gain to [0.000000] linear 2022-05-19 21:54:32.042 3808-3808/com.smarthome.eae I/Linphone: MSAudioFlowControl: configured with strategy=[1] and silent_threshold=[0.020000]. 2022-05-19 21:54:32.047 3808-3808/com.smarthome.eae I/Linphone: This device (samsung/SM-N770F/universal9810) declares it has a built-in echo canceller. 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: No information available for [samsung/SM-N770F/universal9810], 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: Android >= 8, using sound device descriptor.with DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC flags 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: Sound device information for [samsung/SM-N770F/universal9810] is: builtin=[yes], delay=[0] ms 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: MSVolume[0x6f774b2b80]: set gain to [0.000000 db], [1.000000] linear 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: StreamsGroup 0x6f76e93100 rendering stream#1 [video] in state [Preparing] 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSRtpRecv:0x6f76e67080,0-->MSVoidSink:0x6f77466f00,0 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: Setting video size 640x480 on stream [0x6f77080a00] 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae W/Linphone: Advanced adaptive rate control requested but avpf-tmmbr is not activated in this stream. Reverting to basic rate control instead 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: Early media sending not allowed, will send silence and dummy video instead. 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: stream#1 [video] in state [Stopped] is not part of any bundle 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: ICE state is IceStateNotActivated for stream#1 [video] in state [Stopped] 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: Device rotation =0 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: RtpSession [0x6fd1380000] sending to rtp [::ffff:192.168.1.200]:13288 rtcp [::ffff:192.168.1.200]:13289 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: Using permissive algorithm 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtp for session [0x6fd1380000] 2022-05-19 21:54:32.048 3808-3808/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:32.065 3808-3808/com.smarthome.eae I/Linphone: Codec video/avc successfully created. 2022-05-19 21:54:32.065 3808-3808/com.smarthome.eae I/Linphone: H26xNalPacker: max payload size set to 1240 bytes 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: This device (samsung/SM-N770F/universal9810) declares it has a built-in echo canceller. 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: No information available for [samsung/SM-N770F/universal9810], 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: Android >= 8, using sound device descriptor.with DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC flags 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: Sound device information for [samsung/SM-N770F/universal9810] is: builtin=[yes], delay=[0] ms 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae W/Linphone: No 'default' video preset has been found 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: Using the default video configuration list 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: target and payload bitrates not set for stream [0x6f77080a00] using lowest configuration of preferred video size 640x480 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: Limiting bitrate of video encoder to 400000 bits/s for stream [0x6f77080a00] 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: H26xEncoder: video configuration set (bitrate=128000b/s, fps=15.000000, vsize=352x288) 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: RtpSession: target upload bandwidth set to 400000 2022-05-19 21:54:32.070 3808-3808/com.smarthome.eae I/Linphone: H26xEncoder: AVPF disabled 2022-05-19 21:54:32.072 3808-3808/com.smarthome.eae I/Linphone: Output video size adjusted to match camera resolution (572x468) 2022-05-19 21:54:32.072 3808-3808/com.smarthome.eae I/Linphone: Setting sent vsize=572x468, fps=15.000000 2022-05-19 21:54:32.072 3808-3808/com.smarthome.eae I/Linphone: H26xEncoder: video configuration set (bitrate=400000b/s, fps=15.000000, vsize=640x480) 2022-05-19 21:54:32.072 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSStaticImage:0x6f76e67080,0-->MSPixConv:0x6f771b1680,0 2022-05-19 21:54:32.072 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSPixConv:0x6f771b1680,0-->MSTee:0x6f771b1180,0 2022-05-19 21:54:32.072 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSTee:0x6f771b1180,0-->MSMediaCodecH264Encoder:0x6f77466f00,0 2022-05-19 21:54:32.072 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSMediaCodecH264Encoder:0x6f77466f00,0-->MSRtpSend:0x6f77241800,0 2022-05-19 21:54:32.072 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSTee:0x6f771b1180,2-->MSJpegWriter:0x6f771b1700,0 2022-05-19 21:54:32.083 3808-3808/com.smarthome.eae I/Linphone: Codec video/avc successfully created. 2022-05-19 21:54:32.083 3808-3808/com.smarthome.eae I/Linphone: MediaCodecDecoder: starting decoder with following parameters: {max-height=1920, color-format=2135033992, max-width=1920, mime=video/avc, width=240, priority=0, height=320} 2022-05-19 21:54:32.107 3808-3808/com.smarthome.eae I/Linphone: MediaCodecDecoder: decoder successfully started. In-force parameters: {max-height=1920, color-format=2135033992, max-width=1920, mime=video/avc, width=240, priority=0, height=320} 2022-05-19 21:54:32.107 3808-3808/com.smarthome.eae I/Linphone: MediaCodecH264Decoder: got device info: { 'samsung', 'SM-N770F', 'universal9810' } 2022-05-19 21:54:32.107 3808-3808/com.smarthome.eae E/Linphone: no such method on filter MSMediaCodecH264Decoder, fid=16389 method index=7 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: H26xDecoder: disabling AVPF mode 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: H26xDecoder: freeze on error enabled 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae E/Linphone: no such method on filter MSAndroidTextureDisplay, fid=16387 method index=1 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae E/Linphone: no such method on filter MSAndroidTextureDisplay, fid=16387 method index=0 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: Video stream[0x6f77080a00] thumbnail[0] direction[0]: set display mode 2 to filter MSAndroidTextureDisplay 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSRtpRecv:0x6f771b1b00,0-->MSTee:0x6f77466b80,0 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSTee:0x6f77466b80,1-->MSItcSink:0x6f77466c80,0 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: configure_itc(): format set to type=video;encoding=H264;vsize=0x0;fps=0.000000;fmtp='' 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSTee:0x6f77466b80,0-->MSMediaCodecH264Decoder:0x6f771b1600,0 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSMediaCodecH264Decoder:0x6f771b1600,0-->MSTee:0x6f771b1a00,0 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSTee:0x6f771b1a00,1-->MSJpegWriter:0x6f771b1a80,0 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSTee:0x6f771b1a00,0-->MSAndroidTextureDisplay:0x6f771b1780,0 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSTee:0x6f771b1180,1-->MSAndroidTextureDisplay:0x6f771b1780,1 2022-05-19 21:54:32.108 3808-3808/com.smarthome.eae I/Linphone: MediaCodecEncoder: configuring MediaCodec with the following parameters: {color-format=2135033992, i-frame-interval=20, level=512, mime=video/avc, latency=1, profile=1, width=572, bitrate-mode=1, bitrate=360000, priority=0, frame-rate=15, height=468} 2022-05-19 21:54:32.136 3808-3808/com.smarthome.eae I/Linphone: MediaCodecEncoder: encoder successfully configured. In-force parameters: 2022-05-19 21:54:32.136 3808-3808/com.smarthome.eae I/Linphone: {max-bitrate=963705, vendor.sec-ext-enc-qp-range.B-minQP=5, vendor.rtc-ext-enc-low-latency.enable=0, vendor.sec-ext-enc-disable-hierarchical-b-encoding.disable=0, vendor.rtc-ext-enc-bitrate-mode=963705, mime=video/avc, vendor.sec-ext-enc-qp-range.P-minQP=5, bitrate=963705, vendor.rtc-ext-enc-sar.height=0, vendor.rtc-ext-enc-sar.width=0, vendor.rtc-ext-enc-caps-temporal-layers.max-p-count=7, vendor.rtc-ext-enc-base-layer-pid=0, vendor.sec-ext-enc-qp-range.I-minQP=5, vendor.rtc-ext-enc-caps-preprocess.rotation=0, frame-rate=15, height=468, vendor.sec-ext-enc-qp-range.B-maxQP=50, vendor.rtc-ext-enc-custom-profile-level.level=128, vendor.rtc-ext-enc-caps-preprocess.max-downscale-factor=0, vendor.rtc-ext-enc-ltr-count.num-ltr-frames=0, vendor.sec-ext-enc-qp-range.I-maxQP=50, vendor.sec-ext-enc-qp-range.P-maxQP=50, vendor.rtc-ext-enc-caps-vt-driver-version.number=180315, width=572, vendor.rtc-ext-enc-caps-temporal-layers.max-b-count=6, vendor.rtc-ext-enc-custom-profile-level.profile=1, vendor.rtc-ext-enc-caps-ltr.max-count=4, vendor.rtc-ext-enc-slice.spacing=0} 2022-05-19 21:54:32.145 3808-3808/com.smarthome.eae I/Linphone: MediaCodecEncoder: encoder successfully started 2022-05-19 21:54:32.145 3808-3808/com.smarthome.eae I/Linphone: Filter MSRtpRecv is already being scheduled; nothing to do. 2022-05-19 21:54:32.145 3808-3808/com.smarthome.eae I/Linphone: CallSession[0x6f77247638] : payload type 0 PCMU/8000 fmtp= added to frozen list 2022-05-19 21:54:32.146 3808-3808/com.smarthome.eae I/Linphone: CallSession[0x6f77247638] : payload type 8 PCMA/8000 fmtp= added to frozen list 2022-05-19 21:54:32.146 3808-3808/com.smarthome.eae I/Linphone: CallSession[0x6f77247638] : payload type 101 telephone-event/8000 fmtp= added to frozen list 2022-05-19 21:54:32.146 3808-3808/com.smarthome.eae I/Linphone: CallSession[0x6f77247638] : payload type 99 H264/90000 fmtp=profile-level-id=42801F; packetization-mode=1 added to frozen list 2022-05-19 21:54:32.146 3808-3808/com.smarthome.eae I/Linphone: CallSession[0x6f77247638] : payload type 100 VP8/90000 fmtp= added to frozen list 2022-05-19 21:54:32.146 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: ending recv background task with id=[2292]. 2022-05-19 21:54:32.146 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2292] 2022-05-19 21:54:32.147 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 1 seconds 2022-05-19 21:54:32.149 3808-3808/com.smarthome.eae I/Linphone: [Telecom Connection Service] onCreate() 2022-05-19 21:54:32.149 3808-3808/com.smarthome.eae I/Linphone: Core callbacks [0x6f7735eab0] registered on core [0x6fe6fad700] 2022-05-19 21:54:32.158 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtp for session [0x6fd1380000] 2022-05-19 21:54:32.159 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:32.159 3808-3962/com.smarthome.eae I/Linphone: First estimation 2022-05-19 21:54:32.172 3808-3962/com.smarthome.eae I/Linphone: MediaCodecEncoder: output format has changed. 2022-05-19 21:54:32.173 3808-3962/com.smarthome.eae I/Linphone: MediaCodecEncoder: new output format: 2022-05-19 21:54:32.173 3808-3962/com.smarthome.eae I/Linphone: {max-bitrate=963705, vendor.sec-ext-enc-qp-range.B-minQP=5, vendor.rtc-ext-enc-low-latency.enable=0, vendor.sec-ext-enc-disable-hierarchical-b-encoding.disable=0, vendor.rtc-ext-enc-bitrate-mode=963705, mime=video/avc, vendor.sec-ext-enc-qp-range.P-minQP=5, bitrate=963705, vendor.rtc-ext-enc-sar.height=0, vendor.rtc-ext-enc-sar.width=0, vendor.rtc-ext-enc-caps-temporal-layers.max-p-count=7, vendor.rtc-ext-enc-base-layer-pid=0, vendor.sec-ext-enc-qp-range.I-minQP=5, vendor.rtc-ext-enc-caps-preprocess.rotation=0, frame-rate=15, height=468, vendor.sec-ext-enc-qp-range.B-maxQP=50, vendor.rtc-ext-enc-custom-profile-level.level=128, vendor.rtc-ext-enc-caps-preprocess.max-downscale-factor=0, vendor.rtc-ext-enc-ltr-count.num-ltr-frames=0, csd-1=java.nio.HeapByteBuffer[pos=0 lim=8 cap=8], vendor.sec-ext-enc-qp-range.I-maxQP=50, vendor.sec-ext-enc-qp-range.P-maxQP=50, vendor.rtc-ext-enc-caps-vt-driver-version.number=180315, width=572, vendor.rtc-ext-enc-caps-temporal-layers.max-b-count=6, vendor.rtc-ext-enc-custom-profile-level.profile=1, vendor.rtc-ext-enc-caps-ltr.max-count=4, vendor.rtc-ext-enc-slice.spacing=0, csd-0=java.nio.HeapByteBuffer[pos=0 lim=21 cap=21]} 2022-05-19 21:54:32.176 3808-3808/com.smarthome.eae I/Linphone: [Telecom Connection Service] Creating incoming connection 2022-05-19 21:54:32.176 3808-3808/com.smarthome.eae I/Linphone: [Telecom Connection Service] Incoming connection is for call [94355975-4761-4d81-860a-9f2134c6fd84] with display name [201] 2022-05-19 21:54:32.177 3808-3962/com.smarthome.eae I/Linphone: H264ParameterSetsInserter: I-frame detected 2022-05-19 21:54:32.177 3808-3808/com.smarthome.eae I/Linphone: [Connection] Telecom state changed [STATE_RINGING] for call with id: 94355975-4761-4d81-860a-9f2134c6fd84 2022-05-19 21:54:32.177 3808-3962/com.smarthome.eae I/Linphone: H264ParameterSetsInserter: parameter sets inserted 2022-05-19 21:54:32.177 3808-3808/com.smarthome.eae I/Linphone: [Telecom Connection Service] Address is sip:201@192.168.1.200 2022-05-19 21:54:32.216 3808-3808/com.smarthome.eae I/Linphone: [Context] Phone state is ringing 2022-05-19 21:54:32.348 3808-3808/com.smarthome.eae I/Linphone: [Connection] Audio state changed: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER, activeBluetoothDevice: [null], supportedBluetoothDevices: []] 2022-05-19 21:54:32.348 3808-3808/com.smarthome.eae W/Linphone: [Connection] Call state isn't STATE_ACTIVE or STATE_DIALING, ignoring mute mic & audio route directive from TelecomManager 2022-05-19 21:54:32.535 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:32.565 3808-3808/com.smarthome.eae I/Linphone: [Connection] Audio state changed: [AudioState isMuted: false, route: EARPIECE, supportedRouteMask: EARPIECE, SPEAKER, activeBluetoothDevice: [null], supportedBluetoothDevices: []] 2022-05-19 21:54:32.565 3808-3808/com.smarthome.eae W/Linphone: [Connection] Call state isn't STATE_ACTIVE or STATE_DIALING, ignoring mute mic & audio route directive from TelecomManager 2022-05-19 21:54:32.652 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:33.035 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:33.100 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 2 seconds 2022-05-19 21:54:33.152 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:33.159 3808-3808/com.smarthome.eae I/Linphone: First estimation 2022-05-19 21:54:33.159 3808-3808/com.smarthome.eae I/Linphone: First estimation 2022-05-19 21:54:33.159 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 1.71% | RTP : [d=0.02,u=66.89] RTCP: [d=0.00,u=1.13] (kbits/sec) Stream #1 (video) | cpu: 2.58% | RTP : [d=0.04,u=191.46] RTCP: [d=0.00,u=1.34] (kbits/sec) 2022-05-19 21:54:33.445 3808-3986/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd97df800]. 2022-05-19 21:54:33.461 3808-3808/com.smarthome.eae I/Linphone: MSAudio_stream_iterate[0x6fe6f87900], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:33.461 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:33.545 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:33.651 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:34.042 3808-3962/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd1380000]. 2022-05-19 21:54:34.044 3808-3808/com.smarthome.eae I/Linphone: MSVideo_stream_iterate[0x6f77080a00], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:34.044 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:34.065 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:34.085 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 3 seconds 2022-05-19 21:54:34.145 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 1.94% | RTP : [d=0.00,u=79.99] RTCP: [d=0.00,u=2.30] (kbits/sec) Stream #1 (video) | cpu: 3.13% | RTP : [d=0.00,u=57.98] RTCP: [d=0.00,u=0.77] (kbits/sec) 2022-05-19 21:54:34.152 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:34.165 3808-3808/com.smarthome.eae W/Linphone: Measured and target fps significantly different (1.000000<->15.000000), updating encoder. 2022-05-19 21:54:34.165 3808-3808/com.smarthome.eae W/Linphone: H26xEncoderFilter: ignoring video size change because the encoder is started 2022-05-19 21:54:34.166 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() frame-rate key transfered to Bundle with value 1 2022-05-19 21:54:34.166 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() video-bitrate key transfered to Bundle with value 360000 2022-05-19 21:54:34.166 3808-3808/com.smarthome.eae I/Linphone: H26xEncoder: video configuration set (bitrate=400000b/s, fps=15.000000, vsize=572x468) 2022-05-19 21:54:34.171 3808-3962/com.smarthome.eae I/Linphone: H26xEncoder: requesting I-frame to the encoder. 2022-05-19 21:54:34.172 3808-3962/com.smarthome.eae I/Linphone: AMediaCodec_setParams() request-sync key transfered to Bundle with value 0 2022-05-19 21:54:34.172 3808-3962/com.smarthome.eae E/Linphone: MediaCodecEncoder: I-frame requested to MediaCodec 2022-05-19 21:54:34.182 3808-3962/com.smarthome.eae I/Linphone: H264ParameterSetsInserter: I-frame detected 2022-05-19 21:54:34.182 3808-3962/com.smarthome.eae I/Linphone: H264ParameterSetsInserter: parameter sets inserted 2022-05-19 21:54:34.585 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:34.652 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:35.093 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 4 seconds 2022-05-19 21:54:35.105 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:35.152 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:35.153 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.39% | RTP : [d=0.00,u=80.03] RTCP: [d=0.00,u=0.77] (kbits/sec) Stream #1 (video) | cpu: 3.26% | RTP : [d=0.00,u=112.05] RTCP: [d=0.00,u=2.30] (kbits/sec) 2022-05-19 21:54:35.245 3808-3986/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd97df800]. 2022-05-19 21:54:35.253 3808-3808/com.smarthome.eae I/Linphone: MSAudio_stream_iterate[0x6fe6f87900], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:35.254 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:35.625 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:35.652 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:36.098 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 5 seconds 2022-05-19 21:54:36.145 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:36.152 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:36.158 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.45% | RTP : [d=0.00,u=80.00] RTCP: [d=0.00,u=2.30] (kbits/sec) Stream #1 (video) | cpu: 3.79% | RTP : [d=0.00,u=44.73] RTCP: [d=0.00,u=0.77] (kbits/sec) 2022-05-19 21:54:36.178 3808-3808/com.smarthome.eae W/Linphone: Measured and target fps significantly different (1.000000<->15.000000), updating encoder. 2022-05-19 21:54:36.178 3808-3808/com.smarthome.eae W/Linphone: H26xEncoderFilter: ignoring video size change because the encoder is started 2022-05-19 21:54:36.178 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() frame-rate key transfered to Bundle with value 1 2022-05-19 21:54:36.179 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() video-bitrate key transfered to Bundle with value 360000 2022-05-19 21:54:36.179 3808-3808/com.smarthome.eae I/Linphone: H26xEncoder: video configuration set (bitrate=400000b/s, fps=1.000000, vsize=572x468) 2022-05-19 21:54:36.191 3808-3962/com.smarthome.eae I/Linphone: H26xEncoder: requesting I-frame to the encoder. 2022-05-19 21:54:36.192 3808-3962/com.smarthome.eae I/Linphone: AMediaCodec_setParams() request-sync key transfered to Bundle with value 0 2022-05-19 21:54:36.193 3808-3962/com.smarthome.eae E/Linphone: MediaCodecEncoder: I-frame requested to MediaCodec 2022-05-19 21:54:36.202 3808-3962/com.smarthome.eae I/Linphone: H264ParameterSetsInserter: I-frame detected 2022-05-19 21:54:36.202 3808-3962/com.smarthome.eae I/Linphone: H264ParameterSetsInserter: parameter sets inserted 2022-05-19 21:54:36.622 3808-3962/com.smarthome.eae I/Linphone: video processing delay = { min=0ms, mean=0.0ms, max=0ms } (RtpSession=0x6fd1380000) 2022-05-19 21:54:36.652 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:36.655 3808-3986/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd97df800] 2022-05-19 21:54:36.805 3808-3986/com.smarthome.eae I/Linphone: [AAudio] sound/wall clock skew is average=-2.14412 ms 2022-05-19 21:54:37.045 3808-3808/com.smarthome.eae I/Linphone: MSAudio stream [0x6fe6f87900]: receiving RTCP RR 2022-05-19 21:54:37.046 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:37.086 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 6 seconds 2022-05-19 21:54:37.132 3808-3962/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd1380000]. 2022-05-19 21:54:37.136 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] Activity paused:com.smarthome.eae.activities.main.MainActivity@83429b4 2022-05-19 21:54:37.136 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] runningActivities=0 2022-05-19 21:54:37.152 3808-3962/com.smarthome.eae I/Linphone: Stun packet of length 20 sent on rtcp for session [0x6fd1380000] 2022-05-19 21:54:37.170 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] Activity created:com.smarthome.eae.activities.voip.CallActivity@8c3b938 2022-05-19 21:54:37.210 3808-3808/com.smarthome.eae I/Linphone: Activity started:com.smarthome.eae.activities.voip.CallActivity@8c3b938 2022-05-19 21:54:37.221 3808-3808/com.smarthome.eae I/Linphone: Core callbacks [0x6f77546540] registered on core [0x6fe6fad700] 2022-05-19 21:54:37.222 3808-3808/com.smarthome.eae I/Linphone: Core callbacks [0x6f775464f0] registered on core [0x6fe6fad700] 2022-05-19 21:54:37.466 3808-3808/com.smarthome.eae I/Linphone: Core callbacks [0x6f77531b80] registered on core [0x6fe6fad700] 2022-05-19 21:54:37.471 3808-3808/com.smarthome.eae I/Linphone: [Audio Route Helper] Playback audio currently in use is [SM-N770F] with type (Earpiece) 2022-05-19 21:54:37.473 3808-3808/com.smarthome.eae I/Linphone: Core callbacks [0x6f77546590] registered on core [0x6fe6fad700] 2022-05-19 21:54:37.477 3808-3808/com.smarthome.eae I/Linphone: [Calls] Adding call with ID 94355975-4761-4d81-860a-9f2134c6fd84 to calls list 2022-05-19 21:54:37.479 3808-3808/com.smarthome.eae I/Linphone: Core callbacks [0x6f77532300] registered on core [0x6fe6fad700] 2022-05-19 21:54:37.479 3808-3808/com.smarthome.eae I/Linphone: Core callbacks [0x6f77533c50] registered on core [0x6fe6fad700] 2022-05-19 21:54:37.494 3808-3808/com.smarthome.eae I/Linphone: [Single Call] Updating constraint layout hinges 2022-05-19 21:54:37.497 3808-3808/com.smarthome.eae I/Linphone: [Call] Is PiP supported: true 2022-05-19 21:54:37.498 3808-3808/com.smarthome.eae I/Linphone: [Call] PiP auto enter enabled params set to true 2022-05-19 21:54:37.499 3808-3808/com.smarthome.eae E/Linphone: Failed to find the native listener matching jobject [0x7fff4e8d34] 2022-05-19 21:54:37.499 3808-3808/com.smarthome.eae I/Linphone: [Call Activity] Current call isn't linked to a conference, changing fragment 2022-05-19 21:54:37.506 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] Activity resumed:com.smarthome.eae.activities.voip.CallActivity@8c3b938 2022-05-19 21:54:37.506 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] runningActivities=1 2022-05-19 21:54:37.547 3808-3808/com.smarthome.eae I/Linphone: [Incoming Call] Video early media detected, setting native window id 2022-05-19 21:54:37.547 3808-3808/com.smarthome.eae W/Linphone: [Platform Helper] Found an existing video TextureView [com.smarthome.eae.activities.voip.views.RoundCornersTextureView{d0f1ed1 VFED..C.. ......ID 0,0-0,0 #7f0902b2 app:id/remote_video_surface}], let's destroy it first 2022-05-19 21:54:37.569 3808-3808/com.smarthome.eae I/Linphone: MSVideo_stream_iterate[0x6f77080a00], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:37.569 3808-3808/com.smarthome.eae I/Linphone: MSVideo stream [0x6f77080a00]: receiving RTCP RR 2022-05-19 21:54:37.570 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:37.570 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:37.570 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.07% | RTP : [d=0.00,u=79.99] RTCP: [d=0.18,u=0.77] (kbits/sec) Stream #1 (video) | cpu: 2.98% | RTP : [d=0.00,u=149.52] RTCP: [d=0.39,u=0.77] (kbits/sec) 2022-05-19 21:54:37.628 3808-3808/com.smarthome.eae I/Linphone: [Platform Helper] Rendering window surface texture [android.graphics.SurfaceTexture@5be34c9] is available for texture view [android.view.TextureView{287e7ce V.ED..... ........ 0,0-1080,2084 #7f0902b2 app:id/remote_video_surface}] 2022-05-19 21:54:37.628 3808-3808/com.smarthome.eae I/Linphone: Set native window ID 0x24b6 to video control interface 0x6f76e243b8 2022-05-19 21:54:37.628 3808-3808/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] New windowId jobject ptr is 0x24b6, current one is 0x0 2022-05-19 21:54:37.628 3808-3808/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Took global ref on 0x24b6, windowId is now 0x24c6 2022-05-19 21:54:37.628 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Initializing context for windowId 0x24c6 2022-05-19 21:54:37.629 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display] NativePreviewWindowId 0x24c6 is a TextureView, let's get it's SurfaceTexture first 2022-05-19 21:54:37.629 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display] Creating Surface from SurfaceTexture 0x35 2022-05-19 21:54:37.629 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display] Surface created 0x24d6 for SurfaceTexture 0x35 2022-05-19 21:54:37.629 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Chosen format for windowId 0x24c6 is 2 2022-05-19 21:54:37.629 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Surface size for windowId 0x24c6 is 1080x2084 2022-05-19 21:54:37.630 3808-4022/com.smarthome.eae I/Linphone: [ogl_display] ogl_display_new : 0x6f77626c40 2022-05-19 21:54:37.633 3808-4022/com.smarthome.eae W/Linphone: [ogl_functions] Function : Fail to load plugin libGLEW.so: dlopen failed: library "libGLEW.so" not found 2022-05-19 21:54:37.636 3808-4022/com.smarthome.eae I/Linphone: [ogl_display] init opengles_display (1080 x 2084, gl initialized:0) 2022-05-19 21:54:37.636 3808-4022/com.smarthome.eae I/Linphone: OpenGL version string: OpenGL ES 3.2 v1.r32p1-01bet2-mbs2v39_0.dd0ef18823536510abcc44bd5ed235b2 2022-05-19 21:54:37.636 3808-4022/com.smarthome.eae I/Linphone: OpenGL extensions: GL_EXT_debug_marker GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_type_2_10_10_10_REV GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_EXT_shadow_samplers GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_KHR_texture_compression_astc_sliced_3d GL_KHR_debug GL_EXT_occlusion_query_boolean GL_EXT_disjoint_timer_query GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_OES_texture_3D GL_EXT_texture_storage GL_EXT_multisampled_render_to_texture GL_EXT_multisampled_render_to_texture2 GL_OES_surfaceless_context GL_OES_texture_stencil8 GL_EXT_shader_pixel_local_storage GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_ARM_mali_program_binary GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT_texture_sRGB_decode GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_texture_storage_multisample_2d_array GL_OES_shader_image_atomic GL_EXT_robustness GL_EXT_draw_buffers_indexed GL_OES_draw_buffers_indexed GL_EXT_texture_border_clamp GL_OES_texture_border_clamp GL_EXT_texture_cube_map_array GL_OES_texture_cube_map_array GL_OES_sample_variables GL_OES_sample_shading GL_OES_shader_multisample_interpolation GL_EXT_shader_io_blocks GL_OES_shader_io_blocks GL_EXT_tessellation_shader GL_OES_tessellation_shader GL_EXT_primitive_bounding_box GL_OES_primitive_bounding_box GL_EXT_geometry_shader GL_OES_geometry_shader GL_ANDROID_extension_pack_es31a GL_EXT_gpu_shader5 GL_OES_gpu_shader5 GL_EXT_texture_buffer GL_OES_texture_buffer GL_EXT_copy_image GL_OES_copy_image GL_EXT_shader_non_constant_global_initializers GL_EXT_color_buffer_half_float GL_EXT_unpack_subimage GL_EXT_color_buffer_float GL_EXT_YUV_target GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture GL_KHR_robustness GL_KHR_robust_buffer_access_behavior GL_EXT_draw_elements_base_vertex GL_OES_draw_elements_base_vertex GL_EXT_protected_textures GL_EXT_buffer_storage GL_EXT_external_buffer GL_EXT_EGL_image_array GL_ARM_texture_unnormalized_coordinates GL_EXT_shader_framebuffer_fetch 2022-05-19 21:54:37.636 3808-4022/com.smarthome.eae I/Linphone: OpenGL vendor: ARM 2022-05-19 21:54:37.636 3808-4022/com.smarthome.eae I/Linphone: OpenGL renderer: Mali-G72 2022-05-19 21:54:37.637 3808-4022/com.smarthome.eae I/Linphone: OpenGL version: OpenGL ES 3.2 v1.r32p1-01bet2-mbs2v39_0.dd0ef18823536510abcc44bd5ed235b2 2022-05-19 21:54:37.637 3808-4022/com.smarthome.eae I/Linphone: OpenGL GLSL version: OpenGL ES GLSL ES 3.20 2022-05-19 21:54:37.637 3808-4022/com.smarthome.eae I/Linphone: [ogl_display] resize opengles_display (1080 x 2084, gl initialized:0) 2022-05-19 21:54:37.638 3808-4022/com.smarthome.eae I/Linphone: [ogl_display] Falling back to legacy shaders. 2022-05-19 21:54:37.639 3808-4022/com.smarthome.eae I/Linphone: [ogl_display] OpenGL program info: [NO INFORMATION] 2022-05-19 21:54:37.639 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Context initialized for windowId 0x24c6 2022-05-19 21:54:37.657 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] Activity stopped:com.smarthome.eae.activities.main.MainActivity@83429b4 2022-05-19 21:54:37.785 3808-3986/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd97df800]. 2022-05-19 21:54:37.789 3808-3808/com.smarthome.eae I/Linphone: MSAudio_stream_iterate[0x6fe6f87900], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:37.790 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:38.091 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 7 seconds 2022-05-19 21:54:38.152 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.47% | RTP : [d=0.00,u=80.03] RTCP: [d=0.01,u=1.54] (kbits/sec) Stream #1 (video) | cpu: 3.61% | RTP : [d=0.00,u=33.85] RTCP: [d=0.02,u=2.30] (kbits/sec) 2022-05-19 21:54:38.191 3808-3808/com.smarthome.eae W/Linphone: Measured and target fps significantly different (1.000000<->15.000000), updating encoder. 2022-05-19 21:54:38.191 3808-3808/com.smarthome.eae W/Linphone: H26xEncoderFilter: ignoring video size change because the encoder is started 2022-05-19 21:54:38.192 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() frame-rate key transfered to Bundle with value 1 2022-05-19 21:54:38.193 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() video-bitrate key transfered to Bundle with value 360000 2022-05-19 21:54:38.193 3808-3808/com.smarthome.eae I/Linphone: H26xEncoder: video configuration set (bitrate=400000b/s, fps=1.000000, vsize=572x468) 2022-05-19 21:54:39.100 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 8 seconds 2022-05-19 21:54:39.112 3808-3962/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd1380000]. 2022-05-19 21:54:39.121 3808-3808/com.smarthome.eae I/Linphone: MSVideo_stream_iterate[0x6f77080a00], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:39.122 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:39.161 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.77% | RTP : [d=0.00,u=79.90] RTCP: [d=0.00,u=0.00] (kbits/sec) Stream #1 (video) | cpu: 3.99% | RTP : [d=0.00,u=38.69] RTCP: [d=0.00,u=0.00] (kbits/sec) 2022-05-19 21:54:40.090 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 9 seconds 2022-05-19 21:54:40.151 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.86% | RTP : [d=0.00,u=80.02] RTCP: [d=0.00,u=0.00] (kbits/sec) Stream #1 (video) | cpu: 3.73% | RTP : [d=0.00,u=40.56] RTCP: [d=0.00,u=1.54] (kbits/sec) 2022-05-19 21:54:40.211 3808-3808/com.smarthome.eae W/Linphone: Measured and target fps significantly different (1.000000<->15.000000), updating encoder. 2022-05-19 21:54:40.211 3808-3808/com.smarthome.eae W/Linphone: H26xEncoderFilter: ignoring video size change because the encoder is started 2022-05-19 21:54:40.212 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() frame-rate key transfered to Bundle with value 1 2022-05-19 21:54:40.213 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() video-bitrate key transfered to Bundle with value 360000 2022-05-19 21:54:40.214 3808-3808/com.smarthome.eae I/Linphone: H26xEncoder: video configuration set (bitrate=400000b/s, fps=1.000000, vsize=572x468) 2022-05-19 21:54:40.605 3808-3986/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd97df800]. 2022-05-19 21:54:40.615 3808-3808/com.smarthome.eae I/Linphone: MSAudio_stream_iterate[0x6fe6f87900], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:40.616 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:41.099 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 10 seconds 2022-05-19 21:54:41.160 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.79% | RTP : [d=0.00,u=80.00] RTCP: [d=0.00,u=1.54] (kbits/sec) Stream #1 (video) | cpu: 3.02% | RTP : [d=0.00,u=46.52] RTCP: [d=0.00,u=0.00] (kbits/sec) 2022-05-19 21:54:41.492 3808-3962/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd1380000]. 2022-05-19 21:54:41.502 3808-3808/com.smarthome.eae I/Linphone: MSVideo_stream_iterate[0x6f77080a00], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:41.503 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:41.622 3808-3962/com.smarthome.eae I/Linphone: video processing delay = { min=0ms, mean=0.0ms, max=0ms } (RtpSession=0x6fd1380000) 2022-05-19 21:54:41.805 3808-3986/com.smarthome.eae I/Linphone: [AAudio] sound/wall clock skew is average=-1.63416 ms 2022-05-19 21:54:42.047 3808-3808/com.smarthome.eae I/Linphone: MSAudio stream [0x6fe6f87900]: receiving RTCP RR 2022-05-19 21:54:42.047 3808-3808/com.smarthome.eae I/Linphone: MSQualityIndicator[0x6f7736c0b0][audio], remote statistics available: Loss rate : 0.0% Inter-arrival jitter: 2.1ms RT propagation : 9.9ms 2022-05-19 21:54:42.048 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:42.087 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 11 seconds 2022-05-19 21:54:42.147 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.90% | RTP : [d=0.00,u=80.00] RTCP: [d=1.57,u=0.00] (kbits/sec) Stream #1 (video) | cpu: 3.17% | RTP : [d=0.00,u=41.44] RTCP: [d=0.00,u=1.54] (kbits/sec) 2022-05-19 21:54:42.206 3808-3808/com.smarthome.eae I/Linphone: MSVideo stream [0x6f77080a00]: receiving RTCP RR 2022-05-19 21:54:42.207 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:42.226 3808-3808/com.smarthome.eae W/Linphone: Measured and target fps significantly different (1.000000<->15.000000), updating encoder. 2022-05-19 21:54:42.226 3808-3808/com.smarthome.eae W/Linphone: H26xEncoderFilter: ignoring video size change because the encoder is started 2022-05-19 21:54:42.226 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() frame-rate key transfered to Bundle with value 1 2022-05-19 21:54:42.227 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() video-bitrate key transfered to Bundle with value 360000 2022-05-19 21:54:42.227 3808-3808/com.smarthome.eae I/Linphone: H26xEncoder: video configuration set (bitrate=400000b/s, fps=1.000000, vsize=572x468) 2022-05-19 21:54:43.094 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 12 seconds 2022-05-19 21:54:43.154 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 3.09% | RTP : [d=0.00,u=80.01] RTCP: [d=0.01,u=0.00] (kbits/sec) Stream #1 (video) | cpu: 4.25% | RTP : [d=0.00,u=43.21] RTCP: [d=0.02,u=0.00] (kbits/sec) 2022-05-19 21:54:43.365 3808-3986/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd97df800]. 2022-05-19 21:54:43.377 3808-3808/com.smarthome.eae I/Linphone: MSAudio_stream_iterate[0x6fe6f87900], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:43.378 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:44.083 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 13 seconds 2022-05-19 21:54:44.164 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.35% | RTP : [d=0.00,u=79.97] RTCP: [d=0.00,u=1.54] (kbits/sec) Stream #1 (video) | cpu: 2.86% | RTP : [d=0.00,u=40.86] RTCP: [d=0.00,u=0.00] (kbits/sec) 2022-05-19 21:54:44.244 3808-3808/com.smarthome.eae W/Linphone: Measured and target fps significantly different (1.000000<->15.000000), updating encoder. 2022-05-19 21:54:44.244 3808-3808/com.smarthome.eae W/Linphone: H26xEncoderFilter: ignoring video size change because the encoder is started 2022-05-19 21:54:44.244 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() frame-rate key transfered to Bundle with value 1 2022-05-19 21:54:44.245 3808-3808/com.smarthome.eae I/Linphone: AMediaCodec_setParams() video-bitrate key transfered to Bundle with value 360000 2022-05-19 21:54:44.246 3808-3808/com.smarthome.eae I/Linphone: H26xEncoder: video configuration set (bitrate=400000b/s, fps=1.000000, vsize=572x468) 2022-05-19 21:54:44.352 3808-3962/com.smarthome.eae I/Linphone: Sending RTCP SR compound message on session [0x6fd1380000]. 2022-05-19 21:54:44.364 3808-3808/com.smarthome.eae I/Linphone: MSVideo_stream_iterate[0x6f77080a00], local statistics available: Local current jitter buffer size: 0.0ms 2022-05-19 21:54:44.365 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_stats_updated] 2022-05-19 21:54:44.527 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: keep alive sent to [UDP://192.168.1.200:5060] 2022-05-19 21:54:45.089 3808-3808/com.smarthome.eae I/Linphone: Incoming call ringing for 14 seconds 2022-05-19 21:54:45.150 3808-3808/com.smarthome.eae I/Linphone: Bandwidth usage for CallSession [0x6f77247638]: Stream #0 (audio) | cpu: 2.57% | RTP : [d=0.00,u=79.97] RTCP: [d=0.00,u=0.00] (kbits/sec) Stream #1 (video) | cpu: 3.01% | RTP : [d=0.00,u=36.75] RTCP: [d=0.00,u=1.54] (kbits/sec) 2022-05-19 21:54:45.627 3808-3808/com.smarthome.eae I/Linphone: Terminate CallSession [0x6f77247638] which is currently in state [LinphoneCallIncomingEarlyMedia] 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: message sent to [UDP://192.168.1.200:5060], size: [458] bytes 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: SIP/2.0 603 Decline 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: Via: SIP/2.0/UDP 192.168.1.200:5060;rport;branch=z9hG4bKPj0ceba864-c220-4499-937c-52aec82ca444 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: From: "201" sip:201@192.168.1.200;tag=584f46ae-15f2-4d83-989d-532c3a81135b 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: To: sip:200@192.168.1.101;tag=hN0vXz1 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: Call-ID: 94355975-4761-4d81-860a-9f2134c6fd84 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: CSeq: 16082 INVITE 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: User-Agent: LinphoneAndroid/unspecified (Galaxy Note10 Lite) LinphoneSDK/5.2.0-alpha.165+af7c528 (pipelines/47027) 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: Supported: replaces, outbound, gruu 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: 2022-05-19 21:54:45.628 3808-3808/com.smarthome.eae I/Linphone: Changing [server] [INVITE] transaction [0x6f76f67640], from state [PROCEEDING] to [COMPLETED] 2022-05-19 21:54:45.629 3808-3808/com.smarthome.eae I/Linphone: Dialog [0x6fe7064100]: now updated by transaction [0x6f76f67640]. 2022-05-19 21:54:45.629 3808-3808/com.smarthome.eae I/Linphone: Dialog [0x6fe7064100] deleted (is_expired=0) 2022-05-19 21:54:45.654 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Recorder stream stopped 2022-05-19 21:54:45.658 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Recorder stream closed 2022-05-19 21:54:45.658 3808-3808/com.smarthome.eae I/Linphone: ms_ticker_set_time_func: ticker's time method updated. 2022-05-19 21:54:45.659 3808-3808/com.smarthome.eae I/Linphone: ms_ticker_synchronizer_destroy(): sound/wall clock skew was in average=-1.397246 ms 2022-05-19 21:54:45.659 3808-3808/com.smarthome.eae I/Linphone: [HAEC] Deleting AcousticEchoCanceler 2022-05-19 21:54:45.668 3808-3808/com.smarthome.eae I/Linphone: [HAEC] AcousticEchoCanceler released 2022-05-19 21:54:45.669 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Hardware echo canceller deleted 2022-05-19 21:54:45.669 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Closing player stream, current state is 4 2022-05-19 21:54:45.672 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Player stream closed 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: Stopping AudioStream. 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: MediaStream[0x6fe6f87900] (MSAudio) with RtpSession[0x6fd97df800] summary: 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: send-ssrc = [dec:1463545853 hex:573beffd] 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: recv-ssrc = [dec:0 hex:0] 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: =========================================================== 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: RTP STATISTICS
2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: ----------------------------------------------------------- 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: sent 683 packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: 0 duplicated packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: 117476 bytes
2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: received 0 packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: 0 duplicated packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: 0 bytes
2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: incoming delivered to the app 0 bytes
2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: incoming cumulative lost 0 packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: incoming received too late 0 packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: incoming bad formatted 0 packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: incoming discarded (queue overflow) 0 packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: sent rtcp 0 packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: received rtcp 2 packets 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: =========================================================== 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSAAudioRecorder:0x6f774b2880,0-->MSResample:0x6f774b2a80,0 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSResample:0x6f774b2a80,0-->MSEqualizer:0x6f774b2c80,0 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSEqualizer:0x6f774b2c80,0-->MSVolume:0x6f77241680,0 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSVolume:0x6f77241680,0-->MSAudioMixer:0x6f774b2c00,0 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSAudioMixer:0x6f774b2c00,0-->MSUlawEnc:0x6f774b2980,0 2022-05-19 21:54:45.673 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSUlawEnc:0x6f774b2980,0-->MSRtpSend:0x6f77241480,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSRtpRecv:0x6f774b2800,0-->MSUlawDec:0x6f774b2a00,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSUlawDec:0x6f774b2a00,0-->MSGenericPLC:0x6f774b2d80,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSGenericPLC:0x6f774b2d80,0-->MSAudioFlowControl:0x6f774b2e00,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSAudioFlowControl:0x6f774b2e00,0-->MSDtmfGen:0x6f774b2780,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSDtmfGen:0x6f774b2780,0-->MSVolume:0x6f774b2b80,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSVolume:0x6f774b2b80,0-->MSEqualizer:0x6f774b2d00,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSEqualizer:0x6f774b2d00,0-->MSAudioMixer:0x6f774b2e80,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSFilePlayer:0x6f774b2f00,0-->MSResample:0x6f774b2f80,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSResample:0x6f774b2f80,0-->MSAudioMixer:0x6f774b2e80,1 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSAudioMixer:0x6f774b2e80,0-->MSResample:0x6f774b2b00,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSResample:0x6f774b2b00,0-->MSAAudioPlayer:0x6f774b2900,0 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: ================================================================================= 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: FILTER USAGE STATISTICS
2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: Name Count Time/tick (ms) CPU Usage 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: min mean max sd
2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: --------------------------------------------------------------------------------- 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: MSMediaCodecH264Encoder 1353 0.10 0.28 6.23 0.30 50.5 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: MSResample 780 0.03 0.11 0.37 0.05 20.2 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: MSRtpSend 2714 0.00 0.06 1.35 0.11 11.3 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: MSRtpRecv 2761 0.01 0.03 1.36 0.03 5.7 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: MSAndroidTextureDisplay 14 0.00 0.01 0.03 0.01 2.5 2022-05-19 21:54:45.674 3808-3808/com.smarthome.eae I/Linphone: MSUlawEnc 681 0.00 0.01 0.29 0.01 1.7 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSAAudioRecorder 1361 0.00 0.01 0.19 0.01 1.5 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSAAudioPlayer 99 0.00 0.01 0.02 0.00 1.2 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSVolume 681 0.00 0.01 0.07 0.00 1.0 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSMediaCodecH264Decoder 1353 0.00 0.00 0.45 0.02 0.9 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSJpegWriter 14 0.00 0.00 0.00 0.00 0.5 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSTee 14 0.00 0.00 0.00 0.00 0.5 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSAudioMixer 2726 0.00 0.00 0.09 0.00 0.5 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSPixConv 14 0.00 0.00 0.00 0.00 0.4 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSGenericPLC 1365 0.00 0.00 0.03 0.00 0.4 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSEqualizer 681 0.00 0.00 0.12 0.01 0.4 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSDtmfGen 1365 0.00 0.00 0.07 0.00 0.3 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSStaticImage 1353 0.00 0.00 0.12 0.00 0.3 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSFilePlayer 1365 0.00 0.00 0.04 0.00 0.3 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSAudioFlowControl 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSUlawDec 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSVoidSink 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSItcSink 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: MSWebRTCAECM 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.675 3808-3808/com.smarthome.eae I/Linphone: ================================================================================= 2022-05-19 21:54:45.695 3808-3808/com.smarthome.eae I/Linphone: Filter MSRtpRecv is not scheduled; nothing to do. 2022-05-19 21:54:45.695 3808-3808/com.smarthome.eae I/Linphone: Stopping VideoStream 2022-05-19 21:54:45.695 3808-3808/com.smarthome.eae I/Linphone: MediaStream[0x6f77080a00] (MSVideo) with RtpSession[0x6fd1380000] summary: 2022-05-19 21:54:45.695 3808-3808/com.smarthome.eae I/Linphone: send-ssrc = [dec:34392642 hex:20cca42] 2022-05-19 21:54:45.695 3808-3808/com.smarthome.eae I/Linphone: recv-ssrc = [dec:0 hex:0] 2022-05-19 21:54:45.695 3808-3808/com.smarthome.eae I/Linphone: =========================================================== 2022-05-19 21:54:45.695 3808-3808/com.smarthome.eae I/Linphone: RTP STATISTICS
2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ----------------------------------------------------------- 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: sent 93 packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: 0 duplicated packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: 101886 bytes
2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: received 0 packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: 0 duplicated packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: 0 bytes
2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: incoming delivered to the app 0 bytes
2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: incoming cumulative lost 0 packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: incoming received too late 0 packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: incoming bad formatted 0 packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: incoming discarded (queue overflow) 0 packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: sent rtcp 0 packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: received rtcp 2 packets 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: =========================================================== 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSStaticImage:0x6f76e67080,0-->MSPixConv:0x6f771b1680,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSPixConv:0x6f771b1680,0-->MSTee:0x6f771b1180,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSTee:0x6f771b1180,0-->MSMediaCodecH264Encoder:0x6f77466f00,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSMediaCodecH264Encoder:0x6f77466f00,0-->MSRtpSend:0x6f77241800,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSTee:0x6f771b1180,2-->MSJpegWriter:0x6f771b1700,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSRtpRecv:0x6f771b1b00,0-->MSTee:0x6f77466b80,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSTee:0x6f77466b80,1-->MSItcSink:0x6f77466c80,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSTee:0x6f77466b80,0-->MSMediaCodecH264Decoder:0x6f771b1600,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSMediaCodecH264Decoder:0x6f771b1600,0-->MSTee:0x6f771b1a00,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSTee:0x6f771b1a00,1-->MSJpegWriter:0x6f771b1a80,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSTee:0x6f771b1a00,0-->MSAndroidTextureDisplay:0x6f771b1780,0 2022-05-19 21:54:45.696 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSTee:0x6f771b1180,1-->MSAndroidTextureDisplay:0x6f771b1780,1 2022-05-19 21:54:45.697 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Destroying context for windowId 0x24c6 2022-05-19 21:54:45.697 3808-4022/com.smarthome.eae I/Linphone: [ogl_display] uninit opengles_display (gl initialized:1) 2022-05-19 21:54:45.697 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] OGL display destroyed 2022-05-19 21:54:45.698 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] EGL display destroyed for windowId 0x24c6 2022-05-19 21:54:45.698 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Window released for windowId 0x24c6 2022-05-19 21:54:45.698 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Surface released for windowId 0x24c6 2022-05-19 21:54:45.698 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Surface destroyed for windowId 0x24c6 2022-05-19 21:54:45.698 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Context destroyed for windowId 0x24c6 2022-05-19 21:54:45.698 3808-4022/com.smarthome.eae I/Linphone: [TextureView Display][Filter=0x6f771b1780] Releasing global ref on windowId 0x24c6 2022-05-19 21:54:45.704 3808-3808/com.smarthome.eae I/Linphone: This device (samsung/SM-N770F/universal9810) declares it has a built-in echo canceller. 2022-05-19 21:54:45.704 3808-3808/com.smarthome.eae I/Linphone: No information available for [samsung/SM-N770F/universal9810], 2022-05-19 21:54:45.704 3808-3808/com.smarthome.eae I/Linphone: Android >= 8, using sound device descriptor.with DEVICE_HAS_BUILTIN_AEC | DEVICE_HAS_BUILTIN_OPENSLES_AEC flags 2022-05-19 21:54:45.704 3808-3808/com.smarthome.eae I/Linphone: Sound device information for [samsung/SM-N770F/universal9810] is: builtin=[yes], delay=[0] ms 2022-05-19 21:54:45.704 3808-3808/com.smarthome.eae I/Linphone: [ToneManager] startErrorTone 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: [ToneManager] playTone 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: speex_lib_ctl init with neon ? 1 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: configuring resampler output to rate=[48000], nchannels=[1] 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSFilePlayer:0x6f76e67080,0-->MSDtmfGen:0x6f77466c80,0 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSDtmfGen:0x6f77466c80,0-->MSResample:0x6fe700bc00,0 2022-05-19 21:54:45.705 3808-4641/com.smarthome.eae I/Linphone: Priority used: 99 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: ms_filter_link: MSResample:0x6fe700bc00,0-->MSAAudioPlayer:0x6f771b1680,0 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: Initializing speex resampler in mode [voip] 2022-05-19 21:54:45.705 3808-4641/com.smarthome.eae I/Linphone: Ring MSTicker priority increased to maximum. 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Using DTMF mode 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Using device ID: AAudio Earpiece: SM-N770F (2) 2022-05-19 21:54:45.705 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Player stream configured with samplerate 48000 and 1 channels 2022-05-19 21:54:45.721 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Player stream opened 2022-05-19 21:54:45.721 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Expected content type 4, got 4 2022-05-19 21:54:45.721 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Expected usage 3, got 3 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Player stream started 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: Playing tones of frequencies 480,0 Hz, duration=200, amplitude=0.500000 interval=200, repeat_count=2 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: CallSession [0x6f77247638] moving from state LinphoneCallIncomingEarlyMedia to LinphoneCallEnd 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: StreamsGroup::finish() called. 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: ================================================================================= 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: FILTER USAGE STATISTICS
2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: Name Count Time/tick (ms) CPU Usage 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: min mean max sd
2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: --------------------------------------------------------------------------------- 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSAndroidTextureDisplay 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSMediaCodecH264Decoder 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSPixConv 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSJpegWriter 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSMediaCodecH264Encoder 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSStaticImage 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSFilePlayer 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSAudioFlowControl 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSGenericPLC 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSEqualizer 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSAudioMixer 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.751 3808-3808/com.smarthome.eae I/Linphone: MSVolume 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSResample 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSUlawDec 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSUlawEnc 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSAAudioPlayer 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSAAudioRecorder 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSDtmfGen 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSVoidSink 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSRtpRecv 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSItcSink 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSTee 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSWebRTCAECM 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: MSRtpSend 0 0.00 0.00 0.00 0.00 0.0 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: ================================================================================= 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: Stopping ZRTP context on session [0x0] 2022-05-19 21:54:45.752 3808-3808/com.smarthome.eae I/Linphone: ZRTP context destroyed 2022-05-19 21:54:45.759 3808-3986/com.smarthome.eae I/Linphone: MSAudio MSTicker thread exiting 2022-05-19 21:54:45.762 3808-3962/com.smarthome.eae I/Linphone: MSVideo MSTicker thread exiting 2022-05-19 21:54:45.763 3808-3808/com.smarthome.eae I/Linphone: MainDb::addEvent() of type ConferenceCallEnded (value 4) 2022-05-19 21:54:45.763 3808-3808/com.smarthome.eae I/Linphone: Insert new conference call in database: 94355975-4761-4d81-860a-9f2134c6fd84 2022-05-19 21:54:45.763 3808-3808/com.smarthome.eae I/Linphone: Updating sip address display name in database: sip:201@192.168.1.200. 2022-05-19 21:54:45.767 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_log_updated] 2022-05-19 21:54:45.767 3808-3808/com.smarthome.eae I/Linphone: Resetting the current call 2022-05-19 21:54:45.767 3808-3808/com.smarthome.eae I/Linphone: Removing the call (local address sip:200@192.168.1.101 remote address "201" sip:201@192.168.1.200) from the list attached to the core 2022-05-19 21:54:45.767 3808-3808/com.smarthome.eae I/Linphone: [Context] Last call has ended 2022-05-19 21:54:45.767 3808-3808/com.smarthome.eae I/Linphone: [Core Manager] Last call ended 2022-05-19 21:54:45.816 3808-3808/com.smarthome.eae I/Linphone: [Audio Helper] Ringtone ringing stopped 2022-05-19 21:54:45.817 3808-3808/com.smarthome.eae I/Linphone: [Call Overlay] Last call ended, removing it 2022-05-19 21:54:45.817 3808-3808/com.smarthome.eae I/Linphone: [Core Service] Last call ended 2022-05-19 21:54:45.817 3808-3808/com.smarthome.eae I/Linphone: [Core Service] Stopping service as foreground 2022-05-19 21:54:45.817 3808-3808/com.smarthome.eae I/Linphone: [Service] Stopping service as foreground 2022-05-19 21:54:45.817 3808-3808/com.smarthome.eae W/Linphone: [Telecom Connection Service] Last call ended, there is 1 connections still alive 2022-05-19 21:54:45.817 3808-3808/com.smarthome.eae W/Linphone: [Telecom Connection Service] Destroying zombie connection 94355975-4761-4d81-860a-9f2134c6fd84 2022-05-19 21:54:45.818 3808-3808/com.smarthome.eae I/Linphone: [Connection] Telecom state changed [STATE_DISCONNECTED] for call with id: 94355975-4761-4d81-860a-9f2134c6fd84 2022-05-19 21:54:45.819 3808-3808/com.smarthome.eae I/Linphone: [Calls] Last call ended 2022-05-19 21:54:45.820 3808-3808/com.smarthome.eae I/Linphone: [Call Activity] No more call event fired, finishing activity 2022-05-19 21:54:45.826 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [last_call_ended] 2022-05-19 21:54:45.826 3808-3808/com.smarthome.eae I/Linphone: [Context] Call state changed [End] 2022-05-19 21:54:45.826 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Call state changed: End 2022-05-19 21:54:45.826 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Call state changed [End] 2022-05-19 21:54:45.827 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Canceling [1652986471] with tag [null] 2022-05-19 21:54:45.828 3808-3808/com.smarthome.eae I/Linphone: [Core Service] Stopping vibrator 2022-05-19 21:54:45.830 3808-3808/com.smarthome.eae I/Linphone: [Telecom Connection Service] call [94355975-4761-4d81-860a-9f2134c6fd84] state changed: End 2022-05-19 21:54:45.830 3808-3808/com.smarthome.eae I/Linphone: [Telecom Connection Service] Call [94355975-4761-4d81-860a-9f2134c6fd84] ended with reason: Declined, destroying connection 2022-05-19 21:54:45.831 3808-3808/com.smarthome.eae I/Linphone: [Call Controls] State changed: End 2022-05-19 21:54:45.831 3808-3808/com.smarthome.eae I/Linphone: [Proximity Sensor Activity] Enabling proximity sensor turning off screen 2022-05-19 21:54:45.831 3808-3808/com.smarthome.eae I/Linphone: [Proximity Sensor Activity] Acquiring PROXIMITY_SCREEN_OFF_WAKE_LOCK 2022-05-19 21:54:45.835 3808-3808/com.smarthome.eae I/Linphone: [Call] Is PiP supported: true 2022-05-19 21:54:45.836 3808-3808/com.smarthome.eae I/Linphone: [Call] PiP auto enter enabled params set to false 2022-05-19 21:54:45.837 3808-3808/com.smarthome.eae W/Linphone: [Audio Route Helper] No call found, checking audio route on Core 2022-05-19 21:54:45.837 3808-3808/com.smarthome.eae I/Linphone: [Audio Route Helper] Playback audio currently in use is [null] with type (null) 2022-05-19 21:54:45.838 3808-3808/com.smarthome.eae I/Linphone: [Calls] Call with ID [94355975-4761-4d81-860a-9f2134c6fd84] state changed: End 2022-05-19 21:54:45.838 3808-3808/com.smarthome.eae I/Linphone: [Calls] Removing call with ID 94355975-4761-4d81-860a-9f2134c6fd84 from calls list 2022-05-19 21:54:45.838 3808-3808/com.smarthome.eae E/Linphone: Failed to find the native listener matching jobject [0x7fff4e7b94] 2022-05-19 21:54:45.838 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_state_changed] 2022-05-19 21:54:45.840 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x23ba] 2022-05-19 21:54:45.841 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 9146 2022-05-19 21:54:45.841 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: starting recv background task with id=[23ba]. 2022-05-19 21:54:45.841 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: received [395] new bytes from [UDP://192.168.1.200:5060]: ACK sip:200@192.168.1.101:41637 SIP/2.0 Via: SIP/2.0/UDP 192.168.1.200:5060;rport;branch=z9hG4bKPj0ceba864-c220-4499-937c-52aec82ca444 From: "201" sip:201@192.168.1.200;tag=584f46ae-15f2-4d83-989d-532c3a81135b To: sip:200@192.168.1.101;tag=hN0vXz1 Call-ID: 94355975-4761-4d81-860a-9f2134c6fd84 CSeq: 16082 ACK Max-Forwards: 70 User-Agent: FPBX-14.0.11(13.18.3) Content-Length: 0 2022-05-19 21:54:45.846 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840] [395] bytes parsed 2022-05-19 21:54:45.846 3808-3808/com.smarthome.eae I/Linphone: Found transaction [0x6f76f67640] matching request. 2022-05-19 21:54:45.846 3808-3808/com.smarthome.eae I/Linphone: Changing [server] [INVITE] transaction [0x6f76f67640], from state [COMPLETED] to [CONFIRMED] 2022-05-19 21:54:45.846 3808-3808/com.smarthome.eae I/Linphone: channel [0x6f77469840]: ending recv background task with id=[23ba]. 2022-05-19 21:54:45.848 3808-3808/com.smarthome.eae I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x23ba] 2022-05-19 21:54:45.849 3808-3808/com.smarthome.eae I/Linphone: Dialog [0x6fe7064100] terminated for op [0x6fd1477700] 2022-05-19 21:54:45.851 3808-3808/com.smarthome.eae I/Linphone: CallSession [0x6f77247638] moving from state LinphoneCallEnd to LinphoneCallReleased 2022-05-19 21:54:45.870 3808-3808/com.smarthome.eae I/Linphone: [Context] Call state changed [Released] 2022-05-19 21:54:45.870 3808-3808/com.smarthome.eae I/Linphone: [Telecom Helper] Call state changed: Released 2022-05-19 21:54:45.870 3808-3808/com.smarthome.eae I/Linphone: [Notifications Manager] Call state changed [Released] 2022-05-19 21:54:45.871 3808-3808/com.smarthome.eae I/Linphone: [Telecom Connection Service] call [94355975-4761-4d81-860a-9f2134c6fd84] state changed: Released 2022-05-19 21:54:45.871 3808-3808/com.smarthome.eae E/Linphone: [Telecom Connection Service] Failed to find connection for call id: 94355975-4761-4d81-860a-9f2134c6fd84 2022-05-19 21:54:45.871 3808-3808/com.smarthome.eae I/Linphone: [Call Controls] State changed: Released 2022-05-19 21:54:45.871 3808-3808/com.smarthome.eae I/Linphone: [Call] Is PiP supported: true 2022-05-19 21:54:45.872 3808-3808/com.smarthome.eae I/Linphone: [Call] PiP auto enter enabled params set to false 2022-05-19 21:54:45.873 3808-3808/com.smarthome.eae W/Linphone: [Audio Route Helper] No call found, checking audio route on Core 2022-05-19 21:54:45.873 3808-3808/com.smarthome.eae I/Linphone: [Audio Route Helper] Playback audio currently in use is [null] with type (null) 2022-05-19 21:54:45.874 3808-3808/com.smarthome.eae I/Linphone: [Calls] Call with ID [94355975-4761-4d81-860a-9f2134c6fd84] state changed: Released 2022-05-19 21:54:45.874 3808-3808/com.smarthome.eae I/Linphone: [Calls] Removing call with ID 94355975-4761-4d81-860a-9f2134c6fd84 from calls list 2022-05-19 21:54:45.875 3808-3808/com.smarthome.eae W/Linphone: [Calls] Data for call to remove wasn't found 2022-05-19 21:54:45.875 3808-3808/com.smarthome.eae I/Linphone: Linphone core [0x6fe6fad700] notified [call_state_changed] 2022-05-19 21:54:45.876 3808-3808/com.smarthome.eae I/Linphone: op [0x6fd1477700] : setOrUpdateDialog() current=[0x6fe7064100] new=[0x0] 2022-05-19 21:54:45.878 3808-3808/com.smarthome.eae I/Linphone: [Proximity Sensor Activity] Disabling proximity sensor turning off screen 2022-05-19 21:54:45.879 3808-3808/com.smarthome.eae I/Linphone: [Proximity Sensor Activity] Releasing PROXIMITY_SCREEN_OFF_WAKE_LOCK 2022-05-19 21:54:45.879 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] Activity paused:com.smarthome.eae.activities.voip.CallActivity@8c3b938 2022-05-19 21:54:45.879 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] runningActivities=0 2022-05-19 21:54:45.888 3808-3808/com.smarthome.eae I/Linphone: [Context] Phone state is idle 2022-05-19 21:54:45.889 3808-3808/com.smarthome.eae I/Linphone: [Telecom Connection Service] onUnbind() 2022-05-19 21:54:45.889 3808-3808/com.smarthome.eae I/Linphone: Callbacks [0x6f7735eab0] unregistered on core [0x6fe6fad700] 2022-05-19 21:54:45.893 3808-3808/com.smarthome.eae I/Linphone: Activity started:com.smarthome.eae.activities.main.MainActivity@83429b4 2022-05-19 21:54:45.906 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] Activity resumed:com.smarthome.eae.activities.main.MainActivity@83429b4 2022-05-19 21:54:45.906 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] runningActivities=1 2022-05-19 21:54:45.970 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] Activity stopped:com.smarthome.eae.activities.voip.CallActivity@8c3b938 2022-05-19 21:54:45.974 3808-3808/com.smarthome.eae W/Linphone: [Platform Helper] Found an existing video TextureView [android.view.TextureView{287e7ce V.ED..... ........ 0,0-1080,2084 #7f0902b2 app:id/remote_video_surface}], let's destroy it first 2022-05-19 21:54:45.974 3808-3808/com.smarthome.eae I/Linphone: [Platform Helper] Video window surface set to null 2022-05-19 21:54:45.974 3808-3808/com.smarthome.eae W/Linphone: [Platform Helper] Found an existing preview TextureView, let's destroy it first 2022-05-19 21:54:45.974 3808-3808/com.smarthome.eae I/Linphone: [Platform Helper] Preview window surface set to null 2022-05-19 21:54:45.975 3808-3808/com.smarthome.eae I/Linphone: [Activity Monitor] Activity destroyed:com.smarthome.eae.activities.voip.CallActivity@8c3b938 2022-05-19 21:54:45.977 3808-3808/com.smarthome.eae I/Linphone: Callbacks [0x6f775464f0] unregistered on core [0x6fe6fad700] 2022-05-19 21:54:45.977 3808-3808/com.smarthome.eae I/Linphone: Callbacks [0x6f77546540] unregistered on core [0x6fe6fad700] 2022-05-19 21:54:45.980 3808-3808/com.smarthome.eae I/Linphone: Callbacks [0x6f77533c50] unregistered on core [0x6fe6fad700] 2022-05-19 21:54:45.980 3808-3808/com.smarthome.eae I/Linphone: Callbacks [0x6f77532300] unregistered on core [0x6fe6fad700] 2022-05-19 21:54:45.980 3808-3808/com.smarthome.eae I/Linphone: Callbacks [0x6f77531b80] unregistered on core [0x6fe6fad700] 2022-05-19 21:54:45.980 3808-3808/com.smarthome.eae I/Linphone: Callbacks [0x6f77546590] unregistered on core [0x6fe6fad700] 2022-05-19 21:54:45.980 3808-3808/com.smarthome.eae E/Linphone: Failed to find the native listener matching jobject [0x7fff4e8094] 2022-05-19 21:54:46.763 3808-3808/com.smarthome.eae I/Linphone: RingStream no longer needed. 2022-05-19 21:54:46.763 3808-3808/com.smarthome.eae I/Linphone: [ToneManager] destroyRingStream 2022-05-19 21:54:46.763 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Closing player stream, current state is 4 2022-05-19 21:54:46.767 3808-3808/com.smarthome.eae I/Linphone: [AAudio] Player stream closed 2022-05-19 21:54:46.767 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSFilePlayer:0x6f76e67080,0-->MSDtmfGen:0x6f77466c80,0 2022-05-19 21:54:46.767 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSDtmfGen:0x6f77466c80,0-->MSResample:0x6fe700bc00,0 2022-05-19 21:54:46.767 3808-3808/com.smarthome.eae I/Linphone: ms_filter_unlink: MSResample:0x6fe700bc00,0-->MSAAudioPlayer:0x6f771b1680,0 2022-05-19 21:54:46.775 3808-4641/com.smarthome.eae I/Linphone: Ring MSTicker thread exiting

sercangoger commented 2 years ago

I also tried the intercom device and the mobile device as P2P. We also tried with the freepbx server, but we could not get early media. We are testing on android 26 and above devices.

pergolafabio commented 2 years ago

Early media works on asterisk/FreePBX, but I can only make it work in 1 to 1 call, not with ring groups... You need to add the progress() app in your dialplan, to see early media

sercangoger commented 2 years ago

"app in your dialplan, to see early media" how do i do it exactly @pergolafabio

pergolafabio commented 2 years ago

Hi, see here:

https://wiki.asterisk.org/wiki/display/AST/Early+Media+and+the+Progress+Application

sercangoger commented 2 years ago

Can I use the method here for the camera as well?

pergolafabio commented 2 years ago

yes, but your device also needs to send it in early media stage (session 183)

Viish commented 2 years ago

I've made a fix so linphone-android will display local video preview & send it if automatically initiate video calls policy is enabled & that the remote end asks for early-media: 1bb294acf1af6ebde0b2bd2cf55ebf2f35fd84be With two linphone-android it works perfectly fine (receiver has to enable accept early media call parameter).