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.11k stars 679 forks source link

Video calls #1166

Closed nzkar closed 3 years ago

nzkar commented 3 years ago

Hi, when I try to set the video size property outside of the VideoSettingsFragment, the application crashes. However there is no problem in reading the video size property from the same function. Also, when I tried to set the that property by the switch in VideoSettingsFragment it crashes after approximately 10 changes. Do you have any idea about this problem? Is there some other functionality depending on the setPreferredVideoSize method?

Viish commented 3 years ago

Hi, I don't know about this. Please attach the symbolized stack trace of the crash & the SDK logs.

nzkar commented 3 years ago

This time it took a little longer but eventually happened. https://www.linphone.org:444//tmp/5f634d804b969_df1b60edfac3b8b5625b.gz

Viish commented 3 years ago

Please add the crash stacktrace.

nzkar commented 3 years ago

2020-09-17 14:57:05.342 23614-23614/? I/.linphone.debu: Late-enabling -Xcheck:jni 2020-09-17 14:57:05.602 23614-23614/org.linphone.debug I/Perf: Connecting to perf service. 2020-09-17 14:57:05.650 23614-23614/org.linphone.debug I/FirebaseInitProvider: FirebaseApp initialization successful 2020-09-17 14:57:05.729 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/graphics/drawable/Drawable;->getOpticalInsets()Landroid/graphics/Insets; (light greylist, linking) 2020-09-17 14:57:05.729 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden field Landroid/graphics/Insets;->left:I (light greylist, linking) 2020-09-17 14:57:05.729 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden field Landroid/graphics/Insets;->right:I (light greylist, linking) 2020-09-17 14:57:05.729 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden field Landroid/graphics/Insets;->top:I (light greylist, linking) 2020-09-17 14:57:05.729 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden field Landroid/graphics/Insets;->bottom:I (light greylist, linking) 2020-09-17 14:57:05.762 23614-23614/org.linphone.debug W/FactoryImpl: Unable to load optional library ffmpeg-linphone: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.linphone.debug-s_aRsr79_TbXUAnipVxgcg==/base.apk"],nativeLibraryDirectories=[/data/app/org.linphone.debug-s_aRsr79_TbXUAnipVxgcg==/lib/arm64, /data/app/org.linphone.debug-s_aRsr79_TbXUAnipVxgcg==/base.apk!/lib/arm64-v8a, /system/lib64]]] couldn't find "libffmpeg-linphone.so" 2020-09-17 14:57:05.853 23614-23614/org.linphone.debug I/Linphone: ==== Phone information dump ==== 2020-09-17 14:57:05.856 23614-23614/org.linphone.debug I/Linphone: DISPLAY NAME=GM 9 Pro 2020-09-17 14:57:05.856 23614-23614/org.linphone.debug I/Linphone: DEVICE=GM9PRO_sprout 2020-09-17 14:57:05.856 23614-23614/org.linphone.debug I/Linphone: MODEL=GM 9 Pro 2020-09-17 14:57:05.856 23614-23614/org.linphone.debug I/Linphone: MANUFACTURER=General Mobile 2020-09-17 14:57:05.856 23614-23614/org.linphone.debug I/Linphone: ANDROID SDK=28 2020-09-17 14:57:05.856 23614-23614/org.linphone.debug I/Linphone: ABIs=arm64-v8a, armeabi-v7a, armeabi 2020-09-17 14:57:05.856 23614-23614/org.linphone.debug I/Linphone: ==== Linphone information dump ==== 2020-09-17 14:57:05.856 23614-23614/org.linphone.debug I/Linphone: VERSION NAME=4.4.0 2020-09-17 14:57:05.857 23614-23614/org.linphone.debug I/Linphone: VERSION CODE=4300 2020-09-17 14:57:05.857 23614-23614/org.linphone.debug I/Linphone: PACKAGE=org.linphone.debug 2020-09-17 14:57:05.857 23614-23614/org.linphone.debug I/Linphone: BUILD TYPE=debug 2020-09-17 14:57:05.857 23614-23614/org.linphone.debug I/Linphone: SDK VERSION=4.3.5-pre.2+c55e271 2020-09-17 14:57:05.857 23614-23614/org.linphone.debug I/Linphone: SDK BRANCH=remotes/origin/release/4.3 2020-09-17 14:57:05.857 23614-23614/org.linphone.debug I/Linphone: [Context] Ready 2020-09-17 14:57:05.868 23614-23614/org.linphone.debug I/Linphone: [Manager] Registering phone state listener 2020-09-17 14:57:05.883 23614-23614/org.linphone.debug D/skia: --- Failed to create image decoder with message 'unimplemented' 2020-09-17 14:57:05.890 23614-23614/org.linphone.debug W/Linphone: [Context] Device is in bucket STANDBY_BUCKET_ACTIVE 2020-09-17 14:57:05.891 23614-23614/org.linphone.debug W/Linphone: [Context] Push notifications won't work ! 2020-09-17 14:57:05.891 23614-23614/org.linphone.debug I/Linphone: [Context] Starting, push status is false 2020-09-17 14:57:05.891 23614-23614/org.linphone.debug I/Linphone: Using (r/w) config information from /data/user/0/org.linphone.debug/files/.linphonerc 2020-09-17 14:57:05.892 23614-23614/org.linphone.debug I/Linphone: Reading config information from /data/user/0/org.linphone.debug/files/linphonerc 2020-09-17 14:57:05.896 23614-23614/org.linphone.debug I/Linphone: Initializing LinphoneCore 4.3.2-2-gb5f9d3fb8 2020-09-17 14:57:05.896 23614-23614/org.linphone.debug I/Linphone: Sal nat helper [enabled] 2020-09-17 14:57:05.901 23614-23614/org.linphone.debug I/Linphone: [Device] hasLowLatencyFeature: false, hasProFeature: false 2020-09-17 14:57:05.903 23614-23614/org.linphone.debug I/Linphone: [Device] Output frames per buffer: 192, output sample rate: 48000. 2020-09-17 14:57:05.903 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Created, wifi only mode is disabled 2020-09-17 14:57:05.906 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Starting copy from assets to application files directory 2020-09-17 14:57:05.914 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Installing Resource cpim_grammar 2020-09-17 14:57:05.915 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Installing Resource identity_grammar 2020-09-17 14:57:05.916 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Installing Resource vcard_grammar 2020-09-17 14:57:05.919 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Installing Resource rootca.pem 2020-09-17 14:57:05.925 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource dont_wait_too_long.mkv already installed, skipping... 2020-09-17 14:57:05.926 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource hello16000.wav already installed, skipping... 2020-09-17 14:57:05.926 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource hello8000.wav already installed, skipping... 2020-09-17 14:57:05.926 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource incoming_chat.wav already installed, skipping... 2020-09-17 14:57:05.926 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource ringback.wav already installed, skipping... 2020-09-17 14:57:05.928 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource four_hands_together.mkv already installed, skipping... 2020-09-17 14:57:05.928 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource house_keeping.mkv already installed, skipping... 2020-09-17 14:57:05.929 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource its_a_game.mkv already installed, skipping... 2020-09-17 14:57:05.929 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource leaving_dreams.mkv already installed, skipping... 2020-09-17 14:57:05.929 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource notes_of_the_optimistic.mkv already installed, skipping... 2020-09-17 14:57:05.930 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource oldphone-mono.wav already installed, skipping... 2020-09-17 14:57:05.930 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource soft_as_snow.mkv already installed, skipping... 2020-09-17 14:57:05.930 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Resource toy-mono.wav already installed, skipping... 2020-09-17 14:57:05.930 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Copy from assets done 2020-09-17 14:57:05.932 23614-23614/org.linphone.debug W/Linphone: [Platform Helper] Device is in bucket STANDBY_BUCKET_ACTIVE 2020-09-17 14:57:05.936 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] Found DNS host 195.175.39.59 from active network MOBILE 2020-09-17 14:57:05.937 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] Found DNS host 195.175.39.60 from active network MOBILE 2020-09-17 14:57:05.937 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] DNS servers list updated 2020-09-17 14:57:05.937 23614-23614/org.linphone.debug I/Linphone: belle_sip_set_jvm(): initialization succeed 2020-09-17 14:57:05.937 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_init(): initialization succeed 2020-09-17 14:57:05.937 23614-23614/org.linphone.debug I/Linphone: AndroidPlatformHelpers is fully initialised. 2020-09-17 14:57:05.937 23614-23614/org.linphone.debug I/Linphone: Mediastreamer2 factory 4.3.0 (git: 4.3.2-3-g74a32975) initialized. 2020-09-17 14:57:05.937 23614-23614/org.linphone.debug I/Linphone: CPU count set to 8 2020-09-17 14:57:05.937 23614-23614/org.linphone.debug I/Linphone: ms_factory_init() done: platform_tags=linux,android,x86,embedded 2020-09-17 14:57:05.937 23614-23614/org.linphone.debug I/Linphone: srtp init 2020-09-17 14:57:05.940 23614-23614/org.linphone.debug I/Linphone: SDK version [28] detected 2020-09-17 14:57:05.944 23614-23646/org.linphone.debug I/OMXClient: IOmx service obtained 2020-09-17 14:57:05.963 23614-23614/org.linphone.debug I/Linphone: Codec video/avc successfully created. 2020-09-17 14:57:05.978 23614-23654/org.linphone.debug I/OMXClient: IOmx service obtained 2020-09-17 14:57:05.995 23614-23614/org.linphone.debug I/Linphone: Codec video/avc successfully created. 2020-09-17 14:57:06.000 23614-23614/org.linphone.debug I/Linphone: MediaCodec: 'video/avc' format supported 2020-09-17 14:57:06.003 23614-23660/org.linphone.debug I/OMXClient: IOmx service obtained 2020-09-17 14:57:06.012 23614-23614/org.linphone.debug I/Linphone: Codec video/hevc successfully created. 2020-09-17 14:57:06.020 23614-23665/org.linphone.debug I/OMXClient: IOmx service obtained 2020-09-17 14:57:06.032 23614-23614/org.linphone.debug I/Linphone: Codec video/hevc successfully created. 2020-09-17 14:57:06.038 23614-23614/org.linphone.debug I/Linphone: MediaCodec: 'video/hevc' format supported 2020-09-17 14:57:06.038 23614-23614/org.linphone.debug I/Linphone: Registering all soundcard handlers 2020-09-17 14:57:06.038 23614-23614/org.linphone.debug I/Linphone: SDK version [28] detected 2020-09-17 14:57:06.038 23614-23614/org.linphone.debug I/Linphone: Native android sound support not tested on SDK [28], disabled. 2020-09-17 14:57:06.039 23614-23614/org.linphone.debug I/Linphone: [OpenSLES] libOpenSLES correctly loaded, creating OpenSLES MS soundcard 2020-09-17 14:57:06.049 23614-23614/org.linphone.debug I/Linphone: This device (General Mobile/GM 9 Pro/sdm660) declares it has a built-in echo canceller. 2020-09-17 14:57:06.049 23614-23614/org.linphone.debug I/Linphone: No information available for [General Mobile/GM 9 Pro/sdm660], 2020-09-17 14:57:06.049 23614-23614/org.linphone.debug I/Linphone: Using android >= 8 sound device descriptor. 2020-09-17 14:57:06.049 23614-23614/org.linphone.debug I/Linphone: Sound device information for [General Mobile/GM 9 Pro/sdm660] is: builtin=[yes], delay=[0] ms 2020-09-17 14:57:06.055 23614-23614/org.linphone.debug I/Linphone: This device (General Mobile/GM 9 Pro/sdm660) declares it has a built-in echo canceller. 2020-09-17 14:57:06.055 23614-23614/org.linphone.debug I/Linphone: No information available for [General Mobile/GM 9 Pro/sdm660], 2020-09-17 14:57:06.055 23614-23614/org.linphone.debug I/Linphone: Using android >= 8 sound device descriptor. 2020-09-17 14:57:06.055 23614-23614/org.linphone.debug I/Linphone: Sound device information for [General Mobile/GM 9 Pro/sdm660] is: builtin=[yes], delay=[0] ms 2020-09-17 14:57:06.055 23614-23614/org.linphone.debug I/Linphone: [OpenSLES] Using 192 for buffer size value 2020-09-17 14:57:06.055 23614-23614/org.linphone.debug I/Linphone: [OpenSLES] Using 48000 for sample rate value 2020-09-17 14:57:06.056 23614-23614/org.linphone.debug I/Linphone: Card 'openSLES: android sound card' added with capabilities [capture, playback] 2020-09-17 14:57:06.056 23614-23614/org.linphone.debug I/Linphone: SDK version [28] detected 2020-09-17 14:57:06.060 23614-23614/org.linphone.debug I/Linphone: This device (General Mobile/GM 9 Pro/sdm660) declares it has a built-in echo canceller. 2020-09-17 14:57:06.060 23614-23614/org.linphone.debug I/Linphone: No information available for [General Mobile/GM 9 Pro/sdm660], 2020-09-17 14:57:06.060 23614-23614/org.linphone.debug I/Linphone: Using android >= 8 sound device descriptor. 2020-09-17 14:57:06.060 23614-23614/org.linphone.debug I/Linphone: Sound device information for [General Mobile/GM 9 Pro/sdm660] is: builtin=[yes], delay=[0] ms 2020-09-17 14:57:06.060 23614-23614/org.linphone.debug I/Linphone: Card 'ANDROID SND (deprecated): Android Sound card' added with capabilities [capture, playback] 2020-09-17 14:57:06.060 23614-23614/org.linphone.debug I/Linphone: Registering all webcam handlers 2020-09-17 14:57:06.060 23614-23614/org.linphone.debug W/Linphone: [Legacy Capture] Android >= 8.0 detected, disabling legacy capture filter 2020-09-17 14:57:06.060 23614-23614/org.linphone.debug I/Linphone: Webcam StaticImage: Static picture added 2020-09-17 14:57:06.061 23614-23614/org.linphone.debug I/Linphone: MSAndroidDisplay registered. 2020-09-17 14:57:06.061 23614-23614/org.linphone.debug I/Linphone: MSAndroidDisplay (OpenGL ES2) registered (id=80). 2020-09-17 14:57:06.061 23614-23614/org.linphone.debug I/Linphone: ms_factory_init_voip() done 2020-09-17 14:57:06.061 23614-23614/org.linphone.debug I/Linphone: Found Android plugin libmswebrtc.so 2020-09-17 14:57:06.061 23614-23614/org.linphone.debug I/Linphone: Found Android plugin libmsandroidcamera2.so 2020-09-17 14:57:06.061 23614-23614/org.linphone.debug I/Linphone: Loading ms plugins from list 2020-09-17 14:57:06.061 23614-23614/org.linphone.debug I/Linphone: Loading plugin libmswebrtc.so... 2020-09-17 14:57:06.063 23614-23614/org.linphone.debug I/Linphone: libmswebrtc 1.1.1 plugin loaded, iSAC codec version 3.6.0, iLBC codec version 1.1.1 2020-09-17 14:57:06.063 23614-23614/org.linphone.debug I/Linphone: Plugin loaded (libmswebrtc.so) 2020-09-17 14:57:06.063 23614-23614/org.linphone.debug I/Linphone: Loading plugin libmsandroidcamera2.so... 2020-09-17 14:57:06.065 23614-23614/org.linphone.debug I/Linphone: [Camera2 Capture] libmsandroidcamera2 plugin loaded 2020-09-17 14:57:06.065 23614-23614/org.linphone.debug I/Linphone: [Camera2 Capture] Detecting cameras 2020-09-17 14:57:06.067 23614-23614/org.linphone.debug W/Linphone: [Camera2 Capture] No camera detected ! 2020-09-17 14:57:06.067 23614-23614/org.linphone.debug I/Linphone: [Legacy Capture] Detecting Android VIDEO cards 2020-09-17 14:57:06.067 23614-23614/org.linphone.debug I/Linphone: [Legacy Capture] getHelperClassGlobalRef (env: 0x77ad6e8460) 2020-09-17 14:57:06.067 23614-23614/org.linphone.debug I/Linphone: [Legacy Capture] Android SDK version found is 28 2020-09-17 14:57:06.055 23614-23614/org.linphone.debug W/.linphone.debug: type=1400 audit(0.0:3716): avc: denied { read } for name="u:object_r:vendor_camera_prop:s0" dev="tmpfs" ino=13590 scontext=u:r:untrusted_app:s0:c108,c256,c512,c768 tcontext=u:object_r:vendor_camera_prop:s0 tclass=file permissive=0 2020-09-17 14:57:06.070 23614-23614/org.linphone.debug E/libc: Access denied finding property "vendor.camera.aux.packagelist" 2020-09-17 14:57:06.070 23614-23614/org.linphone.debug I/chatty: uid=10108(org.linphone.debug) identical 1 line 2020-09-17 14:57:06.071 23614-23614/org.linphone.debug E/libc: Access denied finding property "vendor.camera.aux.packagelist" 2020-09-17 14:57:06.073 23614-23614/org.linphone.debug E/libc: Access denied finding property "vendor.camera.aux.packagelist" 2020-09-17 14:57:06.073 23614-23614/org.linphone.debug E/libc: Access denied finding property "vendor.camera.hal1.packagelist" 2020-09-17 14:57:06.074 23614-23614/org.linphone.debug W/CameraBase: An error occurred while connecting to camera 0: Status(-8): '1: validateClientPermissionsLocked:906: Caller "org.linphone.debug" (PID 10108, UID 23614) cannot open camera "0" without camera permission' 2020-09-17 14:57:06.074 23614-23614/org.linphone.debug E/Linphone: Error: cannot retrieve cameras information (busy ?)java.lang.RuntimeException: Fail to connect to camera service 2020-09-17 14:57:06.075 23614-23614/org.linphone.debug W/System.err: java.lang.RuntimeException: Fail to connect to camera service 2020-09-17 14:57:06.075 23614-23614/org.linphone.debug W/System.err: at android.hardware.Camera.(Camera.java:625) 2020-09-17 14:57:06.075 23614-23614/org.linphone.debug W/System.err: at android.hardware.Camera.open(Camera.java:451) 2020-09-17 14:57:06.075 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfigurationReader9.probeCameras(AndroidCameraConfigurationReader9.java:40) 2020-09-17 14:57:06.075 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.probeCamerasSDK9(AndroidCameraConfiguration.java:82) 2020-09-17 14:57:06.075 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.initCamerasCache(AndroidCameraConfiguration.java:67) 2020-09-17 14:57:06.075 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.retrieveCameras(AndroidCameraConfiguration.java:35) 2020-09-17 14:57:06.075 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper.detectCamerasCount(AndroidVideoApi5JniWrapper.java:46) 2020-09-17 14:57:06.075 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper.detectCamerasCount(AndroidVideoApi9JniWrapper.java:37) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at org.linphone.core.FactoryImpl.createCore3(Native Method) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at org.linphone.core.FactoryImpl.createCore(Factory.java:520) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at org.linphone.LinphoneManager.startLibLinphone(LinphoneManager.java:356) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at org.linphone.LinphoneContext.start(LinphoneContext.java:207) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at org.linphone.activities.LinphoneGenericActivity.ensureServiceIsRunning(LinphoneGenericActivity.java:82) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at org.linphone.activities.LinphoneGenericActivity.onCreate(LinphoneGenericActivity.java:36) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at org.linphone.activities.MainActivity.onCreate(MainActivity.java:105) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at org.linphone.dialer.DialerActivity.onCreate(DialerActivity.java:72) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.Activity.performCreate(Activity.java:7136) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.Activity.performCreate(Activity.java:7127) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1272) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2894) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3049) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1809) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.os.Looper.loop(Looper.java:193) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at android.app.ActivityThread.main(ActivityThread.java:6692) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at java.lang.reflect.Method.invoke(Native Method) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 2020-09-17 14:57:06.076 23614-23614/org.linphone.debug I/Linphone: [Legacy Capture] 0 cards detected 2020-09-17 14:57:06.077 23614-23614/org.linphone.debug E/libc: Access denied finding property "vendor.camera.aux.packagelist" 2020-09-17 14:57:06.077 23614-23614/org.linphone.debug I/chatty: uid=10108(org.linphone.debug) identical 1 line 2020-09-17 14:57:06.078 23614-23614/org.linphone.debug E/libc: Access denied finding property "vendor.camera.aux.packagelist" 2020-09-17 14:57:06.079 23614-23614/org.linphone.debug E/libc: Access denied finding property "vendor.camera.aux.packagelist" 2020-09-17 14:57:06.080 23614-23614/org.linphone.debug E/libc: Access denied finding property "vendor.camera.hal1.packagelist" 2020-09-17 14:57:06.081 23614-23614/org.linphone.debug W/CameraBase: An error occurred while connecting to camera 0: Status(-8): '1: validateClientPermissionsLocked:906: Caller "org.linphone.debug" (PID 10108, UID 23614) cannot open camera "0" without camera permission' 2020-09-17 14:57:06.081 23614-23614/org.linphone.debug E/Linphone: Error: cannot retrieve cameras information (busy ?)java.lang.RuntimeException: Fail to connect to camera service 2020-09-17 14:57:06.081 23614-23614/org.linphone.debug W/System.err: java.lang.RuntimeException: Fail to connect to camera service 2020-09-17 14:57:06.081 23614-23614/org.linphone.debug W/System.err: at android.hardware.Camera.(Camera.java:625) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at android.hardware.Camera.open(Camera.java:451) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfigurationReader9.probeCameras(AndroidCameraConfigurationReader9.java:40) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.probeCamerasSDK9(AndroidCameraConfiguration.java:82) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.initCamerasCache(AndroidCameraConfiguration.java:67) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.hwconf.AndroidCameraConfiguration.retrieveCameras(AndroidCameraConfiguration.java:35) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.AndroidVideoApi5JniWrapper.detectCameras(AndroidVideoApi5JniWrapper.java:52) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.mediastream.video.capture.AndroidVideoApi9JniWrapper.detectCameras(AndroidVideoApi9JniWrapper.java:41) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.core.FactoryImpl.createCore3(Native Method) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.core.FactoryImpl.createCore(Factory.java:520) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.LinphoneManager.startLibLinphone(LinphoneManager.java:356) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.LinphoneContext.start(LinphoneContext.java:207) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.activities.LinphoneGenericActivity.ensureServiceIsRunning(LinphoneGenericActivity.java:82) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.activities.LinphoneGenericActivity.onCreate(LinphoneGenericActivity.java:36) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.activities.MainActivity.onCreate(MainActivity.java:105) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at org.linphone.dialer.DialerActivity.onCreate(DialerActivity.java:72) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at android.app.Activity.performCreate(Activity.java:7136) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at android.app.Activity.performCreate(Activity.java:7127) 2020-09-17 14:57:06.082 23614-23614/org.linphone.debug W/System.err: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1272) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2894) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3049) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1809) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at android.os.Handler.dispatchMessage(Handler.java:106) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at android.os.Looper.loop(Looper.java:193) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at android.app.ActivityThread.main(ActivityThread.java:6692) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at java.lang.reflect.Method.invoke(Native Method) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: [Legacy Capture] Detection of Android VIDEO cards done 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: Plugin loaded (libmsandroidcamera2.so) 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: All plugins in list correctly loaded 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x77a33950f0] registered on core [0x77ad65a600] 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: oRTP-4.3.0 initialized. 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: Codec opus/48000 fmtp=[useinbandfec=1] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: Codec SILK/16000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: Codec speex/16000 fmtp=[vbr=on] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: Codec speex/8000 fmtp=[vbr=on] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: Codec PCMU/8000 fmtp=[] number=0, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: Codec PCMA/8000 fmtp=[] number=8, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.083 23614-23614/org.linphone.debug I/Linphone: Codec red/1000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec t140/1000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec GSM/8000 fmtp=[] number=3, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec G722/8000 fmtp=[] number=9, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec iLBC/8000 fmtp=[mode=30] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec AMR/8000 fmtp=[octet-align=1] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec AMR-WB/16000 fmtp=[octet-align=1] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec G729/8000 fmtp=[annexb=yes] number=18, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec mpeg4-generic/16000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec mpeg4-generic/22050 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec mpeg4-generic/32000 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec mpeg4-generic/44100 fmtp=[config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec mpeg4-generic/48000 fmtp=[config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec iSAC/16000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec speex/32000 fmtp=[vbr=on] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec SILK/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec SILK/12000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec SILK/24000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec G726-16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec G726-24/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec G726-32/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec G726-40/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec AAL2-G726-16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec AAL2-G726-24/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec AAL2-G726-32/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec AAL2-G726-40/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec CODEC2/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec BV16/8000 fmtp=[] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec VP8/90000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec H264/90000 fmtp=[profile-level-id=42801F] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec H265/90000 fmtp=[] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec MP4V-ES/90000 fmtp=[profile-level-id=3] number=-1, default enablement: 16) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec H263-1998/90000 fmtp=[CIF=1;QCIF=1] number=-1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec H263/90000 fmtp=[] number=34, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec 1016/8000 fmtp=[] number=1, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec G723/8000 fmtp=[] number=4, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec LPC/8000 fmtp=[] number=7, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec L16/44100 fmtp=[] number=10, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec L16/44100 fmtp=[] number=11, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec CN/8000 fmtp=[] number=13, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec H261/90000 fmtp=[] number=31, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Codec MPV/90000 fmtp=[] number=32, default enablement: 0) added to the list of possible codecs. 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Root ca path set to /system/etc/security/cacerts 2020-09-17 14:57:06.084 23614-23614/org.linphone.debug I/Linphone: Root ca path set to /system/etc/security/cacerts 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] getDnsServers() returning 195.175.39.59, 195.175.39.60, 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: AndroidPlatformHelpers found DNS server 195.175.39.59 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: AndroidPlatformHelpers found DNS server 195.175.39.60 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Cannot open directory ./lib/liblinphone/plugins: No such file or directory 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: linphone_core_set_playback_gain_db(): no active call. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: linphone_core_set_mic_gain_db(): no active call. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Sal nat helper [enabled] 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Sal use rports [enabled] 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: MTU is supposed to be 1300, rtp payload max size will be 1240 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Supported codec opus/48000 fmtp=useinbandfec=1 automatically added to codec list. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for SILK 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Supported codec speex/16000 fmtp=vbr=on automatically added to codec list. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Supported codec speex/8000 fmtp=vbr=on automatically added to codec list. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Supported codec PCMU/8000 fmtp= automatically added to codec list. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Supported codec PCMA/8000 fmtp= automatically added to codec list. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Supported codec GSM/8000 fmtp= automatically added to codec list. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Supported codec G722/8000 fmtp= automatically added to codec list. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Supported codec iLBC/8000 fmtp=mode=30 automatically added to codec list. 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for AMR 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for AMR-WB 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for G729 2020-09-17 14:57:06.088 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for mpeg4-generic 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/chatty: uid=10108(org.linphone.debug) identical 3 lines 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for mpeg4-generic 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Supported codec iSAC/16000 fmtp= automatically added to codec list. 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Supported codec speex/32000 fmtp=vbr=on automatically added to codec list. 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for SILK 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/chatty: uid=10108(org.linphone.debug) identical 1 line 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for SILK 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for G726-16 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for G726-24 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for G726-32 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for G726-40 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for AAL2-G726-16 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for AAL2-G726-24 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for AAL2-G726-32 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for AAL2-G726-40 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for CODEC2 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for BV16 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for 1016 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for G723 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for LPC 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Supported codec L16/44100 fmtp= automatically added to codec list. 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Supported codec L16/44100 fmtp= automatically added to codec list. 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for CN 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Supported codec VP8/90000 fmtp= automatically added to codec list. 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Supported codec H264/90000 fmtp=profile-level-id=42801F automatically added to codec list. 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Supported codec H265/90000 fmtp= automatically added to codec list. 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for MP4V-ES 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for H263-1998 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for H263 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for H261 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Could not find encoder for MPV 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Supported codec red/1000 fmtp= automatically added to codec list. 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Supported codec t140/1000 fmtp= automatically added to codec list. 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Sal use rports [enabled] 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Root ca path set to /data/user/0/org.linphone.debug/files/share/linphone/rootca.pem 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Sal::unlistenPorts(): done 2020-09-17 14:57:06.089 23614-23614/org.linphone.debug I/Linphone: Creating listening point [0x77a328de80] on [sip:[::0]:-1;transport=UDP] 2020-09-17 14:57:06.090 23614-23614/org.linphone.debug I/Linphone: Random UDP port is 41559 2020-09-17 14:57:06.090 23614-23614/org.linphone.debug I/Linphone: Creating listening point [0x77a328df00] on [sip:[::0]:-1;transport=TCP] 2020-09-17 14:57:06.090 23614-23614/org.linphone.debug I/Linphone: Random TCP port is 38959 2020-09-17 14:57:06.090 23614-23614/org.linphone.debug I/Linphone: Creating listening point [0x77a328df80] on [sip:[::0]:-1;transport=TLS] 2020-09-17 14:57:06.090 23614-23614/org.linphone.debug I/Linphone: Random TCP port is 38843 2020-09-17 14:57:06.090 23614-23614/org.linphone.debug I/Linphone: Root ca path set to /system/etc/security/cacerts 2020-09-17 14:57:06.090 23614-23614/org.linphone.debug I/Linphone: Root ca path set to /system/etc/security/cacerts 2020-09-17 14:57:06.090 23614-23614/org.linphone.debug I/Linphone: Root ca path set to /data/user/0/org.linphone.debug/files/share/linphone/rootca.pem 2020-09-17 14:57:06.090 23614-23614/org.linphone.debug I/Linphone: Lime X3DH server URL not set, can't enable 2020-09-17 14:57:06.092 23614-23614/org.linphone.debug I/Linphone: linphone_proxy_config_is_server_config_changed : 0 2020-09-17 14:57:06.092 23614-23614/org.linphone.debug I/Linphone: Publish params have changed on proxy config [0x77ad7cab00] 2020-09-17 14:57:06.092 23614-23614/org.linphone.debug I/Linphone: Invalidating friends maps for list [0x77a4c26b60] 2020-09-17 14:57:06.093 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x77a326af90] registered on core [0x77ad65a600] 2020-09-17 14:57:06.093 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x77a326afe0] registered on core [0x77ad65a600] 2020-09-17 14:57:06.093 23614-23614/org.linphone.debug I/Linphone: [Context] Global state is [Startup] 2020-09-17 14:57:06.094 23614-23614/org.linphone.debug I/Linphone: Linphone core [0x77ad65a600] notified [global_state_changed] 2020-09-17 14:57:06.094 23614-23614/org.linphone.debug I/Linphone: Opening linphone database /data/user/0/org.linphone.debug/files/linphone.db with backend Sqlite3 2020-09-17 14:57:06.097 23614-23614/org.linphone.debug I/Linphone: Start measurement of [Get chat rooms.]. 2020-09-17 14:57:06.097 23614-23614/org.linphone.debug I/Linphone: Duration of [Get chat rooms.]: 0ms. 2020-09-17 14:57:06.098 23614-23614/org.linphone.debug I/Linphone: Root ca path set to /data/user/0/org.linphone.debug/files/share/linphone/rootca.pem 2020-09-17 14:57:06.098 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] onLinphoneCoreStart, network monitoring is true 2020-09-17 14:57:06.098 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Registering network callbacks 2020-09-17 14:57:06.099 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] ACCESS_NETWORK_STATE permission is granted 2020-09-17 14:57:06.101 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Registering doze receiver 2020-09-17 14:57:06.103 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Registering interactivity receiver 2020-09-17 14:57:06.104 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] No connectivity: setting network unreachable 2020-09-17 14:57:06.105 23614-23614/org.linphone.debug I/Linphone: [Context] Global state is [Configuring] 2020-09-17 14:57:06.105 23614-23614/org.linphone.debug I/Linphone: Linphone core [0x77ad65a600] notified [global_state_changed] 2020-09-17 14:57:06.105 23614-23614/org.linphone.debug I/Linphone: [Context] Configuring state is [Skipped] 2020-09-17 14:57:06.105 23614-23614/org.linphone.debug I/Linphone: Linphone core [0x77ad65a600] notified [configuring_status] 2020-09-17 14:57:06.105 23614-23614/org.linphone.debug I/Linphone: [Context] Global state is [On] 2020-09-17 14:57:06.106 23614-23614/org.linphone.debug I/Linphone: Linphone core [0x77ad65a600] notified [global_state_changed] 2020-09-17 14:57:06.107 23614-23614/org.linphone.debug I/Linphone: [Manager] Configuring Core 2020-09-17 14:57:06.111 23614-23614/org.linphone.debug I/Linphone: [Audio Manager] [Bluetooth] Adapter found 2020-09-17 14:57:06.111 23614-23614/org.linphone.debug I/AudioManager: In isBluetoothScoAvailableOffCall(), calling appilication: org.linphone.debug, return value: true 2020-09-17 14:57:06.111 23614-23614/org.linphone.debug I/Linphone: [Audio Manager] [Bluetooth] SCO available off call, continue 2020-09-17 14:57:06.112 23614-23614/org.linphone.debug I/Linphone: [Bluetooth] Bluetooth receiver created 2020-09-17 14:57:06.113 23614-23614/org.linphone.debug W/Linphone: [Audio Manager] [Bluetooth] Adapter disabled 2020-09-17 14:57:06.114 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x77a326bdf0] registered on core [0x77ad65a600] 2020-09-17 14:57:06.116 23614-23614/org.linphone.debug I/Linphone: Table already up to date: duplicate column name: call_id. 2020-09-17 14:57:06.117 23614-23614/org.linphone.debug I/Linphone: linphone_core_get_call_history(): completed in 0 ms 2020-09-17 14:57:06.117 23614-23614/org.linphone.debug W/Linphone: nothing to migrate, skipping... 2020-09-17 14:57:06.118 23614-23614/org.linphone.debug I/Linphone: linphone_core_fetch_friends_lists_from_db(): 0 results fetched, completed in 0 ms 2020-09-17 14:57:06.120 23614-23614/org.linphone.debug W/Linphone: [Manager] MediaStreamer : 8 cores detected and configured 2020-09-17 14:57:06.120 23614-23614/org.linphone.debug W/Linphone: nothing to migrate, skipping... 2020-09-17 14:57:06.122 23614-23614/org.linphone.debug I/Linphone: [Push Notification] firebase push sender id 929724111839 2020-09-17 14:57:06.126 23614-23614/org.linphone.debug I/Linphone: [Manager] Using first camera available: StaticImage: Static picture 2020-09-17 14:57:06.128 23614-23614/org.linphone.debug I/Linphone: [Manager] Core configured 2020-09-17 14:57:06.128 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x77a326b620] registered on core [0x77ad65a600] 2020-09-17 14:57:06.135 23614-23614/org.linphone.debug I/Linphone: [Contacts Manager] Found account with name "Linphone bağlantıları" and type "org.linphone.sync" 2020-09-17 14:57:06.168 23614-23614/org.linphone.debug I/Linphone: [Contacts Manager] Contacts account made visible 2020-09-17 14:57:06.170 23614-23614/org.linphone.debug I/Linphone: [Generic Activity] Context created & started 2020-09-17 14:57:06.170 23614-23614/org.linphone.debug I/Linphone: [Generic Activity] Starting Service 2020-09-17 14:57:06.225 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection) 2020-09-17 14:57:06.227 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection) 2020-09-17 14:57:06.249 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/widget/TextView;->getTextDirectionHeuristic()Landroid/text/TextDirectionHeuristic; (light greylist, linking) 2020-09-17 14:57:06.281 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/graphics/FontFamily;->()V (light greylist, reflection) 2020-09-17 14:57:06.282 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/graphics/FontFamily;->addFontFromAssetManager(Landroid/content/res/AssetManager;Ljava/lang/String;IZIII[Landroid/graphics/fonts/FontVariationAxis;)Z (light greylist, reflection) 2020-09-17 14:57:06.282 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/graphics/FontFamily;->addFontFromBuffer(Ljava/nio/ByteBuffer;I[Landroid/graphics/fonts/FontVariationAxis;II)Z (light greylist, reflection) 2020-09-17 14:57:06.282 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/graphics/FontFamily;->freeze()Z (light greylist, reflection) 2020-09-17 14:57:06.282 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/graphics/FontFamily;->abortCreation()V (light greylist, reflection) 2020-09-17 14:57:06.282 23614-23614/org.linphone.debug W/.linphone.debu: Accessing hidden method Landroid/graphics/Typeface;->createFromFamiliesWithDefault([Landroid/graphics/FontFamily;Ljava/lang/String;II)Landroid/graphics/Typeface; (light greylist, reflection) 2020-09-17 14:57:06.342 23614-23614/org.linphone.debug W/Linphone: [Dialer] Intent data is null for action android.intent.action.MAIN 2020-09-17 14:57:06.350 23614-23614/org.linphone.debug I/Linphone: [Permission] android.permission.SYSTEM_ALERT_WINDOW permission is denied 2020-09-17 14:57:06.351 23614-23614/org.linphone.debug I/Linphone: [Permission] android.permission.FOREGROUND_SERVICE permission is granted 2020-09-17 14:57:06.351 23614-23614/org.linphone.debug I/Linphone: [Permission] android.permission.WRITE_CONTACTS permission is granted 2020-09-17 14:57:06.352 23614-23614/org.linphone.debug I/Linphone: [Permission] android.permission.READ_CONTACTS permission is granted 2020-09-17 14:57:06.352 23614-23614/org.linphone.debug I/Linphone: [Permission] Requesting android.permission.SYSTEM_ALERT_WINDOW permission 2020-09-17 14:57:06.371 23614-23614/org.linphone.debug I/Linphone: [Generic Activity] Starting Service 2020-09-17 14:57:06.373 23614-23614/org.linphone.debug I/Linphone: [Generic Activity] Device orientation is 0 (raw value is 0) 2020-09-17 14:57:06.378 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x7794971f80] registered on core [0x77ad65a600] 2020-09-17 14:57:06.379 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x7794971fd0] registered on core [0x77ad65a600] 2020-09-17 14:57:06.379 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x7794972020] registered on core [0x77ad65a600] 2020-09-17 14:57:06.383 23614-23614/org.linphone.debug D/OpenGLRenderer: Skia GL Pipeline 2020-09-17 14:57:06.397 23614-23614/org.linphone.debug I/Linphone: [Manager] Phone state is idle 2020-09-17 14:57:06.397 23614-23614/org.linphone.debug I/Linphone: [MediaScanner] Connected 2020-09-17 14:57:06.401 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] A network is available: MOBILE, wifi only is disabled 2020-09-17 14:57:06.403 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Active network type is MOBILE, state CONNECTED / CONNECTED 2020-09-17 14:57:06.405 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] Found DNS host 195.175.39.59 from active network MOBILE 2020-09-17 14:57:06.406 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] Found DNS host 195.175.39.60 from active network MOBILE 2020-09-17 14:57:06.406 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] DNS servers list updated 2020-09-17 14:57:06.406 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Network reachability enabled 2020-09-17 14:57:06.406 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] onCapabilitiesChanged [ Transports: CELLULAR Capabilities: SUPL&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&VALIDATED&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED Unwanted: LinkUpBandwidth>=11264Kbps LinkDnBandwidth>=43008Kbps Specifier: <1>] 2020-09-17 14:57:06.408 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Active network type is MOBILE, state CONNECTED / CONNECTED 2020-09-17 14:57:06.410 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] Found DNS host 195.175.39.59 from active network MOBILE 2020-09-17 14:57:06.410 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] Found DNS host 195.175.39.60 from active network MOBILE 2020-09-17 14:57:06.410 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] DNS servers list updated 2020-09-17 14:57:06.410 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] Network reachability enabled 2020-09-17 14:57:06.411 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] onLinkPropertiesChanged {InterfaceName: rmnet_data1 LinkAddresses: [176.30.212.43/29,] Routes: [0.0.0.0/0 -> 176.30.212.44 rmnet_data1,176.30.212.40/29 -> 0.0.0.0 rmnet_data1,] DnsAddresses: [195.175.39.59,195.175.39.60,] UsePrivateDns: false PrivateDnsServerName: null Domains: null MTU: 1500 TcpBufferSizes: 4094,87380,1220608,4096,16384,1220608} 2020-09-17 14:57:06.413 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] Found DNS host 195.175.39.59 from active network MOBILE 2020-09-17 14:57:06.413 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] [Network Manager 26] Found DNS host 195.175.39.60 from active network MOBILE 2020-09-17 14:57:06.414 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] DNS servers list updated 2020-09-17 14:57:06.414 23614-23614/org.linphone.debug I/Linphone: [Platform Helper] getDnsServers() returning 195.175.39.59, 195.175.39.60, 2020-09-17 14:57:06.414 23614-23614/org.linphone.debug I/Linphone: AndroidPlatformHelpers found DNS server 195.175.39.59 2020-09-17 14:57:06.414 23614-23614/org.linphone.debug I/Linphone: AndroidPlatformHelpers found DNS server 195.175.39.60 2020-09-17 14:57:06.415 23614-23614/org.linphone.debug I/Linphone: SIP network reachability state is now [UP] 2020-09-17 14:57:06.416 23614-23614/org.linphone.debug I/Linphone: Media network reachability state is now [UP] 2020-09-17 14:57:06.416 23614-23614/org.linphone.debug I/Linphone: Linphone core [0x77ad65a600] notified [network_reachable] 2020-09-17 14:57:06.416 23614-23614/org.linphone.debug I/Linphone: LinphoneProxyConfig [0x77ad7cab00] about to register (LinphoneCore version: 4.3.2-2-gb5f9d3fb8) 2020-09-17 14:57:06.420 23614-23614/org.linphone.debug I/Linphone: get_jni_env(): thread successfuly attached 2020-09-17 14:57:06.421 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x77a3392400)] acquired [ref=0x2dc6] 2020-09-17 14:57:06.421 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11718 2020-09-17 14:57:06.421 23614-23614/org.linphone.debug I/Linphone: transaction [0x77a3392400]: starting transaction background task with id=[2dc6]. 2020-09-17 14:57:06.422 23614-23614/org.linphone.debug I/Linphone: belle_sip_client_transaction_send_request(): waiting channel to be ready 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip send channel] acquired [ref=0x2dd6] 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11734 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: starting send background task with id=[2dd6]. 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: starting resolution of 90.158.24.66 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: channel 0x779238c7c0: state RES_IN_PROGRESS 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: transaction [0x77a3392400] channel state changed to [RES_IN_PROGRESS] 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: channel 0x779238c7c0: state RES_DONE 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: transaction [0x77a3392400] channel state changed to [RES_DONE] 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: channel 0x779238c7c0: state CONNECTING 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: transaction [0x77a3392400] channel state changed to [CONNECTING] 2020-09-17 14:57:06.423 23614-23614/org.linphone.debug I/Linphone: Trying to connect to [UDP://::ffff:90.158.24.66:5060] 2020-09-17 14:57:06.424 23614-23614/org.linphone.debug I/Linphone: Channel has local address 176.30.212.43:41559 2020-09-17 14:57:06.424 23614-23614/org.linphone.debug I/Linphone: channel 0x779238c7c0: state READY 2020-09-17 14:57:06.424 23614-23614/org.linphone.debug I/Linphone: transaction [0x77a3392400] channel state changed to [READY] 2020-09-17 14:57:06.424 23614-23614/org.linphone.debug I/Linphone: Changing [client] [REGISTER] transaction [0x77a3392400], from state [INIT] to [TRYING] 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: message sent to [UDP://90.158.24.66:5060], size: [833] bytes 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: REGISTER sip:90.158.24.66 SIP/2.0 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.DMhpHsH~~;rport 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: From: sip:305000@90.158.24.66;tag=Qp-fAnWtI 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: To: sip:305000@90.158.24.66 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: CSeq: 20 REGISTER 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: Call-ID: CwR12xb-9R 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: Max-Forwards: 70 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: Supported: replaces, outbound, gruu 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: Accept: application/sdp 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: Accept: text/plain 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: Accept: application/vnd.gsma.rcs-ft-http+xml 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: Contact: sip:305000@176.30.212.43:41559;app-id=929724111839;pn-type=firebase;pn-timeout=0;pn-tok=c3C6qiLDlOY:APA91bHJx2vyrzdgqN3bCLGY0KG_lLjdQ6DEI2KCIzEnapTsq933StbfJA4n_seVvYtYxBX398XRK8hLKlPLiZALj23PNdrvnwlA7ff66quRzPnXhFdBW8XV-jZA7_1Z0nM-fJd9HuC8;pn-silent=1;transport=udp;+sip.instance="" 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: Expires: 3600 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: User-Agent: LinphoneAndroid/4.4.0 (GM 9 Pro) LinphoneSDK/4.3.5-pre.2+c55e271 (remotes/origin/release/4.3) 2020-09-17 14:57:06.425 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: ending send background task with id=[2dd6]. 2020-09-17 14:57:06.426 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2dd6] 2020-09-17 14:57:06.426 23614-23614/org.linphone.debug I/Linphone: Neither Expires header nor corresponding Contact header found, checking from original request 2020-09-17 14:57:06.426 23614-23614/org.linphone.debug I/Linphone: Refresher [0x77a3391f80] takes ownership of transaction [0x77a3392400] 2020-09-17 14:57:06.426 23614-23614/org.linphone.debug I/Linphone: Proxy config [0x77ad7cab00] for identity [sip:305000@90.158.24.66] moving from state [LinphoneRegistrationNone] to [LinphoneRegistrationProgress] on core [0x77ad65a600] 2020-09-17 14:57:06.426 23614-23614/org.linphone.debug I/Linphone: _linphone_update_dependent_proxy_config(): 0x77ad7cab00 is registered, checking for [0x77ad7cab00] ->dependency=0x0 2020-09-17 14:57:06.429 23614-23614/org.linphone.debug I/Linphone: Linphone core [0x77ad65a600] notified [registration_state_changed] 2020-09-17 14:57:06.429 23614-23614/org.linphone.debug I/Linphone: [Push Notification] firebase token is: c3C6qiLDlOY:APA91bHJx2vyrzdgqN3bCLGY0KG_lLjdQ6DEI2KCIzEnapTsq933StbfJA4n_seVvYtYxBX398XRK8hLKlPLiZALj23PNdrvnwlA7ff66quRzPnXhFdBW8XV-jZA7_1Z0nM-fJd9HuC8 2020-09-17 14:57:06.429 23614-23614/org.linphone.debug I/Linphone: [Push Notification] New token received: c3C6qiLDlOY:APA91bHJx2vyrzdgqN3bCLGY0KG_lLjdQ6DEI2KCIzEnapTsq933StbfJA4n_seVvYtYxBX398XRK8hLKlPLiZALj23PNdrvnwlA7ff66quRzPnXhFdBW8XV-jZA7_1Z0nM-fJd9HuC8 2020-09-17 14:57:06.430 23614-23614/org.linphone.debug I/Linphone: linphone_proxy_config_is_server_config_changed : 1 2020-09-17 14:57:06.431 23614-23614/org.linphone.debug I/Linphone: Refresher [0x77a3391f80] stopped. 2020-09-17 14:57:06.431 23614-23614/org.linphone.debug I/Linphone: Changing [client] [REGISTER] transaction [0x77a3392400], from state [TRYING] to [TERMINATED] 2020-09-17 14:57:06.431 23614-23614/org.linphone.debug I/Linphone: Client internal REGISTER transaction [0x77a3392400] terminated 2020-09-17 14:57:06.431 23614-23614/org.linphone.debug I/Linphone: transaction [0x77a3392400]: ending transaction background task with id=[2dc6]. 2020-09-17 14:57:06.431 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2dc6] 2020-09-17 14:57:06.432 23614-23614/org.linphone.debug I/Linphone: Publish params have not changed on proxy config [0x77ad7cab00] 2020-09-17 14:57:06.432 23614-23614/org.linphone.debug I/Linphone: [Push Notification] Refreshing registers to ensure token is up to date: c3C6qiLDlOY:APA91bHJx2vyrzdgqN3bCLGY0KG_lLjdQ6DEI2KCIzEnapTsq933StbfJA4n_seVvYtYxBX398XRK8hLKlPLiZALj23PNdrvnwlA7ff66quRzPnXhFdBW8XV-jZA7_1Z0nM-fJd9HuC8 2020-09-17 14:57:06.432 23614-23614/org.linphone.debug I/Linphone: LinphoneProxyConfig [0x77ad7cab00] about to register (LinphoneCore version: 4.3.2-2-gb5f9d3fb8) 2020-09-17 14:57:06.433 23614-23614/org.linphone.debug I/Linphone: Refresher [0x77a3391f80] stopped. 2020-09-17 14:57:06.433 23614-23614/org.linphone.debug I/Linphone: Destroying op [0x77a4cfad80] of type [SalOpRegister] 2020-09-17 14:57:06.433 23614-23614/org.linphone.debug I/Linphone: Refresher [0x77a3391f80] stopped. 2020-09-17 14:57:06.433 23614-23614/org.linphone.debug I/Linphone: Transaction [0x77a3392400] deleted 2020-09-17 14:57:06.437 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x77a3392640)] acquired [ref=0x2dfa] 2020-09-17 14:57:06.437 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11770 2020-09-17 14:57:06.437 23614-23614/org.linphone.debug I/Linphone: transaction [0x77a3392640]: starting transaction background task with id=[2dfa]. 2020-09-17 14:57:06.437 23614-23614/org.linphone.debug I/Linphone: Changing [client] [REGISTER] transaction [0x77a3392640], from state [INIT] to [TRYING] 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: message sent to [UDP://90.158.24.66:5060], size: [833] bytes 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: REGISTER sip:90.158.24.66 SIP/2.0 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.laYhVwo7N;rport 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: From: sip:305000@90.158.24.66;tag=-l6aHcZ4E 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: To: sip:305000@90.158.24.66 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: CSeq: 20 REGISTER 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Call-ID: tLOu~4fLKJ 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Max-Forwards: 70 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Supported: replaces, outbound, gruu 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Accept: application/sdp 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Accept: text/plain 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Accept: application/vnd.gsma.rcs-ft-http+xml 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Contact: sip:305000@176.30.212.43:41559;app-id=929724111839;pn-type=firebase;pn-timeout=0;pn-tok=c3C6qiLDlOY:APA91bHJx2vyrzdgqN3bCLGY0KG_lLjdQ6DEI2KCIzEnapTsq933StbfJA4n_seVvYtYxBX398XRK8hLKlPLiZALj23PNdrvnwlA7ff66quRzPnXhFdBW8XV-jZA7_1Z0nM-fJd9HuC8;pn-silent=1;transport=udp;+sip.instance="" 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Expires: 3600 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: User-Agent: LinphoneAndroid/4.4.0 (GM 9 Pro) LinphoneSDK/4.3.5-pre.2+c55e271 (remotes/origin/release/4.3) 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Neither Expires header nor corresponding Contact header found, checking from original request 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: Refresher [0x77a3392400] takes ownership of transaction [0x77a3392640] 2020-09-17 14:57:06.438 23614-23614/org.linphone.debug I/Linphone: [Contacts Manager] Content observer detected a changing in at least one contact 2020-09-17 14:57:06.441 23614-23614/org.linphone.debug I/Linphone: [Contacts Manager] Synchronization started 2020-09-17 14:57:06.443 23614-23678/org.linphone.debug I/Linphone: [Contacts Manager] Background synchronization started 2020-09-17 14:57:06.444 23614-23678/org.linphone.debug I/Linphone: [Contacts Manager] Only fetching contacts in default directory 2020-09-17 14:57:06.446 23614-23614/org.linphone.debug I/Linphone: [Service] Created 2020-09-17 14:57:06.447 23614-23614/org.linphone.debug I/Linphone: [Service] Background service mode enabled, displaying notification 2020-09-17 14:57:06.447 23614-23614/org.linphone.debug I/Linphone: [Notifications Manager] Starting Service as foreground 2020-09-17 14:57:06.450 23614-23614/org.linphone.debug I/Linphone: [Service] Started 2020-09-17 14:57:06.454 23614-23678/org.linphone.debug I/Linphone: [Contacts Manager] Found 19 entries in cursor 2020-09-17 14:57:06.455 23614-23614/org.linphone.debug I/Linphone: Callbacks [0x7794972020] unregistered on core [0x77ad65a600] 2020-09-17 14:57:06.456 23614-23614/org.linphone.debug I/Linphone: Callbacks [0x7794971fd0] unregistered on core [0x77ad65a600] 2020-09-17 14:57:06.456 23614-23614/org.linphone.debug I/Linphone: Callbacks [0x7794971f80] unregistered on core [0x77ad65a600] 2020-09-17 14:57:06.456 23614-23614/org.linphone.debug I/Linphone: [Activity Monitor] Activity paused:org.linphone.dialer.DialerActivity@55c051f 2020-09-17 14:57:06.467 23614-23614/org.linphone.debug W/Linphone: [Service] Attempt to start the LinphoneService but it is already running ! 2020-09-17 14:57:06.469 23614-23678/org.linphone.debug I/Linphone: [Contacts Manager] Found 4 native contacts plus 0 friends in the configuration file 2020-09-17 14:57:06.470 23614-23678/org.linphone.debug I/Linphone: [Contacts Manager] Background synchronization finished 2020-09-17 14:57:06.593 23614-23677/org.linphone.debug I/Adreno: QUALCOMM build : cf57c9c, I1cb5c4d1cc Build Date : 09/23/18 OpenGL ES Shader Compiler Version: EV031.25.03.01 Local Branch : Remote Branch : Remote Branch : Reconstruct Branch : 2020-09-17 14:57:06.593 23614-23677/org.linphone.debug I/Adreno: Build Config : S L 6.0.7 AArch64 2020-09-17 14:57:06.597 23614-23677/org.linphone.debug I/Adreno: PFP: 0x005ff112, ME: 0x005ff066 2020-09-17 14:57:06.600 23614-23677/org.linphone.debug I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 2020-09-17 14:57:06.600 23614-23677/org.linphone.debug I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 2020-09-17 14:57:06.601 23614-23677/org.linphone.debug I/OpenGLRenderer: Initialized EGL, version 1.4 2020-09-17 14:57:06.601 23614-23677/org.linphone.debug D/OpenGLRenderer: Swap behavior 2 2020-09-17 14:57:06.698 23614-23614/org.linphone.debug I/Linphone: [Contacts Manager] 2 contacts found in which 0 are SIP 2020-09-17 14:57:06.701 23614-23614/org.linphone.debug I/Linphone: [Contacts Manager] Matching friends created, updating subscription 2020-09-17 14:57:06.701 23614-23614/org.linphone.debug I/Linphone: Friends list [0x77a4c26b60] subscription update skipped since dependant proxy config is not yet registered 2020-09-17 14:57:06.702 23614-23614/org.linphone.debug I/Linphone: [Contacts Manager] Synchronization finished 2020-09-17 14:57:06.737 23614-23614/org.linphone.debug I/Linphone: [Permission] android.permission.SYSTEM_ALERT_WINDOW is denied 2020-09-17 14:57:06.738 23614-23614/org.linphone.debug I/Linphone: [Activity Monitor] Activity resumed:org.linphone.dialer.DialerActivity@55c051f 2020-09-17 14:57:06.740 23614-23614/org.linphone.debug I/Linphone: [Generic Activity] Device orientation is 0 (raw value is 0) 2020-09-17 14:57:06.744 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x7794972e80] registered on core [0x77ad65a600] 2020-09-17 14:57:06.744 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x7794972f20] registered on core [0x77ad65a600] 2020-09-17 14:57:06.745 23614-23614/org.linphone.debug I/Linphone: Core callbacks [0x7794973970] registered on core [0x77ad65a600] 2020-09-17 14:57:06.955 23614-23614/org.linphone.debug I/Linphone: nict_on_timer_E: sending retransmission 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: message sent to [UDP://90.158.24.66:5060], size: [833] bytes 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: REGISTER sip:90.158.24.66 SIP/2.0 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.laYhVwo7N;rport 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: From: sip:305000@90.158.24.66;tag=-l6aHcZ4E 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: To: sip:305000@90.158.24.66 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: CSeq: 20 REGISTER 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: Call-ID: tLOu~4fLKJ 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: Max-Forwards: 70 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: Supported: replaces, outbound, gruu 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: Accept: application/sdp 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: Accept: text/plain 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: Accept: application/vnd.gsma.rcs-ft-http+xml 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: Contact: sip:305000@176.30.212.43:41559;app-id=929724111839;pn-type=firebase;pn-timeout=0;pn-tok=c3C6qiLDlOY:APA91bHJx2vyrzdgqN3bCLGY0KG_lLjdQ6DEI2KCIzEnapTsq933StbfJA4n_seVvYtYxBX398XRK8hLKlPLiZALj23PNdrvnwlA7ff66quRzPnXhFdBW8XV-jZA7_1Z0nM-fJd9HuC8;pn-silent=1;transport=udp;+sip.instance="" 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: Expires: 3600 2020-09-17 14:57:06.956 23614-23614/org.linphone.debug I/Linphone: User-Agent: LinphoneAndroid/4.4.0 (GM 9 Pro) LinphoneSDK/4.3.5-pre.2+c55e271 (remotes/origin/release/4.3) 2020-09-17 14:57:07.331 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x2e1a] 2020-09-17 14:57:07.331 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11802 2020-09-17 14:57:07.331 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: starting recv background task with id=[2e1a]. 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: received [545] new bytes from [UDP://90.158.24.66:5060]: 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: SIP/2.0 401 Unauthorized 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.DMhpHsH~~;received=176.30.212.43;rport=41559 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: From: sip:305000@90.158.24.66;tag=Qp-fAnWtI 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: To: sip:305000@90.158.24.66;tag=79b3ead69 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: Call-ID: CwR12xb-9R 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: CSeq: 20 REGISTER 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: User-Agent: KAREL-Sip-Spc v. CTD (IPG1000 xin64_cta_2) t8436 d65535 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: WWW-Authenticate: Digest algorithm=MD5, realm="KAREL", nonce="8f4a6068b8185f5eda70" 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: Allow: REGISTER,OPTIONS,INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,PRACK,UPDATE,PUBLISH,SUBSCRIBE 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: MAC: 00:50:56:85:11:cc 2020-09-17 14:57:07.332 23614-23614/org.linphone.debug I/Linphone: Content-Length: 0 2020-09-17 14:57:07.351 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0] [545] bytes parsed 2020-09-17 14:57:07.351 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: discovered public ip and port are [176.30.212.43:41559] 2020-09-17 14:57:07.351 23614-23614/org.linphone.debug W/Linphone: Discarding stateless response [401] 2020-09-17 14:57:07.352 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: ending recv background task with id=[2e1a]. 2020-09-17 14:57:07.355 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2e1a] 2020-09-17 14:57:07.359 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x2e12] 2020-09-17 14:57:07.360 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11794 2020-09-17 14:57:07.360 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: starting recv background task with id=[2e12]. 2020-09-17 14:57:07.360 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: received [545] new bytes from [UDP://90.158.24.66:5060]: 2020-09-17 14:57:07.360 23614-23614/org.linphone.debug I/Linphone: SIP/2.0 401 Unauthorized 2020-09-17 14:57:07.360 23614-23614/org.linphone.debug I/Linphone: Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.laYhVwo7N;received=176.30.212.43;rport=41559 2020-09-17 14:57:07.360 23614-23614/org.linphone.debug I/Linphone: From: sip:305000@90.158.24.66;tag=-l6aHcZ4E 2020-09-17 14:57:07.360 23614-23614/org.linphone.debug I/Linphone: To: sip:305000@90.158.24.66;tag=e11b4ec67 2020-09-17 14:57:07.360 23614-23614/org.linphone.debug I/Linphone: Call-ID: tLOu~4fLKJ 2020-09-17 14:57:07.361 23614-23614/org.linphone.debug I/Linphone: CSeq: 20 REGISTER 2020-09-17 14:57:07.361 23614-23614/org.linphone.debug I/Linphone: User-Agent: KAREL-Sip-Spc v. CTD (IPG1000 xin64_cta_2) t8437 d65535 2020-09-17 14:57:07.361 23614-23614/org.linphone.debug I/Linphone: WWW-Authenticate: Digest algorithm=MD5, realm="KAREL", nonce="8f4a6068b8185f5eda70" 2020-09-17 14:57:07.361 23614-23614/org.linphone.debug I/Linphone: Allow: REGISTER,OPTIONS,INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,PRACK,UPDATE,PUBLISH,SUBSCRIBE 2020-09-17 14:57:07.361 23614-23614/org.linphone.debug I/Linphone: MAC: 00:50:56:85:11:cc 2020-09-17 14:57:07.361 23614-23614/org.linphone.debug I/Linphone: Content-Length: 0 2020-09-17 14:57:07.368 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0] [545] bytes parsed 2020-09-17 14:57:07.368 23614-23614/org.linphone.debug I/Linphone: Found transaction matching response. 2020-09-17 14:57:07.368 23614-23614/org.linphone.debug I/Linphone: Changing [client] [REGISTER] transaction [0x77a3392640], from state [TRYING] to [COMPLETED] 2020-09-17 14:57:07.369 23614-23614/org.linphone.debug I/Linphone: linphone_core_find_auth_info(): returning auth info username=305000, realm=KAREL 2020-09-17 14:57:07.369 23614-23614/org.linphone.debug I/Linphone: AuthStack::authFound() for Username[305000];Userid[];Realm[KAREL];Domain[90.158.24.66];Algorithm[]; 2020-09-17 14:57:07.369 23614-23614/org.linphone.debug I/Linphone: Auth info found for [305000] realm [KAREL] 2020-09-17 14:57:07.374 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x779154c580)] acquired [ref=0x2e32] 2020-09-17 14:57:07.375 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11826 2020-09-17 14:57:07.375 23614-23614/org.linphone.debug I/Linphone: transaction [0x779154c580]: starting transaction background task with id=[2e32]. 2020-09-17 14:57:07.375 23614-23614/org.linphone.debug I/Linphone: Changing [client] [REGISTER] transaction [0x779154c580], from state [INIT] to [TRYING] 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: message sent to [UDP://90.158.24.66:5060], size: [1005] bytes 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: REGISTER sip:90.158.24.66 SIP/2.0 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.X2pQZhvnC;rport 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: From: sip:305000@90.158.24.66;tag=-l6aHcZ4E 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: To: sip:305000@90.158.24.66 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: CSeq: 21 REGISTER 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Call-ID: tLOu~4fLKJ 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Max-Forwards: 70 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Supported: replaces, outbound, gruu 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Accept: application/sdp 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Accept: text/plain 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Accept: application/vnd.gsma.rcs-ft-http+xml 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Contact: sip:305000@176.30.212.43:41559;app-id=929724111839;pn-type=firebase;pn-timeout=0;pn-tok=c3C6qiLDlOY:APA91bHJx2vyrzdgqN3bCLGY0KG_lLjdQ6DEI2KCIzEnapTsq933StbfJA4n_seVvYtYxBX398XRK8hLKlPLiZALj23PNdrvnwlA7ff66quRzPnXhFdBW8XV-jZA7_1Z0nM-fJd9HuC8;pn-silent=1;transport=udp;+sip.instance="" 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Expires: 3600 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: User-Agent: LinphoneAndroid/4.4.0 (GM 9 Pro) LinphoneSDK/4.3.5-pre.2+c55e271 (remotes/origin/release/4.3) 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: Authorization: Digest realm="KAREL", nonce="8f4a6068b8185f5eda70", algorithm=MD5, username="305000", uri="sip:90.158.24.66", response="3769ee5f027e1c2c97d0fcefafe43492" 2020-09-17 14:57:07.377 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: ending recv background task with id=[2e12]. 2020-09-17 14:57:07.379 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2e12] 2020-09-17 14:57:07.381 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x2e4a] 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11850 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: starting recv background task with id=[2e4a]. 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: received [545] new bytes from [UDP://90.158.24.66:5060]: 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: SIP/2.0 401 Unauthorized 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.laYhVwo7N;received=176.30.212.43;rport=41559 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: From: sip:305000@90.158.24.66;tag=-l6aHcZ4E 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: To: sip:305000@90.158.24.66;tag=e11b4ec67 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: Call-ID: tLOu~4fLKJ 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: CSeq: 20 REGISTER 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: User-Agent: KAREL-Sip-Spc v. CTD (IPG1000 xin64_cta_2) t8437 d65535 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: WWW-Authenticate: Digest algorithm=MD5, realm="KAREL", nonce="8f4a6068b8185f5eda70" 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: Allow: REGISTER,OPTIONS,INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,PRACK,UPDATE,PUBLISH,SUBSCRIBE 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: MAC: 00:50:56:85:11:cc 2020-09-17 14:57:07.382 23614-23614/org.linphone.debug I/Linphone: Content-Length: 0 2020-09-17 14:57:07.388 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0] [545] bytes parsed 2020-09-17 14:57:07.389 23614-23614/org.linphone.debug I/Linphone: Found transaction matching response. 2020-09-17 14:57:07.389 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: ending recv background task with id=[2e4a]. 2020-09-17 14:57:07.390 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2e4a] 2020-09-17 14:57:07.498 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x2e56] 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11862 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: starting recv background task with id=[2e56]. 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: received [782] new bytes from [UDP://90.158.24.66:5060]: 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: SIP/2.0 200 OK 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.X2pQZhvnC;received=176.30.212.43;rport=41559 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: From: sip:305000@90.158.24.66;tag=-l6aHcZ4E 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: To: sip:305000@90.158.24.66;tag=4d94101c3 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: Call-ID: tLOu~4fLKJ 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: CSeq: 21 REGISTER 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: User-Agent: KAREL-Sip-Spc v. CTD (IPG1000 xin64_cta_2) t8438 d65535 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: Contact: sip:305000@176.30.212.43:41559;app-id=929724111839;pn-type=firebase;pn-timeout=0;pn-tok=c3C6qiLDlOY:APA91bHJx2vyrzdgqN3bCLGY0KG_lLjdQ6DEI2KCIzEnapTsq933StbfJA4n_seVvYtYxBX398XRK8hLKlPLiZALj23PNdrvnwlA7ff66quRzPnXhFdBW8XV-jZA7_1Z0nM-fJd9HuC8;pn-silent=1;transport=udp;+sip.instance="";expires=3600 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: Allow: REGISTER,OPTIONS,INVITE,ACK,CANCEL,BYE,NOTIFY,REFER,PRACK,UPDATE,PUBLISH,SUBSCRIBE 2020-09-17 14:57:07.499 23614-23614/org.linphone.debug I/Linphone: Content-Length: 0 2020-09-17 14:57:07.521 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0] [782] bytes parsed 2020-09-17 14:57:07.522 23614-23614/org.linphone.debug I/Linphone: Found transaction matching response. 2020-09-17 14:57:07.522 23614-23614/org.linphone.debug I/Linphone: Changing [client] [REGISTER] transaction [0x779154c580], from state [TRYING] to [COMPLETED] 2020-09-17 14:57:07.522 23614-23614/org.linphone.debug I/Linphone: Refresher [0x77a3392400]: has no contact for request [0x779123eb00]. 2020-09-17 14:57:07.522 23614-23614/org.linphone.debug I/Linphone: Refresher[0x77a3392400]: scheduling next timer in 3240000 ms for purpose [normal refresh] 2020-09-17 14:57:07.522 23614-23614/org.linphone.debug I/Linphone: Register refresher [200] reason [OK] for proxy [<sip:90.158.24.66;transport=udp>] 2020-09-17 14:57:07.522 23614-23614/org.linphone.debug I/Linphone: Proxy config [0x77ad7cab00] for identity [sip:305000@90.158.24.66] moving from state [LinphoneRegistrationProgress] to [LinphoneRegistrationOk] on core [0x77ad65a600] 2020-09-17 14:57:07.523 23614-23614/org.linphone.debug I/Linphone: Updating friends for identity [sip:305000@90.158.24.66] on core [0x77ad65a600] 2020-09-17 14:57:07.534 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip transaction(0x779154a180)] acquired [ref=0x2e76] 2020-09-17 14:57:07.534 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11894 2020-09-17 14:57:07.534 23614-23614/org.linphone.debug I/Linphone: transaction [0x779154a180]: starting transaction background task with id=[2e76]. 2020-09-17 14:57:07.535 23614-23614/org.linphone.debug I/Linphone: belle_sip_client_transaction_send_request(): waiting channel to be ready 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip send channel] acquired [ref=0x2e96] 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11926 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: starting send background task with id=[2e96]. 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: starting resolution of sip.linphone.org 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: channel 0x779124e440: state RES_IN_PROGRESS 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: transaction [0x779154a180] channel state changed to [RES_IN_PROGRESS] 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: resconf using application supplied dns server list. 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: Resolver is using DNS server(s): 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: 195.175.39.59 2020-09-17 14:57:07.537 23614-23614/org.linphone.debug I/Linphone: 195.175.39.60 2020-09-17 14:57:07.539 23614-23614/org.linphone.debug I/Linphone: resolver_process_data dns_res_check() in progress 2020-09-17 14:57:07.539 23614-23614/org.linphone.debug I/Linphone: DNS resolution awaiting response, queued to main loop 2020-09-17 14:57:07.540 23614-23614/org.linphone.debug I/Linphone: LinphoneEvent [0x7791300540] moving to subscription state LinphoneSubscriptionOutgoingProgress 2020-09-17 14:57:07.540 23614-23614/org.linphone.debug W/Linphone: core [0x77ad65a600] Receiving unexpected state [LinphoneSubscriptionOutgoingProgress] for event [0x7791300540], no associated friend list 2020-09-17 14:57:07.540 23614-23614/org.linphone.debug I/Linphone: _linphone_update_dependent_proxy_config(): 0x77ad7cab00 is registered, checking for [0x77ad7cab00] ->dependency=0x0 2020-09-17 14:57:07.556 23614-23614/org.linphone.debug I/Linphone: linphone_core_find_auth_info(): returning auth info username=305000, realm=KAREL 2020-09-17 14:57:07.562 23614-23614/org.linphone.debug I/Linphone: Linphone core [0x77ad65a600] notified [registration_state_changed] 2020-09-17 14:57:07.563 23614-23614/org.linphone.debug I/Linphone: channel [0x779238c7c0]: ending recv background task with id=[2e56]. 2020-09-17 14:57:07.566 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2e56] 2020-09-17 14:57:07.661 23614-23614/org.linphone.debug I/Linphone: SRV _sip._udp.sip.linphone.org resolved to [target:sip6.linphone.org. port:5060 prio:0 weight:100] 2020-09-17 14:57:07.661 23614-23614/org.linphone.debug I/Linphone: SRV _sip._udp.sip.linphone.org resolved to [target:sip1.linphone.org. port:5060 prio:10 weight:100] 2020-09-17 14:57:07.661 23614-23614/org.linphone.debug I/Linphone: Starting A/AAAA query for srv result [sip6.linphone.org] 2020-09-17 14:57:07.661 23614-23614/org.linphone.debug I/Linphone: resconf using application supplied dns server list. 2020-09-17 14:57:07.661 23614-23614/org.linphone.debug I/Linphone: Resolver is using DNS server(s): 2020-09-17 14:57:07.661 23614-23614/org.linphone.debug I/Linphone: 195.175.39.59 2020-09-17 14:57:07.662 23614-23614/org.linphone.debug I/Linphone: 195.175.39.60 2020-09-17 14:57:07.665 23614-23614/org.linphone.debug I/Linphone: resolver_process_data dns_res_check() in progress 2020-09-17 14:57:07.665 23614-23614/org.linphone.debug I/Linphone: DNS resolution awaiting response, queued to main loop 2020-09-17 14:57:07.665 23614-23614/org.linphone.debug I/Linphone: resconf using application supplied dns server list. 2020-09-17 14:57:07.665 23614-23614/org.linphone.debug I/Linphone: Resolver is using DNS server(s): 2020-09-17 14:57:07.665 23614-23614/org.linphone.debug I/Linphone: 195.175.39.59 2020-09-17 14:57:07.665 23614-23614/org.linphone.debug I/Linphone: 195.175.39.60 2020-09-17 14:57:07.669 23614-23614/org.linphone.debug I/Linphone: resolver_process_data dns_res_check() in progress 2020-09-17 14:57:07.669 23614-23614/org.linphone.debug I/Linphone: DNS resolution awaiting response, queued to main loop 2020-09-17 14:57:07.669 23614-23614/org.linphone.debug I/Linphone: Starting A/AAAA query for srv result [sip1.linphone.org] 2020-09-17 14:57:07.670 23614-23614/org.linphone.debug I/Linphone: resconf using application supplied dns server list. 2020-09-17 14:57:07.670 23614-23614/org.linphone.debug I/Linphone: Resolver is using DNS server(s): 2020-09-17 14:57:07.670 23614-23614/org.linphone.debug I/Linphone: 195.175.39.59 2020-09-17 14:57:07.670 23614-23614/org.linphone.debug I/Linphone: 195.175.39.60 2020-09-17 14:57:07.673 23614-23614/org.linphone.debug I/Linphone: resolver_process_data dns_res_check() in progress 2020-09-17 14:57:07.673 23614-23614/org.linphone.debug I/Linphone: DNS resolution awaiting response, queued to main loop 2020-09-17 14:57:07.673 23614-23614/org.linphone.debug I/Linphone: resconf using application supplied dns server list. 2020-09-17 14:57:07.673 23614-23614/org.linphone.debug I/Linphone: Resolver is using DNS server(s): 2020-09-17 14:57:07.673 23614-23614/org.linphone.debug I/Linphone: 195.175.39.59 2020-09-17 14:57:07.673 23614-23614/org.linphone.debug I/Linphone: 195.175.39.60 2020-09-17 14:57:07.675 23614-23614/org.linphone.debug I/Linphone: resolver_process_data dns_res_check() in progress 2020-09-17 14:57:07.675 23614-23614/org.linphone.debug I/Linphone: DNS resolution awaiting response, queued to main loop 2020-09-17 14:57:07.743 23614-23614/org.linphone.debug I/Linphone: sip1.linphone.org resolved to 91.121.209.194 2020-09-17 14:57:07.743 23614-23614/org.linphone.debug I/Linphone: resolver[0x7791776a00]: starting aaaa timeout since A response is received. 2020-09-17 14:57:07.743 23614-23614/org.linphone.debug I/Linphone: sip6.linphone.org resolved to 2001:41d0:700:789::2020 2020-09-17 14:57:07.804 23614-23614/org.linphone.debug I/Linphone: A query finished for srv result [sip1.linphone.org] 2020-09-17 14:57:07.804 23614-23614/org.linphone.debug I/Linphone: sip6.linphone.org resolved to 54.37.202.229 2020-09-17 14:57:07.804 23614-23614/org.linphone.debug I/Linphone: A query finished for srv result [sip6.linphone.org] 2020-09-17 14:57:07.804 23614-23614/org.linphone.debug I/Linphone: All A/AAAA results for combined resolution have arrived. 2020-09-17 14:57:07.804 23614-23614/org.linphone.debug I/Linphone: channel[0x779124e440]: current peer hostname is [sip6.linphone.org]. 2020-09-17 14:57:07.804 23614-23614/org.linphone.debug I/Linphone: channel 0x779124e440: state RES_DONE 2020-09-17 14:57:07.804 23614-23614/org.linphone.debug I/Linphone: transaction [0x779154a180] channel state changed to [RES_DONE] 2020-09-17 14:57:07.805 23614-23614/org.linphone.debug I/Linphone: channel 0x779124e440: state CONNECTING 2020-09-17 14:57:07.805 23614-23614/org.linphone.debug I/Linphone: transaction [0x779154a180] channel state changed to [CONNECTING] 2020-09-17 14:57:07.805 23614-23614/org.linphone.debug I/Linphone: Trying to connect to [UDP://2001:41d0:700:789::2020:5060] 2020-09-17 14:57:07.808 23614-23614/org.linphone.debug E/Linphone: belle_sip_get_src_addr_for: bctbx_connect() failed: Network is unreachable 2020-09-17 14:57:07.810 23614-23614/org.linphone.debug E/Linphone: Cannot connect to [UDP://sip.linphone.org:5060] 2020-09-17 14:57:07.810 23614-23614/org.linphone.debug I/Linphone: channel 0x779124e440: state ERROR 2020-09-17 14:57:07.810 23614-23614/org.linphone.debug I/Linphone: channel[0x779124e440]: current peer hostname is [sip6.linphone.org]. 2020-09-17 14:57:07.810 23614-23614/org.linphone.debug I/Linphone: channel 0x779124e440: state RETRY 2020-09-17 14:57:07.810 23614-23614/org.linphone.debug I/Linphone: transaction [0x779154a180] channel state changed to [RETRY] 2020-09-17 14:57:07.824 23614-23614/org.linphone.debug I/Linphone: channel 0x779124e440: state CONNECTING 2020-09-17 14:57:07.824 23614-23614/org.linphone.debug I/Linphone: transaction [0x779154a180] channel state changed to [CONNECTING] 2020-09-17 14:57:07.824 23614-23614/org.linphone.debug I/Linphone: Trying to connect to [UDP://::ffff:54.37.202.229:5060] 2020-09-17 14:57:07.826 23614-23614/org.linphone.debug I/Linphone: Channel has local address 176.30.212.43:41559 2020-09-17 14:57:07.826 23614-23614/org.linphone.debug I/Linphone: channel 0x779124e440: state READY 2020-09-17 14:57:07.826 23614-23614/org.linphone.debug I/Linphone: transaction [0x779154a180] channel state changed to [READY] 2020-09-17 14:57:07.826 23614-23614/org.linphone.debug I/Linphone: Changing [client] [SUBSCRIBE] transaction [0x779154a180], from state [INIT] to [TRYING] 2020-09-17 14:57:07.826 23614-23614/org.linphone.debug I/Linphone: Body has been compressed: 305->207: <?xml version="1.0" encoding="UTF-8"?>

2020-09-17 14:57:07.827 23614-23614/org.linphone.debug W/Linphone: message [0x779123ef80] has Content-Length [305] and body size [207] which are inconsistent, fixing it. 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: found binary data in buffer, will stop logging it now. 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: message sent to [UDP://sip.linphone.org:5060], size: [1254] bytes 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: SUBSCRIBE sip:rls@sip.linphone.org SIP/2.0 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.hC-3hIqaA;rport 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: From: sip:305000@90.158.24.66;tag=qvB5d0Lg4 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: To: sip:rls@sip.linphone.org 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: CSeq: 20 SUBSCRIBE 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Call-ID: 7SwMjiDyAH 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Max-Forwards: 70 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Supported: eventlist 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Event: presence 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Expires: 3600 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Content-Type: application/resource-lists+xml 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Content-Length: 207 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Content-Encoding: deflate 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Contact: sip:305000@176.30.212.43:41559;app-id=929724111839;pn-type=firebase;pn-timeout=0;pn-tok=c3C6qiLDlOY:APA91bHJx2vyrzdgqN3bCLGY0KG_lLjdQ6DEI2KCIzEnapTsq933StbfJA4n_seVvYtYxBX398XRK8hLKlPLiZALj23PNdrvnwlA7ff66quRzPnXhFdBW8XV-jZA7_1Z0nM-fJd9HuC8;pn-silent=1;transport=udp;+sip.instance="";expires=3600 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Require: recipient-list-subscribe 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Accept: multipart/related 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Accept: application/pidf+xml 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Accept: application/rlmi+xml 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Content-Disposition: recipient-list 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: Accept-Encoding: deflate 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: User-Agent: LinphoneAndroid/4.4.0 (GM 9 Pro) LinphoneSDK/4.3.5-pre.2+c55e271 (remotes/origin/release/4.3) 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: x... (first 1048 bytes shown) 2020-09-17 14:57:07.828 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: ending send background task with id=[2e96]. 2020-09-17 14:57:07.831 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2e96] 2020-09-17 14:57:07.972 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x2e9a] 2020-09-17 14:57:07.973 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11930 2020-09-17 14:57:07.973 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: starting recv background task with id=[2e9a]. 2020-09-17 14:57:07.973 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: received [323] new bytes from [UDP://sip.linphone.org:5060]: SIP/2.0 100 Trying Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.hC-3hIqaA;rport=41559 Record-Route: <sip:54.37.202.229:5060;lr> From: sip:305000@90.158.24.66;tag=qvB5d0Lg4 To: sip:rls@sip.linphone.org Call-ID: 7SwMjiDyAH CSeq: 20 SUBSCRIBE Server: Flexisip/2.0.0 (sofia-sip-nta/2.0) Content-Length: 0 2020-09-17 14:57:07.988 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440] [323] bytes parsed 2020-09-17 14:57:07.988 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: discovered public ip and port are [176.30.212.43:41559] 2020-09-17 14:57:07.988 23614-23614/org.linphone.debug I/Linphone: Found transaction matching response. 2020-09-17 14:57:07.988 23614-23614/org.linphone.debug I/Linphone: Changing [client] [SUBSCRIBE] transaction [0x779154a180], from state [TRYING] to [PROCEEDING] 2020-09-17 14:57:07.988 23614-23614/org.linphone.debug I/Linphone: op [0x77a336e100] : set_or_update_dialog() current=[0x0] new=[0x0] 2020-09-17 14:57:07.988 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: ending recv background task with id=[2e9a]. 2020-09-17 14:57:07.991 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2e9a] 2020-09-17 14:57:07.995 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): Android wake lock [belle-sip recv channel] acquired [ref=0x2ea2] 2020-09-17 14:57:07.995 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_acquire(): cast long of wakelock 11938 2020-09-17 14:57:07.996 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: starting recv background task with id=[2ea2]. 2020-09-17 14:57:07.996 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: received [301] new bytes from [UDP://sip.linphone.org:5060]: SIP/2.0 404 Not Found Via: SIP/2.0/UDP 176.30.212.43:41559;branch=z9hG4bK.hC-3hIqaA;rport=41559 From: sip:305000@90.158.24.66;tag=qvB5d0Lg4 To: sip:rls@sip.linphone.org;tag=pFDXQQ200m4Qr Call-ID: 7SwMjiDyAH CSeq: 20 SUBSCRIBE Server: Flexisip/2.0.0 (sofia-sip-nta/2.0) Content-Length: 0 2020-09-17 14:57:08.001 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440] [301] bytes parsed 2020-09-17 14:57:08.002 23614-23614/org.linphone.debug I/Linphone: Found transaction matching response. 2020-09-17 14:57:08.002 23614-23614/org.linphone.debug I/Linphone: Changing [client] [SUBSCRIBE] transaction [0x779154a180], from state [PROCEEDING] to [COMPLETED] 2020-09-17 14:57:08.002 23614-23614/org.linphone.debug I/Linphone: op [0x77a336e100] : set_or_update_dialog() current=[0x0] new=[0x0] 2020-09-17 14:57:08.002 23614-23614/org.linphone.debug I/Linphone: LinphoneEvent [0x7791300540] moving to subscription state LinphoneSubscriptionError 2020-09-17 14:57:08.002 23614-23614/org.linphone.debug I/Linphone: Receiving new state [LinphoneSubscriptionError] for event [0x7791300540] for friend list [0x77a4c26b60] 2020-09-17 14:57:08.002 23614-23614/org.linphone.debug I/Linphone: channel [0x779124e440]: ending recv background task with id=[2ea2]. 2020-09-17 14:57:08.005 23614-23614/org.linphone.debug I/Linphone: bellesip_wake_lock_release(): Android wake lock released [ref=0x2ea2]

Viish commented 3 years ago

There is no stacktrace in the logs you attached. To get it use adb logcat on your computer with your device attached. By the way, it seems you didn't granted the CAMERA permission. Maybe it's why it crashes while playing with video settings...

nzkar commented 3 years ago

But wouldn't it be a bug? Should I have to give permission before setting it? Maybe then, it should be disabled when the permission is not granted.

Viish commented 3 years ago

I said maybe. Please attach the stacktrace so I can know what is happening.

nzkar commented 3 years ago

lin_videosize.txt

Sorry it was too long so I attached the file

nzkar commented 3 years ago

By the way I tried with the camera permission granted, still crashes.

Viish commented 3 years ago

Yup, that's because it doesn't find the VideoDefinition object matching the size. Which size do you set before it crashes?

nzkar commented 3 years ago

it happens with randomly selected sizes. Not a special one.

Viish commented 3 years ago

Can you try with commit cfbfff08637cfc9da0b8de7b12cf86013d315b59 ? It should fix the issue.

nzkar commented 3 years ago

In my code I always set it to 720p (you can see I have a log for that "video size changed to: 720p") then I go the video size fragment and select a random size, after this it crashes.

nzkar commented 3 years ago

I applied the change you made in setPreferredVideoSize still same. Logs attached. lin_videosize2.txt

Viish commented 3 years ago

Ok thanks, I found the issue. It was in our SDK. Merge request is in progress, will be part of next release.