Questions tagged [linphone]

15 questions
9
votes
5 answers

How can a current version of Linphone be installed?

I want to install a current version of Linphone. I have attempted to install using the following procedure on Ubuntu 16.04: sudo add-apt-repository ppa:linphone/release sudo apt-get update sudo apt-get install linphone This installs only version…
d3pd
  • 3,791
6
votes
1 answer

android update project --path . --target android-25 on ubuntu 16.04

While executing command in terminal update project --path . --target android-25 I am getting error Invalid or unsupported command "update project --path . --target android-25 Supported commands are: android list target android list avd android…
3
votes
2 answers

Linphone: could not start tls transport on port 5060, maybe this port is already used?

update: Probably this is because of NAT, although that might an Ekiga specific problem. I've tried multiple clients on this machine, cannot get any SIP clients to work for me. On the same network, an Android tablet can call an IP phone, no problem,…
Thufir
  • 4,631
2
votes
0 answers

Linphone, is it possible to change recordings location?

I need to record some phone calls, therefore I installed Linphone (on Ubuntu 20.04), which has this feature. However, I don't see any option in the preferences to select the location where the program stores recordings. It puts them into ~/Music.…
raj
  • 11,409
2
votes
0 answers

How to install flexisip server and build linphone android app

I want to install flexisip on ubuntu 18 Bionic and build linphone android and ios apps. The official docs are for centos 7 and debian 9 and are not very explanatory. I searched a lot but did not find any complete and easy to follow solution. Then I…
Umair
  • 71
1
vote
1 answer

Ubuntu 16.04 CLI SIP Client

I need a CLI SIP client that will be controlled via Python script. I have tested a lot of clients, like Linphone (which crashes for me on my Ubuntu 16.04 x64) or Twinkle (Which simply doesn't work). Does anyone knows a simple CLI SIP Client that can…
1
vote
1 answer

Linphone on Ubuntu 16.04 - Crashing?

I am trying to get Linphone to work on an Ubuntu 16.04 x64 / x86 machine. I have added the following repository via the command: sudo add-apt-repository ppa:linphone/release And Linphone 3.9.1 was installed. But - linphone appears to be crashing…
1
vote
0 answers

Linphone trouble

I have a problem with Ubuntu and Linphone. I want to communicate with the TDoor Communication System (2n sip System /audio and video talk). With Windows I can and it works fine, but in Ubuntu only audio works. In Windows I had to set the setting…
macgyver
  • 11
  • 1
1
vote
0 answers

Error Message during Linphone Flatpak Installation

Error Message during Linphone Flatpak Installation what do I have to do if I get this error message while executing the command: flatpak --user install --from https://linphone.org/flatpak/linphone.flatpakref Error: The Application…
0
votes
1 answer

How do I exit Linphone

I have installed Linphone on Ubuntu 16.04. I found that if I close all the Linphone windows the process does not exit. I also looked through the menus and didn't find any option to quit the program. How do I cleanly shut down Linphone on Ubuntu…
kasperd
  • 1,779
0
votes
1 answer

What are the SIP connection parameters for an ekiga.net account?

I have a SIP account with ekiga, but cannot find documentation for the connection parameters. While Ekiga mainly works with twinkle I'd like to use linphone.
Thufir
  • 4,631
0
votes
1 answer

How to configure Linphone?

How do I configure Linphone with managed SIP accounts when using Ubuntu? I cannot see the preferences button on the Linphone UI.
0
votes
0 answers

Linphone randomly crashing

I have installed Linphone on my Ubuntu 22.0.4 box. When I make calls it seems to randomly crash as soon as the call is answered. The only thing I see in syslog is [1041152.433443] linphone[3579173]: segfault at 18 ip 000076c65bb9ff10 sp…
0
votes
0 answers

Linphone showing no text since Xubuntu upgrade to 24.04

I have for the past two years successfully used Linphone desktop (most recently Linphone-5.2.6.AppImage) under Xubuntu 22.04 on my rather elderly laptop. After recently upgrading to Xubuntu 24.04.1, I found that, while I can still run Linphone and…
ljn
  • 1
-1
votes
1 answer

How to write a C api program to make calls using linphone sdk

I am very new for the C programming, I want to create a C program to make calls using linphone-sdk. i don't know how to start writing a C program.