Questions tagged [linphone]

Linphone is a general purpose SIP softphone that isn't bound to any operator. Because it is compatible with SIP, it can work with any VoIP operator using SIP.

Linphone is a general purpose SIP softphone that isn't bound to any operator. Because it is compatible with SIP, it can work with any VoIP operator using SIP

419 questions
18
votes
1 answer

How to integrate Linphone into an existing project (SIP in IOS)

I am looking for integrate Linphone library in my ios project. And I dont find tutorial to help me. This project offers very little documentation, but seems to work well. For information, here is the project page which provides its open source code…
Beber
  • 1,513
  • 15
  • 25
12
votes
1 answer

How to keep native UI after accept a call using Callkit

I'm developing an iOS voip app using Callkit and Linphone. When I receive a incoming call, system shows the native phone UI to user accept or decline de call, whe the user taps accept button the call starts but de phone UI dissapear. How can I keep…
Charles Lima
  • 381
  • 4
  • 9
11
votes
2 answers

Error while building Linphone for windows

I am trying to build linphone for windows by following the instructions in Readme.mingw using MinGw/Msys. There is no issues till the download of belle-sip package. When I run ./autogen.sh I am getting the below error. Generating buildipts in…
santhosh
  • 1,191
  • 4
  • 14
  • 28
11
votes
2 answers

Linphone for android is not working/missing libraries

I am trying to run linphone code which I get from git://git.linphone.org/linphone-android.git --recursive . After downloading it successfully, I tried to compile and run it as per the README file. I used Cygwin for Autotools, Autoconfig, Automake,…
Prakash
  • 449
  • 2
  • 4
  • 15
9
votes
3 answers

Linphone Android implementation example

I am trying to develop an app for Android that connects to a SIP server. I made some research and I found out that linphone is one of the best solution for that ( i need video call ). I downloaded the sdk and now I don't know where to start from. A…
Up2Marius
  • 91
  • 1
  • 4
9
votes
2 answers

How to Integrate Linphone in an Existing Android Project

I am new to Linphone and I am having problem Regarding integration of linphone to my android project. As there are no enough Tutorial Regarding Linphone Libraries and How to Use it. So I would Like to reguest to Provide me step by step guide to help…
Meena
  • 121
  • 1
  • 4
8
votes
2 answers

How Linphone support push notifications on Android/iOS

I have an interest in APNS and GCM push notifications for SIP VoIP on iOS and Android, respectively. It would appear that Linphone may support GCM, according to the "Receive data from Internet" permission of its Android app, and probably both APNS…
cnst
  • 25,870
  • 6
  • 90
  • 122
7
votes
0 answers

"Access denied finding property 'net.dns*'" (*=1/2/3..) Can't perform TLS network operation on Android Oreo+ devices

When I changed my CompileSDK version to Oreo, Application is not able to perform network operations over TLS protocol on Oreo devices (Android N too). I just get the error message mentioned in the question. As stated on official documentations…
Dushyant Suthar
  • 673
  • 2
  • 9
  • 27
7
votes
1 answer

linphone-iphone xcode project have rootca.pem error

I have downloaded linphone-iphone xcode project from "git clone git://git.linphone.org/linphone-iphone.git" and properly follow all the instruction in README.md,after i open the project file in xcode i have some error given below. error:…
7
votes
2 answers

edit linphone library iOS

I'm developing a VoIP app on iOS using the linphone SDK. I git linphone project here (git clone git://git.linphone.org/linphone-iphone.git --recursive). I built successfully. Taking a test call works OK. But I want to edit some files in linphone,…
LViet
  • 113
  • 11
7
votes
1 answer

Android SIP application using Linphone

I am working on SIP application and using Linphone Library i have a little confusion while setting up the library to run the project. Step 1: Firstly I Downloaded NDK on my Mac with the new Android SDK pkg. Then gaved the PATH of my NDK folder in…
iPhnQ
  • 501
  • 8
  • 19
7
votes
2 answers

Integrate Linphone app to my iOS app

There are about 20 questions on Linphone ios build in StackOverflow. A couple of them ask about integrating Linphone to an existing xcode project. I have followed them all. I am able to build and run the Linphone project successfully. However, to…
instaable
  • 3,449
  • 2
  • 24
  • 31
7
votes
3 answers

how to install autotools on windows machine(autoconf, automake, aclocal, libtoolize pkgconfig)

I want to build Linphone android project.I have already downloaded project but unable to follow instructions given in README.Not getting how to install autotools on windows machine.if someone has any idea please help me to install these tools.
Ashwini
  • 136
  • 1
  • 8
6
votes
1 answer

Linphone library example sip registration

I would like to develop an application using Linphone library. I have searched some tutorials and examples but in the example in Github it doesn’t explain how exactly to register to a sip server or maybe I didn’t understood these examples ? I have…
Napsters Desmars
  • 772
  • 2
  • 7
  • 25
5
votes
3 answers

The following binaries are missing: ndk-build. Please install them

I am getting below error while I am trying to build Linphone for Android. # ./prepare.py ' ./prepare.py **' commanad in terminal it giving me NDK ERROR i.e **ERROR: The following binaries are missing: ndk-build. Please install them. How to resolve…
tesy
  • 100
  • 1
  • 7
1
2 3
27 28