Questions tagged [linphone-sdk]
120 questions
0
votes
1 answer
how to understand that a call was dropped in the linphone sdk
I make a call through my app and if the person I'm calling resets the call, then it continues for me. Although I thought that End/Released would be called, but apparently not
In their application there is a reaction to the reset of the call. I…

steind.VY
- 333
- 2
- 11
0
votes
1 answer
Unable to load DLL 'linphone'
I'm trying to create a simple Voip client application using the Linphone NuGet (LinphoneSDK.5.1.73.nupkg).
For that I created a solution with two C# projects (target framework: .net Framework 4.8, ; target platform: x86):
one as a wrapper of…

RSilva
- 6,753
- 11
- 43
- 49
0
votes
1 answer
how to get the normal name of audio devices
I use the linphone sdk and i want to get a list of audio devices, or rather their type and driverName, but it outputs in the style of {2: Audio, 3: Audio, 1: AAudio}
Although if you do this on ios, it gives out normally in the style of {3:…

steind.VY
- 333
- 2
- 11
0
votes
0 answers
Cannot generate linphone++ headers for windows-sdk
I would like to build liblinphone for C++ on Windows and modify it for my own testing purposes. Has anyone successfully built linphone-sdk or linphone-desktop in a way that generates linphone++? If so, could you please provide the necessary cmake…

28sep
- 1
- 1
0
votes
1 answer
How to create a Cordova plugin that is using LinphoneSDK functions
I am going to build a Cordova plugin that can connect to a sip server for both android and iOS version.
The program requires the usage of Linphone SDK.
I tried to download Linphone SDK for both android and iPhone.
First for android, I only found…
0
votes
1 answer
Linphone Android debug app - how to connect to SIP account
I am trying to build and run the following Linphone app: https://github.com/BelledonneCommunications/linphone-android/tree/release/5.1
However, when using the assistant to connect to a SIP account I getting the following stack-trace:
2023-06-05…

Dan Jones
- 73
- 1
- 5
0
votes
1 answer
How to use linphone-sdk with C#
I download linphone-sdk from the official website (https://www.linphone.org/technical-corner/liblinphone) It is very normal for me to using in the project. But When I running, I will prompt linphone.dll not found. I did not find this dll in the…

Pes
- 1
0
votes
0 answers
compile error while building linphone SDK version 4
I am trying to build linphone sdk for iOS,
Cloned linphone sdk version 4
trying to build using the following commands
mkdir build && cd build
cmake .. -DLINPHONESDK_PLATFORM:STRING=IOS
cmake --build . --parallel 20
the following error occurred while…

ynamao
- 106
- 1
- 16
0
votes
0 answers
Error in building linphone for iOS when enabling ffmpeg
Linphone 5.2.6 clone from git
Build linphone with not enabling ffmpeg - Build successfully
Enabled ffmpeg and again try to build linphone for iOS
Build failed as error at mediastreamer2/src/utils/ffmpeg-priv.c
error: conflicting types for…

sejal harsoda
- 21
- 4
0
votes
1 answer
Linphone import fail in Intellij Idea even after download from Maven Repo is completed
Background:
I am a building VoIP transfer proxy application in Kotlin which will run in Server.
This application registers and accepts SIP calls from SIP server as SIP client, and converts the SIP signals and media stream into private protocol and…

Yawong
- 23
- 4
0
votes
1 answer
iOS 16, iPhone 11 Pro Max, app with SDK 5.2 beta 82 crashing, Library not loaded: @rpath/libjsoncpp.24.dylib
I compiled latest sdk 5.2 beta 82 and tried it, but app is crashing with following stack trace:
dyld[591]: Library not loaded: @rpath/libjsoncpp.24.dylib
Referenced from: <37C02679-31AD-371A-8BBD-1EB40F928F79>…

zeshanbaig786
- 157
- 11
0
votes
1 answer
Linphone.dll not found with windows form
I want to create a g application with C# and Windows Forms. For this I have downloaded and installed the latest nuget from the official website (https://download.linphone.org/releases/windows/sdk/). But now when I want to make a call, the programme…

Coveit
- 1
- 1
0
votes
1 answer
Linphone Android if call is disconnected on early media then next call will go to pause state after call connected
I am using linephone library to call trough app.
I have integrated everything using the example code given here
My issue is
Case 1 - if i call on some number and if it plays some sound like- number is not available right now and so on....…

Parth
- 1,908
- 1
- 19
- 37
0
votes
1 answer
LibLinphone 5.x cannot encode "gzip" content
Im using Linphone SDK 5.x and try to get compressed data(gzip) from my server(by notify).
the header is set to Content-Encoding: gzip
however its cannot encode it with this warning:
"WARNING belle_sip_memory_body_handler_unapply_encoding: unknown…

Omer Hershkovitz
- 49
- 6
0
votes
1 answer
Linphone SDK wrong utf-8 Encoder
I'm using the Linphoe SDK for windows 10 version 5.1.21 (from https://download.linphone.org/releases/windows/sdk/).
when passing Non English characters thru the invite messages ("רונן" sip:2007@172.28.11.141;tag=1c1835228085) or in the notify body…

Omer Hershkovitz
- 49
- 6