Questions tagged [linphone-sdk]
120 questions
0
votes
1 answer
Error installing linphone-sdk v.4 (Cocoapods) - iOS
Project
Cordova (platform iOS)
macOS
Install pod file (linphone-sdk 4.4.35), but I get an error:
pod install
Installing linphone-sdk 4.4.32
[!] Error installing linphone-sdk
[!] /usr/bin/unzip…

Tim
- 1
- 2
0
votes
2 answers
How can i use my application with linphone-sdk-android for incoming calls to my freePBX accounts?
I developed a mobil app for Android phones.
And I used linphone-sdk-android-5.1.2.aar in this app.
My app is
linphone account to linphone account - perfect working
freePBX account to linphone account - perfect working
but
linphone account to freePBX…

moorker
- 105
- 2
- 13
0
votes
1 answer
Get CallerId (Username) from incoming call Linphone - Swift
I've just found a simple way to get the some CallLogs (CallerID, Username, To, From, Call duration, Date, Status, ...) from the new Linphone library for swift (SDK 5.0).
I just want to share it with you

Elias Al Zaghrini
- 237
- 2
- 13
0
votes
0 answers
How to fix error no such module for import linphone sdk macos
I installed linphone sdk osx using Pods With the following command in the Pod file
pod 'linphone-sdk', '5.0.69', :source => ‘https://gitlab.linphone.org/BC/public/podspec-macos.git'
After executing command pod install and installing…

amir houshmand
- 23
- 1
- 6
0
votes
2 answers
P-Asserted-Identity liblinphone iOS SDK
In the console from the log I'm able to see this
Allow: INVITE, ACK, CANCEL, BYE, PRACK, NOTIFY, REFER, SUBSCRIBE, OPTIONS, UPDATE
Contact: sip:XX.XX.X.XX
User-Agent: OmniPCX Enterprise R12.2 m3.402.13.f
P-Asserted-Identity: "DECT ..."…

Patrik Spišák
- 77
- 2
- 9
0
votes
0 answers
iOS - Call Conference Duration not increase using linphone 4.4.0
We used linphone for the VoIP app and faced issues in conference call duration. Duration not increased after merge call successfully.
Every time displays 00:00 but the call is generated successfully.We used below code for conference…

shraddha k vaishanani
- 432
- 2
- 7
- 23
0
votes
1 answer
How to send DTMF in Linphone ios SDK
Calling functionality is working fine but the SendDTMF isn't working. Here is my minimal code that can help to understand the situation.
class AnswerCallViewController: UIViewController {
var call: Call!
var proxy_cfg: ProxyConfig!
let…

Ajoy Karmakar
- 22,555
- 3
- 10
- 12
0
votes
1 answer
Unable to initialize linphone library in react native app
I am trying to build an voip application using react native and linphone library.
I am trying to use linphone android .so library and bridge it to react native. Bridgeging is working fine however, the App gets crashed when i try initialising the…

Vinay Revankar
- 823
- 9
- 19
0
votes
1 answer
Linphone iOS callkit error AVAudioSession
I'm facing a problem when implement linphone iOS native for a Voip Flutter application. Of course, the app must use callkit to notifcation have a call is comming. When user pick up the call, audio active well. But, after that, I start call out and…

Anh Vu Tuan Le
- 1
- 1
- 1
0
votes
2 answers
[linphone-sdk ios]Getting Error No such module 'linphonesw'
We are using compiled linphone sdk.Integrate compiled sdk in our project but getting below error "No such module 'linphonesw'.
linphonesw folder created but how to add in our project.
we are using linphone-sdk 4.4.2 and linphone-iPhone project…

shraddha k vaishanani
- 432
- 2
- 7
- 23
0
votes
1 answer
While incoming call is ongoing between two users and other incoming call is received, then the another incoming call should be declined automatically
I am facing an issue in which user is on first incoming call and then receives an other incoming call. Then I tried to disconnect the call by giving the reason busy by using the Linphone method. But this method declines my both calls the one which I…

baljit singh
- 1
- 1
0
votes
1 answer
Linphone PushKit - Not receive VoIP PushKit in TestFlight mode
I'm working on linphone iOS repository and I made some UI changes and added some new features to it for customization! Now, I wanna add VoIP PushKit capability to this project for receive incoming calls when app is in background mode or force closed…

Ali Zare Shar Abadi
- 17
- 5
0
votes
1 answer
H265 does not show up as an option in Linphone App iOS
I am trying to enable the H265 codec in the Linphone App for iOS but I don't know how to.
I have successfully built both the app and its sdk.
When one goes to Settings -> Video, under CODECS in the app, there are only the VP8 and H264 codecs…

MariusVE
- 89
- 11
0
votes
2 answers
How to set caller id or remote pary id linphone?
I have one ios application with audio calling functionality using linphone. I have to change caller id or remote party id. i.e. I have registered with 1000 number. But while calling i have multiple DIDs to choose from in my application. Does…

iosdev1111
- 1,048
- 1
- 13
- 32
0
votes
1 answer
App crashing on lpConfigStringForKey with Linphone
I have an iOS voip app that utilizes the Linphone library. Previously the app was running successfully but I have just upgraded the linphone frameworks and files: LinphoneManager.h/.m and Utils.h/.m from linphone-iphone.
After adding the updated…

user86758
- 21
- 3