Questions tagged [linphone-sdk]

120 questions
2
votes
0 answers

Undefined Symbols For Architecture i386 during building linphone-iphone

Undefined symbols for architecture i386: "_eXosip_add_authentication_info", referenced from: _push_auth_to_exosip in liblinphone.a(sal_eXosip2.o) "_eXosip_automatic_action", referenced from: _process_event in…
Nik
  • 1,991
  • 2
  • 13
  • 30
1
vote
1 answer

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 documentation or the names of the…
1
vote
0 answers

"Exception: Cannot prepare callback CIF" when assiging lambda function as a callback in PHP FFI

I am currently connecting a C library in PHP using FFI. My current code works properly and I am now trying to call a PHP lambda function from my C code and I am stuck with the following error: PHP Fatal error: Uncaught FFI\Exception: Cannot…
1
vote
1 answer

Conference Audio call is not working with Linphone SDK android

I m using Linphone Sdk version 5.0.1. can anyone describe that why audio confernce is not working. I m using core.addAllToConference() method for create a conference.but conference is only created with only Admin.both two other user only got…
1
vote
1 answer

How can I import part of LinPhone library for iOS?

I want to import LinPhone library for receiving VoIP calls in my app. This is my Pod-file: platform :ios, '13.0' source "https://gitlab.linphone.org/BC/public/podspec.git" target 'ClientApp' do use_frameworks! pod 'ReachabilitySwift' …
alexbayker
  • 882
  • 9
  • 19
1
vote
1 answer

Linphone SDK OS X - vcard_grammar

I’m trying to integrate linphone-sdk-Mac from https://download.linphone.org/releases/macosx/sdk/ to my objective c app. Basically what I’m doing is extracting zip file and import framework files to my project and then change all frameworks to “embed…
1
vote
1 answer

pod install fails on linphone-sdk in Azure Devops Pipeline

After the 6b0a31e4 commit (https://gitlab.linphone.org/BC/public/podspec) my pipeline is fails. Im try to run a simple pod install. The log says: [!] Couldn't determine repo type for URL: https://gitlab.linphone.org/BC/public/podspec.git:…
benadzs
  • 127
  • 2
  • 13
1
vote
1 answer

Linphone-sdk desktop build failed: error: missing binary operator before token "("

I followed the guide in the page linphone-sdk and also run these with the MSYS2 MSYS command in Windows 10: pacman -S mingw-w64-i686-cmake pacman -S mingw-w64-i686-ninja pacman -S p7zip My PATH variable contains…
George
  • 47
  • 6
1
vote
0 answers

Linphone iOS SDK integration returns unknown assembly

I have implemented Linphone Xamarin Documentation doc I imported the frameworks inside the iOS project and added them in Native Reference. the problem is the library does not have any file extension unlike any objective c framework which has .a file…
Ryan Motal
  • 362
  • 3
  • 15
1
vote
1 answer

Linphone Android Build Compile Error: ChatMessagesFragment is not abstract

When I try to compile the latest master or 4.3.1 codebase for Linphone android, I face this error. I am using Android Studio 4.1.2. I tried downloading the zip file as well as clone the repo. Both ends up with this error. If I implement the blank…
Anish
  • 390
  • 5
  • 16
1
vote
1 answer

UWP app crash when building in release mode and compiling with .NET native toolchain

I’m developing a UWP app and when building in release mode and compiling with .NET native toolchain I get some crashes in several scenarios (do not occur when .NET native toolchain is disabled). I have tried using Microsoft.NETCore.Platforms version…
1
vote
0 answers

Build Linphone from source for Raspberry pi

I tried to build a softphone from source in Raspberry Pi with ubuntu server OS 18.03 and following the tutorial from https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/Linphone%20and%20Raspberry%20Pi/. The problem is where I clone the code…
Devkil39
  • 81
  • 7
1
vote
1 answer

Activate SRTP AES encryption at linphone console

is there anybody know how to activate AES SRTP in linphone console ? I'm still not understand how to enable it. I know it related with mediastreamer2, but still can't understand it ? Please anybody can help ?
Devkil39
  • 81
  • 7
1
vote
1 answer

Linphone opus codec sampling rate

I would like to use opus codec in linphone But I have a few problems using it. If someone with opus codec knowledge could help me out would appreciate it. How I can force audio sampling scheme to 8000 Hz? Currently, it uses 48000 Hz only. Thanks in…
Ehsan Maiqani
  • 1,684
  • 1
  • 14
  • 16
1
vote
0 answers

Problem with sending Invite in Linphone 4.x

I used to SDK Linphone version 3.3.0 before and now I want to update to the latest version but I have a problem with the new version: In Linphone 3.3.0 when you send an INVITE message and server responds with 302, Linphone automatically retries the…