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
0
votes
1 answer

linphonecore.setPlayLevel() does nothing?

I'm using the linphone sip library to build an android voip app. I see a function called LinphoneCore.setPlayLevel() but i'm not sure what it does. I tried using it but it seems to have no effect. Does anyone know what it does?
John
  • 32,403
  • 80
  • 251
  • 422
0
votes
1 answer

Linphone Compiling - configure: error: cannot run C compiled programs

I am trying to compile Linphone for windows but when I run "./configure --prefix=/opt/linphone --enable-shared --disable-static" I get an error message claiming that I cannot run C compiled programs. I am using Mingw on Windows 8, I have installed…
Zeusking19-Code
  • 75
  • 1
  • 2
  • 8
0
votes
1 answer

Linphone NDK compilation error

Getting error when trying to compile Linphone Native Library using NDK G:\WorkSpaces\Demo\LinphoneLauncherActivity>G:\android-ndk-r8d-windows\android-n dk-r8d\ndk-build Build X264 plugin for mediastreamer2 "Compile arm : vpx <= vpx_mem.c In file…
Prakash
  • 449
  • 2
  • 4
  • 15
0
votes
1 answer

How to stream H263p to linphone using oRTP

I have my own media stack which uses oRTP.It works fine for audio using ulaw.I am integrating video support into it.I am trying to use oRTP to stream H.263-1998 videos in a call.I am able to negotiate sip-session successfully.When I dial…
amar
  • 33
  • 1
  • 9
0
votes
1 answer

one side video in linphone 3.5.2 for android

I have integrated linphone 3.5.2 in my vvoip application. I am checking video call between linphone on windows and my application with h.263 or VP8 codec and PCMA codec. Speech working fine on both end but i facing a problem in video, On my…
0
votes
2 answers

Linphone compiling problems on osx

I'm trying to compile linphone on mountain lion. I have downloaded the sources and followed all the instructions in the README.macos file. The first time, when I got to '$ port install ige-mac-integration' an error occurred. It said gtk2 had to be…
Kevin
  • 2,739
  • 33
  • 57
0
votes
0 answers

Need to build fully static linphone

I need to be able to copy a linphone 3.5.2 binary to other PCs without having to install it every time. I was trying to compile a portable linphone, however no configure args helped: ./configure --enable-static --disable-strict --disable-rpath…
0
votes
1 answer

Disable Callchooser in Linphone

I customized the Linphone open source project and created my own app. Everything is working fine. Only issue is When the user dials a number it asks the user to select the dialer as shown in the picture. . I dont want my app to be listed here as I…
Seshu Vinay
  • 13,560
  • 9
  • 60
  • 109
-1
votes
0 answers

Hold unhold functionality in linphone call

In conference call hold-unhold not working in linphone library version >4. while adding call in conference everthing workingfine but unhold hold is not working... is anyone has idea about it please let me know... thank you
-1
votes
1 answer

Docker container is terminating immediately - How to find out why?

I want to run a VoIP client (linphone) in Docker. The only one that I was able to build is: https://github.com/develpudu/docker-linphone Here is the output of the build command: PS C:\dev\git> docker build -t docker-linphone…
Florian S.
  • 386
  • 1
  • 12
-1
votes
1 answer

Linphone SDK gives io error in Android Devices when connecting to local network

I have successfully integrated Linphone SDK in my project with their dependency. implementation 'org.linphone:linphone-sdk-android:5.1.59' // Adding this dependency allows the linphone-sdk to automatically handle audio focus …
-1
votes
1 answer

Linphone Desktop on windows 10

When I build the latest update of linphone-desktop project on windows 10, It builds in the VS2017 without any issues, but after that i get the error message: unable to start program. build\RelWithDebInfo\ALL_BUILD the system can not find the file…
Sina KH
  • 563
  • 4
  • 16
-1
votes
1 answer

How to compile linphone 3.12.0 for Debian 9?

Two years later i compile linphone v. 3.12.0 for Debian 9. For do make it, i take repo: git clone https://gitlab.linphone.org/BC/public/linphone-desktop.git --recursive ... and compile by instruction in readme.md But in current time, in this repo…
Xintrea
  • 388
  • 3
  • 12
-1
votes
1 answer

From where to Get recorded call's audio file in Linphone iOS SDK

Used following code to start recording linphone_call_start_recording(call); Used following code to stop recording: linphone_call_stop_recording(call); I am not getting any audio file stored in app local directory, Any idea where it can be…
Megha Pawar
  • 115
  • 1
  • 5
-1
votes
1 answer

iOS VOIP notification Linphone

I have set up the latest linphone iOS code (version 3.16.6) and I am able to make audio and video calls but if my app is in background or killed, not getting calls. Please guide me in details that what I have to do to get the calls even when app is…
Vishwas Singh
  • 1,497
  • 1
  • 18
  • 16
1 2 3
27
28