Questions tagged [linphone-sdk]

120 questions
1
vote
0 answers

Gradle NoclassDefFoundError on ubuntu

I'm trying to build linphone in ubuntu 64 bit machine. i have generated the make file and when i initiate make command on it, The following error occurs : Could not resolve com.android.tools.build:gradle:3.3. > java.lang.NoClassDefFoundError:…
Shofiqul Alam
  • 585
  • 1
  • 7
  • 29
1
vote
1 answer

linphone integration with iOS app

I am trying to integrate my app with linphone SDK, But i get the following error: ld: '/VOIPApp/liblinphone-sdk/apple-darwin/lib/libopus.a(celt_pitch_xcorr_arm-gnu.S.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode…
Mohamed Adly
  • 210
  • 1
  • 8
1
vote
3 answers

LinPhone Android sdk integration

I have to integrate linphone sdk in my android project for video calling functionality. I have research and found the below link to download the sample code https://github.com/BelledonneCommunications/linphone-android and configure with my android…
1
vote
0 answers

Linphone android Incoming Early Media example

I am working on the Linphone Android source code and I am trying to use the callState CallIncomingEarlyMedia to show video in the CallIncomingActivity. Does anyone got any example how to do this? I have tried to use acceptEarlyMediaWithParams()…
Mujtaba
  • 64
  • 5
1
vote
2 answers

SSL Client certificate verification on linphone

I was implementing secure calling from asterisk official site tutorial And after a lot of effort and understanding of ssl and certificates, I have managed to secure it only 1 way. Following was the best clue and direction: SSL using self signed…
Farhan
  • 13,290
  • 2
  • 33
  • 59
1
vote
1 answer

Why can't my own soft client register to asterisk SIP server when I have liblinphone?

Apart from my client, I have liblinphone android client in my android device. I am developing a soft client and it should connect to my asterisk SIP server. Now I have number1(say 14109092000) connected to asterisk server using my own soft client.…
user3705801
1
vote
3 answers

Linphone SDK - how to turn on loud speaker

I am building a video chatting app via the Linphone SDK. There is an issue that when someone "receives" a video call, the loud speaker is off by default, so users need to use the phone speaker, the one used for phone call, rather than the loud…
Brian
  • 30,156
  • 15
  • 86
  • 87
1
vote
0 answers

Linphone crash on network switch in android sometime

Sometime on network switch Linphone app getting crash, error coming from ndk. Suppose i am on call and network switch from Wifi to data network then some time it crash. Below is error A/art: art/runtime/indirect_reference_table.cc:127] JNI ERROR…
Jarvis
  • 1,714
  • 2
  • 20
  • 35
1
vote
1 answer

How to run linphone in android studio

I want to integrate android video chat in my app.I am trying out linphone but they just have provided source code with no documentation and no sample modules.I imported project in android studio just to get lot of errors.I did not find any tutorial…
1
vote
0 answers

use linphonec on mac

I've installed the 3.9.1 .pkg of Linphone on my mac (Yosemite 10.10.4), but linphonec does not seem to be available on the console. I also installed Linphone on my Ubuntu 16.04 machine from the repos, and linphonec was available immediately. Is…
Chris Meyer
  • 1,601
  • 10
  • 19
1
vote
1 answer

Building Liblinphone for iOS

I am planning to develop an iOS application where I need to use VOIP services. I found Liblinphone which is one such open source API for VOIP. My requirements: Making voice call & receiving Making video calls & receiving Making voice call…
1
vote
1 answer

How do I install a Python .whl package on a newer platform? (pep425tags)

I am attempting to install a Python version of LinPhone. Following their Getting Started instructions, I tried to directly install by using sudo pip install linphone --pre. This 'successfully' downloaded and installed…
Ash
  • 45
  • 9
1
vote
0 answers

While calling from SIP to SIP number in linphone app its get crash -Free switch

While calling from SIP to SIP number in our linphone app in Android or iOS its get crash: ERROR MESSAGE in Android- 4291-4291/? E/linphone﹕ belle_sip_dialog_new(): no from tag! 4291-4291/? A/libc﹕ Fatal signal 11 (SIGSEGV), code 1, fault addr 0x38…
ram sharma
  • 13
  • 3
1
vote
2 answers

linphone-iphone sdk is not getting built

I am trying to build SDK for linphone-iphone. But, unable to do so. It is giving me an error: "You need at least CMake version 3.3.20150815 but you are currently using 3.2.3. There is no Cmake release available for it yet, so you must either …
Nitesh Borad
  • 4,583
  • 36
  • 51
0
votes
0 answers

Linphone iphone build

I'm trying to build linphone iPhone, I've followed the guide here https://github.com/BelledonneCommunications/linphone-iphone I have cocoapods 1.8.4 Then run pod install in the project directory and everything works fine Then open…