Questions tagged [linphone-sdk]

120 questions
0
votes
1 answer

How to compile linphone using local linhpone SDK for IOS

So far i have build my own linphone SDK. Now i need to compile and builld my project using my SDK. but when download the linphone code using this, git clone https://github.com/BelledonneCommunications/linphone-iphone.git and i have run the this…
Chathuranga
  • 316
  • 4
  • 12
0
votes
0 answers

I use linphone Mediastreamer2 send rtp to hear my voice error code like this

ortp_init(); ms_init(); MSSndCard *card_capture = ms_snd_card_manager_get_default_capture_card(ms_snd_card_manager_get()); MSSndCard card_playback = ms_snd_card_manager_get_default_playback_card(ms_snd_card_manager_get()); / audio…
yuexia
  • 1
  • 5
0
votes
0 answers

How to send message using LinPhone SDK?

I am building an android application where I am using LinPhone SDK for audio/ video and sending message using VoIP. I read a lot of blog and finally I got a EasyLinphone GitHub Code using LinPhone SDK for audio/ Video calling. I read this code as I…
Hitesh Matnani
  • 533
  • 2
  • 8
  • 26
0
votes
1 answer

Linphone Android native sdk not ready yet

I use git clone git://git.linphone.org/linphone-android.git --recursive I follow instruction on https://github.com/BelledonneCommunications/linphone-android/ and download lastest SDK and NDK I set path -> sudo gedit ~/.bashrc and add last line…
ony seven
  • 139
  • 1
  • 14
0
votes
1 answer

Get Asterisk HangupCauseCode using linphone?

I am working with linphone call feature using Asterisk server. I have set call limit to one(1) in asterisk server for every sip users. So it will permit only 1 outgoing call and 1 incoming call at a time. Now I want to know if other user calls to…
Nik
  • 1,991
  • 2
  • 13
  • 30
0
votes
0 answers

Multicast call hangs up after 30 seconds

I tried making multicast to work on 3.3.2 version and I don't know if this is a bug in linphone. (If I make a normal call with this disabled below it works normally) What I did was enabled, on Linphone service…
Tomek
  • 557
  • 2
  • 7
  • 24
0
votes
3 answers

Core package not found, when building liblinphone 4.0.0 for Android

Before LibLinphone 4.0.0 SDK for Android was out, I was using some random old library of linphone-sdk.aar which I found in some project. Size of .aar is around 15mb and this library works ok and I have options to include files…
Tomek
  • 557
  • 2
  • 7
  • 24
0
votes
1 answer

Swift can't call self from c callback in linphone sdk

I have problem when try to call Swift instance method from c callback. Error: "A C function pointer cannot be formed from a closure that captures context." linphone_core_cbs_set_registration_state_changed(cbs) { (lc, cfg, state, message) in …
Stefan Simic
  • 183
  • 1
  • 6
0
votes
1 answer

How to use Asterisk for Linphone default chatting?

I want to use Linphone default chatting feature with Asterisk. I have tried to use OPENFIRE XMPP but it seems not supporting. Not even returning any status/error. I am using Asterisk 12 The goal is to use same user credential for Calling + Chatting…
Kunal Roy
  • 1
  • 1
  • 5
0
votes
2 answers

Asterisk quits intermittently

I have been working on a project which requires Asterisk as SIP proxy. I am able to register, call and recieve calls with the my setup of asterisk. Only problem is that Asterisk quits intermittently without any crash dumps or segregation fault…
JayMan89
  • 31
  • 4
0
votes
1 answer

How to receive DTMF receive during call in iOS?

I am new in linphone. Anyone can guide me how to receive dtmf during call in iOS. I puted method this in LinphoneCoreVTable. .dtmf_received = linphone_iphone_notify_dtmf_received. But when this method call I don't know.
0
votes
1 answer

The following binaries are missing: ndk-build. Linphone

I downloaded and added ndk to system environment. I can use ndk-build command in terminal. But still getting this error when executing prepare.py. Can anyone help? So far I've downloaded and tried ndk 11, 15 and 16 none of them solve the…
MuhammedBalta
  • 472
  • 5
  • 14
0
votes
0 answers

iOS linphone-SDK after adding run script error

My project use cocoa pods to manager third library. And I incorporating linphone-SDK in my object. When I adding run script after embedded linphone frameworks,my project show some errors. I listed the messages as below. fatal error: lipo: can't open…
Victor
  • 109
  • 1
  • 2
  • 11
0
votes
1 answer

Linphone returns nil ZRTP SAS (authentication token)

I'm building a secure VoIP iOS app using the Linphone SDK. I set up media encryption right when the app starts: linphone_core_set_media_encryption(theLinphone.lc, LinphoneMediaEncryptionZRTP) And I am trying to retrieve the SAS like…
gabriel_vincent
  • 1,230
  • 3
  • 16
  • 35
0
votes
1 answer

Trouble formatting a path for the Linphone SDK in Swift

Thanks in advance for the help! I am trying to record calls using the Linphone SDK in Swift on Mac OS, and am having trouble passing a path into the function: func linphone_call_params_set_record_file(_ cp: OpaquePointer!, _ path:…
kmypwn
  • 437
  • 1
  • 6
  • 17