logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

linphonecsh - Sends a command to a linphonec running in daemon mode, and exits.

Authors

       Simon Morlat <simon.morlat at linphone.org>

Description

       Linphonecsh  is  a  small  utility to send basic commands to a linphonec (console mode linphone) process.
       Unlike linphonec, linphonecsh does not wait commands from standard input: it takes the command  from  its
       arguments and sends it using unix pipe to a linphonec process started in daemon mode.  The motivation for
       this tool is for example to simply execute voip calls from scripts, web-servers, or javascript web pages.

       The very first thing to do before doing actions is to ask linphonecsh to spawn a linphonec daemon using

       linphonecshinit
              The resulting linphonec daemon does not read or write any configuration file.

              When the linphonec daemon is no more needed, the following commands makes it exit properly:

       linphonecshexit

Environment Variables

Examples

Files

       By default a linphonec started as a daemon by 'linphonecsh init' does not use a config file.

Name

       linphonecsh - Sends a command to a linphonec running in daemon mode, and exits.

See Also

linphonec(1) linphone(1)

Simon MORLAT                                          3.0.0                                       linphonecsh(1)

Syntax

       linphonecsh init  <optionallinphonecargs>
       linphonecsh exit
       linphonecsh generic  <linphoneccommandlinesurroundedbyquotes>
       linphonecsh register--username <username> --host <proxy> --password <password>
       linphonecsh unregister
       linphonecsh dial <sipaddressornumber>
       linphonecsh status <domain=oneof'register','hook','autoanswer'>
       linphonecsh --help

See Also