Questions tagged [linphone-sdk]
120 questions
1
vote
3 answers
Add new native function to linphone with new java wrapper
Adding custom function to new linphone SDK.
As the developers guided i built liblinphone android sdk by adding small function to bellesip C code . Also added related entry to linphonecore_jni.cc and built linphone-android-sdk. On documentation page…

Srav
- 69
- 1
- 10
1
vote
0 answers
Linphone sdk based Sip App force stops while receiving Incoming Calls with a fatal exception
I am developing a sip application that do sip to sip and sip to other phone calls. I also wanted to record the both. Finally, I found out that the linphone-sdk can solve the problems. I had integrated Linphone-sdk from their maven repository to my…

Ameena Shafeer
- 626
- 3
- 18
1
vote
0 answers
How to install H264 H263 codec with linphone python wrapper
Any suggestions to use H263/H264 codec with linhpone python wrapper? I see VP8 as the only available codec
I've installed linphone with all codecs and I've tried using linphonec -C command line and I can make video calls without any problem, but…

wlady
- 19
- 1
1
vote
1 answer
linphone use SIP message for sending message in chat room
I am building an android application where I am using LinPhone Lib for audio/ video and sending a message using VoIP.
I read a lot of blogs and finally, I got an EasyLinphone GitHub Code that is using LinPhone Lib for audio/ Video calling. I read…

hitesh matnani
- 21
- 8
1
vote
0 answers
Android how to invoke app in background like a calling app?
I'm developing a calling app. I use FreeSwitch as the VoIP server and Linphone as the VoIP library. I want the app to be able to receive a call while it's not running. Battery optimization always kills it off. I wonder how app like the Facebook…

SuuSoJeat
- 1,086
- 1
- 8
- 18
1
vote
0 answers
Linphone cant receive incoming call from caller without wifi network after 1 min
I used Linphone SDK to develop an Android application, everything is good but when a caller call without internet connection it entered well but after 1 min it didn't enter, it shows network busy. For example:
User A have internet and user B don't…

Mohammad Sultan Al Nahiyan
- 305
- 1
- 11
1
vote
0 answers
linphone make install command is giving error: liblinphone-sdk:copyAssets FAILED
I am working on liblinePhone sdk for voice and video calling in android app.
and follow all step which is mentioned in git for build projects and make the build.
I call make install and getting error like:
Task :liblinphone-sdk:copyAssets…

user3737328
- 21
- 3
1
vote
0 answers
There is a voice delay while using linphone-sdk
I am doing various tests to make an application with linphone's android library. I I have a problem during testing (I am using EasyLinphone Demo).
When I make a call from Android to PC, the sound coming from my PC to Android sounds very delayed or…

kyung hwan song
- 11
- 1
1
vote
1 answer
Configure LinePhone in Xcode9.3.1
How to configure LinePhone SDK in Xcode9.3.1 ?
I was try following links…

Arjun Patel
- 1,394
- 14
- 23
1
vote
1 answer
Do we have support of compact headers in liblinphone?
I'm using linphone android. When i subscribe for presence to my Freeswitch server in ipv6 it replies with compact headers (https://www.cs.columbia.edu/sip/compact.html).
Within my application log says "No event header in incoming SUBSCRIBE" &…

Zeeshan Saiyed
- 466
- 4
- 13
1
vote
2 answers
Linphone and Xamarin Forms; how to set remote and local views?
Based on the Linphone Windows 10 app implementation, I am able to view remote and local video by setting the properties Linphone.Core.NativeVideoWindowId and NativePreviewVideoWindowId to the respective Name:s of two…

Anders Gustafsson
- 15,837
- 8
- 56
- 114
1
vote
1 answer
TLS and SRTP certificate in android linphone project
we have an Android Application with linphone library for voice calling (sip server - asterisk).
we need to switch transport mode from TCP to TLS and change media encryption to SRTP for secure communications.
my problem is how can i embed and use…

Amin Rahkan
- 119
- 3
- 11
1
vote
1 answer
Linphone change "replace + by 00" funcation
i all i am making a project using linphone in account there is option of "Replace + by 00".
Example :- if number the number is saved in our phone
+91-12345678 after using this option "replace + 00" what it does change this number to…

Abhishek Punia
- 133
- 11
1
vote
1 answer
linphone registration in android
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…

mahan Mousavi
- 21
- 3
1
vote
1 answer
Convert C & submodule included objective-C project (linphone) as a framework or static library?
I want to merge two projects.
First project
Written in objective C and swift 2.3
Pod dependencies
Have different Targets
Submodules dependencies
Second project
https://github.com/BelledonneCommunications/linphone
Written in Objective C…

Shebin Koshy
- 1,182
- 8
- 22