427 questions
0
votes
0
answers
43
views
CMake Error: "file INSTALL cannot find file: File exists" when building linphone-desktop
I'm trying to build the linphone-desktop application on Windows and encountering a contradictory CMake error during installation:
CMake Error at external/linphone-sdk/external/soci/src/core/...
0
votes
0
answers
71
views
Microphone only records distortion on Linphone SIP calls (Android 7.1.1, Watch device)
I’m working with the Linphone SDK on an Android 7.1.1 (API 25) watch. Outgoing SIP calls register and connect successfully. I can hear the other side, but when I speak, all they hear is distorted/...
0
votes
0
answers
81
views
SIP outbound status for acc 1 is not active (Android)
I'm migrating from Linphone to PJSIP (pjsua2) in my Android project using TLS on port 5061. The same SIP credentials work fine with Linphone, and registration succeeds on PJSIP. However, the outbound ...
-2
votes
1
answer
85
views
Linphone mave repository not found
I've been using linphone sdk for a while for my android app, today suddenly I'm getting the following error:
Could not find any matches for org.linphone:linphone-sdk-android:5.3+
as no versions of ...
2
votes
3
answers
287
views
Linphone maven repo is not searched for when looking for linphone-sd-android
I am building a fork of linphone and am trying to rename the package to my own app name
Before it built without problems.
AfterI ran a search-replace for org.linphone in the entire project (except for ...
1
vote
1
answer
554
views
Linphone and Raspberry Pi Python script call on button press problems with setting PATH
I have installed linphone with the following guide:
https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/Linphone%20and%20Raspberry%20Pi/
I have fiew to none experience with python.
I found a ...
0
votes
0
answers
299
views
Conflict in jniLibs (vlc player and linphone
I'm developing a flutter plugin for linphone and there was a problem that linphone has conflicts with vlc player.
Describe the bug
When I connect my plugin (using org.linphone:linphone-sdk-android:5.2....
0
votes
1
answer
240
views
linphone sdk macOS registration not working
I send registration request in linphone sdk on macOS, but I do not receive response for register in onAccountRegistrationStateChanged method and linphone is not registered.
There are no errors in the ...
0
votes
1
answer
1k
views
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 ...
0
votes
1
answer
517
views
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 ...
1
vote
1
answer
71
views
Why are there such strange comments in the documentation for Linphone's MediaDirection type?
It seems that they missed when they wrote comments. And this is repeated everywhere, and not just in the implementation for any particular platform. And the question arises - to trust the ...
0
votes
0
answers
928
views
How can I receive incoming SIP calls when app is closed in IOS (Linphone)?
In my SIP app, I integrated Linphone to it. I can do outgoing calls and receive incoming calls successfully when app is open, but but as a new feature, I want to be able to receive this call when the ...
0
votes
1
answer
296
views
How to get audio stream properties (format and sample rate) of my VoIP provider?
I need to integrate Speech To Text (STT) service with IP telephony. STT service support just 5 particular input formats of audio (MuLaw/ALaw/Linear16/RawOpus/MP3) and 10 sample rates (8/11/12/16/22/24/...
0
votes
1
answer
913
views
Connect to linphone sip server with sip.js library
I use sip.js [onsip.com] library like web sip client.
Is it possible to make connection with linphone sip service.
Code:
/* eslint-disable @typescript-eslint/no-explicit-any */
// eslint-disable-next-...
0
votes
1
answer
210
views
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-...
0
votes
1
answer
192
views
Video preview not showing in Xamarin forms
I'm doing video call implementation using Linphone. I am able to capture the camera in my phone and showing the preview of video in my app. But I need the preview of the video being captured in client ...
0
votes
1
answer
1k
views
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 ...
0
votes
1
answer
114
views
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:...
0
votes
0
answers
617
views
what is "error: variable 'writable' set but not used [-Werror,-Wunused-but-set-variable]" ?and how fix it?
i want build linphone sdk by below commands but i get error.how fix it?
git clone https://gitlab.linphone.org/BC/public/linphone-sdk.git --recursive
cd linphone-sdk
mkdir build-osx
cmake .. -...
2
votes
3
answers
456
views
Linphone SDK integration returns unknown assembly in Xamarin Android
I have implemented Linphone in Xamarin forms. It is working fine in iOS but it is crashing in Android.It shows this exception
System.DllNotFoundException
linphone.framework/linphone assembly:<...
0
votes
1
answer
723
views
Get CallerId (Username) from incoming call Linphone - Swift
I've just found a simple way to get the some CallLogs (CallerID, Username, To, From, Call duration, Date, Status, ...) from the new Linphone library for swift (SDK 5.0).
I just want to share it with ...
0
votes
0
answers
786
views
How to fix error no such module for import linphone sdk macos
I installed linphone sdk osx using Pods With the following command in the Pod file
pod 'linphone-sdk', '5.0.69', :source => ‘https://gitlab.linphone.org/BC/public/podspec-macos.git'
After ...
1
vote
1
answer
774
views
Linphonec on RaspberryPi: how to solve "bctbx-error-bctbx_file_open (Permission denied)"
In my setting I want the user www-data to be able to run linphonec, but there's one error in my way, that I don't know how to handle so far.
When starting linphonec as user www-data:
sudo -u www-data /...
2
votes
0
answers
494
views
Linphone SDK 5 IOS
Hello every one im using Linphone IOS SDK 5 to build app for sip calls
everything is fine
now i want do feature to record calls
i created path for records
func outgoingCall(to number: String, name: ...
1
vote
2
answers
877
views
Linphone - getting SDK
I'm trying to follow the instruction for Linphone, to download the SDK for iOS, either here:
https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Getting%20started/iOS/
or here: https://gitlab....