11

Is there any SIP-client for Ubuntu which has command-line interface? So, for example, I can make calls without using any GUI, just sending commands to the application.

Peter17
  • 253

3 Answers3

7

There are lot of sip clients which support command-line.

Pjsua is a sip client. check this for features of pjsua

You can download pjsua from here

0

Exactly this https://docs-new.sipthor.net/w/sip_clients/sip_session/ from https://sipsimpleclient.org/

You only need to install sudo apt-get install sipclients

Check out the repos here: https://docs-new.sipthor.net/w/debian_package_repositories/

-2

you can do this with skype. see:

https://stackoverflow.com/questions/24480465/what-is-the-correct-com-skype-usage-with-linux

try:

skype --callto echo123
Thufir
  • 4,631