Questions tagged [linphone-sdk]
120 questions
0
votes
1 answer
Caused by: java.lang.UnsatisfiedLinkError: Couldn't load gnustl_shared from loader dalvik.system.PathClassLoader findLibrary returned null
Hello Guys i Have a Problem with the Linephone android source code.Linephone provide us Open Source code for multiple Platforms.i am currently working with the LinePhone android source code from their git Repository for android.
Here What i Done.
1.…

RushDroid
- 1,570
- 3
- 21
- 46
0
votes
1 answer
Is it possible to extend Linphone call log history limit?
Today I noticed the call history on Linphone is limited to 30 entries. I want to get the last 100 entries.
Is there any way to have a bigger call log history?

Mitesh Khatri
- 3,935
- 4
- 44
- 67
0
votes
0 answers
I Have an Error Android Studio: java.util.zip.ZipException duplicate entry
this build.gradle:
apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
defaultConfig {
applicationId "app.id.linphone"
minSdkVersion 15
targetSdkVersion 15
…

JuveNCX
- 27
- 3
0
votes
1 answer
Audio mute is not working
i'm trying to implement a mute button in a sample application.
i've seen linphone is doing this by changing the BOOL value for the following code.
linphone_core_enable_mic(LC,TRUE);
i also did the same, but i'm getting this warning…

Mohamed yaseen
- 65
- 1
- 10
0
votes
1 answer
Linphone fails to create SAS for ZRTP Secure call
I have recently updated my Linphone library from latest release to follow Apple’s IPV6 standard support.
But it fails to create secure call.
Each time i try to convert call to secure call ,Acknowledgment fails and SAS returns null.
Same thing…

technerd
- 14,144
- 10
- 61
- 92
0
votes
3 answers
Google Play store refused app based on a vulnerability, how can I prove I have removed it?
I downloaded the open source project Linphone, and build it accordingly, after building I imported the project in Eclipse and try some customisations in layouts, now I want to upload the app to Play store, but this error or rejection I…

Addi.Star
- 475
- 2
- 15
- 36
0
votes
1 answer
linphone (Python) Change Port number
I am using linphone 3.9
I tried to change default ports by changing port in SipTransprts
but still 5060 still the default value
My Question how to change default port for udp and tcp in Linphone lib python ?
core = linphone.Core.new(callbacks,…

ahmad18189
- 13
- 6
0
votes
0 answers
Android linphone app crashes while in background
I am working on android an android app using linphone sdk. I have changed the package name to com.spoke. While the app is in background it crashes and shows the following error in logcat. What is the reason behind this error in android linphone? How…

Rahul
- 381
- 1
- 5
- 19
0
votes
1 answer
liblinphone android x86_64 ffmpeg unable to load
I try to use liblinphone with android studio using '.so' files from linphone site and I builded it by myself with ndk 9,10,11,12 versions. Always with x86_64 platform the error appears in android monitor:
04-27 02:37:01.404 13883-13883/?…

alex
- 1
- 3
0
votes
1 answer
File "liblinphone-armeabi-v7a.so" error when update Linphone
/data/app/appname-2/lib/arm/liblinphone-armeabi-v7a.so has text
relocations. This is wasting memory and prevents security hardening.
Please fix.
When I update Linphone library, I get this message and crash my application. Who had the same…

Trần Đức Tâm
- 4,037
- 3
- 30
- 58
-1
votes
1 answer
Linphone SDK gives io error in Android Devices when connecting to local network
I have successfully integrated Linphone SDK in my project with their dependency.
implementation 'org.linphone:linphone-sdk-android:5.1.59'
// Adding this dependency allows the linphone-sdk to automatically handle audio focus
…
-1
votes
1 answer
From where to Get recorded call's audio file in Linphone iOS SDK
Used following code to start recording
linphone_call_start_recording(call);
Used following code to stop recording:
linphone_call_stop_recording(call);
I am not getting any audio file stored in app local directory, Any idea where it can be…

Megha Pawar
- 115
- 1
- 5
-1
votes
1 answer
iOS VOIP notification Linphone
I have set up the latest linphone iOS code (version 3.16.6) and I am able to make audio and video calls but if my app is in background or killed, not getting calls.
Please guide me in details that what I have to do to get the calls even when app is…

Vishwas Singh
- 1,497
- 1
- 18
- 16
-1
votes
1 answer
How is configure to LinPhone Video Call Method in Swift 3 Language?
I am configure to linPhone Video Call using Swift 3 language but i don't have any idea how to configure to linPhone Video Call method. In my app Audio call Configure successfully.
please, Give me any idea how to configure to Video call in linphone…

Vivek Shukla
- 7
- 1
- 3
-2
votes
1 answer
How to integrate Linphone SDK with Existing Swift Project?
I have followed to this instruction about how to integrate with linphone SDK
http://www.linphone.org/technical-corner/liblinphone
After that, I follow with this…

saleumsack
- 43
- 1
- 1
- 8