Questions tagged [linphone-sdk]

120 questions
4
votes
1 answer

How to build linphone android sdk only for audio calls?

I am working on to build linphone-android-sdk only for audio calls, but did not got any link for the same. Can any body help me doing this. I am currently using this command to disable video ./prepare.py -DENABLE-VIDEO=OFF But I want to disable…
Mohit Mathur
  • 679
  • 8
  • 15
4
votes
1 answer

Mac OS X Sierra : Undefined symbols for architecture x86_64

I am trying to build a C source file based on Linphone in Mac OS X Sierra but getting the following error. This is the link for the C source file. http://www.linphone.org/docs/liblinphone/group__basic__call__tutorials.html Edited: I am trying to…
SoftDev
  • 43
  • 1
  • 1
  • 5
3
votes
2 answers

A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 9500 (com.schonell), pid 9500

I'm getting this exact crash/error message from logcat for my Android app. A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 9500 (com.schonell), pid 9500 No more crash log details only this message showing. This…
Swapon
  • 409
  • 6
  • 16
3
votes
1 answer

SIP Client Responding 481 on CANCEL

I am trying to write a SIP client for mobile devices. I use PJSIP for android, and Linphone for iOS. Sometimes the clients respond a 481 for a legitimate CANCEL. I read RFC 3261 Section 9.1 and tried to see why the client is not matching the dialog.…
user8127814
  • 316
  • 2
  • 13
3
votes
2 answers

Linphone cant receive incoming call on some wifi network after some time

I used Linphone sdk to develop an android SIP phone, every thing is good but on some wifi network cant receive call and server return USER_NOT_REGISTERED error. for example : at first after registration: User A and user B can make call to each…
Ahmad Dehnavi
  • 1,483
  • 1
  • 17
  • 20
3
votes
0 answers

Linphone (IOS) Build Error (is invalid in C99)

I downloaded linphone-iphone project from git and SDK from (Liblinphone iOS version 2.4.0). Than copied liblinphone-sdk folder to project folder(linphone-iphone-master). I'm trying to run Linphone(iphone) but I'm getting this error. What should i…
Can
  • 372
  • 1
  • 3
  • 17
2
votes
1 answer

java.lang.UnsatisfiedLinkError: dlopen failed: /base.apk!/lib/arm64-v8a/libmediastreamer.so" on linphone-sdk-android:5.2.70

I am currently trying to integrate the LinPhone SDK 'org.linphone:linphone-sdk-android:5.2.70' into my application. When I try to initiate the factory fun initCore() { val factory = Factory.instance() factory.setDebugMode(true,…
Shakib Uz-Zaman
  • 581
  • 6
  • 17
2
votes
0 answers

linphone-sdk compilation error - Could not find a support sound driver API

I am trying to compile linphone-sdk on Centos 7.8 and got the following error. Call Stack (most recent call first): cmake/FindBV16.cmake:40 (find_package_handle_standard_args) CMakeLists.txt:190 (find_package) This warning is for project…
Patrick
  • 63
  • 1
  • 8
2
votes
0 answers

Error while Receiving Incoming Call in Linphone call SDK for android?

I have been implementing VoIP Calling feature in an android app for a while now, most of the work is done but when a user makes a call to another user through the app, most of the time same person is receiving the call from where it was…
Harsh Jain
  • 1,372
  • 1
  • 9
  • 17
2
votes
0 answers

Android VoIP cailling with ZRTP using linphone-android

Hi I am working on an android VoIP application using this library from github. The core purpose of this app is to provide secure VoIP. I wanted to know if there is a way that [linphone-android][1] provides out of the box security measures. Since…
JayMan89
  • 31
  • 4
2
votes
1 answer

How to pragmatically set a videoCodec to LinphoneCore in Android?

I am currently Developing a VoIP Android Application, and for VoIP support, I am using an Open source library Linphone. Currently voice calling is happening, but video calling is not happening. After analyzing for a while, I came to know that by…
AndroidGuy
  • 23
  • 3
2
votes
1 answer

How do I import and call linphone_core_get_calls in vb?

The API reference in question is located here. I need to know how to properly DLLImport and then use this in vb: const bctbx_list_t* linphone_core_get_calls ( LinphoneCore * lc ) The part I'm having trouble with is the const bctbx_list_t*…
Sam Hall
  • 31
  • 3
2
votes
0 answers

Linphone - libc++abi.dylib: terminating with uncaught exception of type NSException (lldb)

So im building a Voip app using linphone SDK. It builded nicely and it runs fine on the simulator and real device, but when I login with my SIP account, close the app and ty to open it again, the app crashs @ the Launchscreen and freezes. Here is…
Joe Sene
  • 139
  • 1
  • 12
2
votes
1 answer

The transmission interval for packets sent to Asterisk with SILK codec is increasing

I'm using a SILK codec with Asterisk. (Asterisk is on Version 11.19) The SILK codec seems to be working correctly, but as time progresses the interval between packet transmissions increases. Because if this, telephone calls are interrupted. A…
kA tA
  • 21
  • 2
2
votes
1 answer

Start Linphone MediaStreamer2 Audio & Video Stream Together

https://github.com/BelledonneCommunications/mediastreamer2 https://github.com/BelledonneCommunications/linphone-android Using only mediastreamer2 library I am able to start a audio call with remote ip and port given and calling audiostream.c…
Rohit Sharma
  • 13,787
  • 8
  • 57
  • 72
1
2 3 4 5 6 7 8