liblinphone icon indicating copy to clipboard operation
liblinphone copied to clipboard

Linphone.org mirror for liblinphone (git://git.linphone.org/liblinphone.git)

Results 137 liblinphone issues
Sort by recently updated
recently updated
newest added

### Context I use the linphone-sdk for an iOS app to do VOIP calling. I'm using the 'linphone-sdk' pod on version 5.1.55 sourced from https://gitlab.linphone.org/BC/public/podspec.git. One thing I'm using the...

bug

### Context I am trying to create a test video call app for Android. I compiled the linphone lib successfully and integrated. But my test app crashes as soon as...

bug

### Context I actually use linphone-android, which is a consumer of this library. ### General information - Device: Phone - OS: Android 12.1 - Version of the App: linphone-android 4.6.12...

bug

hello building linphone and dependencies on linux from git since quite a bit (years) and everything has always worked nicely. (my specs are enclosed at the end of this report)...

### Context I have install linphone-nogtk on raspberry 2b. linphonecsh cant register. i see error pi@raspberrypi:~ $ /usr/bin/linphonecsh status register registered=-1 ### General information Distributor ID: Raspbian Description: Raspbian GNU/Linux...

bug

### Context I have tried to build tags 5.1.32=>5.1.48 as standalone on Ubuntu 22.04. 5.1.43 goes the longest way until 70% but no tag compiles 100%. All dependencies resolved. Usually...

bug

In this [log](http://brian.interlinx.bc.ca/linphone-no-audio-ice-failure.txt) there are two incoming calls, neither of which had any audio. When I clicked the call stats icon on the top right it said that ICE connectivity...

### Context I use Linphone for my VoIP application. ### General information - Device: generic iPhone - OS: iOS 15 - Version of the App: 4.6.2 - Version of the...

bug

This patch add the creation of the `linphone.pc` file used by the pkg-config tool. The file provide the necessary details for compiling and linking liblinphone and look like this when...

Hi, Nearly i meet a issue, that when i use linphonec command to answer a call, it will crash. And I found it cause by linphone_core_accept_call(lc, NULL), see code bellow....