Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
43 views

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/...
Yash R's user avatar
  • 247
0 votes
0 answers
71 views

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/...
Faisal's user avatar
  • 725
0 votes
0 answers
81 views

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 ...
Shahbaz Naseer's user avatar
-2 votes
1 answer
85 views

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 ...
Fatima Zariwala's user avatar
2 votes
3 answers
287 views

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 ...
Pasqui23's user avatar
1 vote
1 answer
554 views

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 ...
Shadowwall's user avatar
0 votes
0 answers
299 views

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....
LiLies's user avatar
  • 1
0 votes
1 answer
240 views

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 ...
sianami's user avatar
  • 979
0 votes
1 answer
1k views

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 ...
steind.VY's user avatar
  • 348
0 votes
1 answer
517 views

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 ...
dnj's user avatar
  • 109
1 vote
1 answer
71 views

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 ...
Stanley Wintergreen's user avatar
0 votes
0 answers
928 views

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 ...
SmartPerson's user avatar
0 votes
1 answer
296 views

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/...
Paul Serikov's user avatar
  • 3,371
0 votes
1 answer
913 views

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-...
Nikola Lukic's user avatar
  • 4,274
0 votes
1 answer
210 views

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-...
zeshanbaig786's user avatar
0 votes
1 answer
192 views

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 ...
Judson Abraham's user avatar
0 votes
1 answer
1k views

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 ...
Parth's user avatar
  • 1,996
0 votes
1 answer
114 views

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:...
Omer Hershkovitz's user avatar
0 votes
0 answers
617 views

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 .. -...
sianami's user avatar
  • 979
2 votes
3 answers
456 views

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:<...
Judson Abraham's user avatar
0 votes
1 answer
723 views

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 ...
Elias Al Zaghrini's user avatar
0 votes
0 answers
786 views

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 ...
amir houshmand's user avatar
1 vote
1 answer
774 views

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 /...
Dominic's user avatar
  • 540
2 votes
0 answers
494 views

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: ...
Moskwinow's user avatar
1 vote
2 answers
877 views

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....
Conrad's user avatar
  • 457

1
2 3 4 5
9