Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

linphonecsh(1) [debian man page]

linphonecsh(1)						     linphone, internet phone						    linphonecsh(1)

NAME
linphonecsh - Sends a command to a linphonec running in daemon mode, and exits. SYNTAX
linphonecsh init <optional linphonec args> linphonecsh exit linphonecsh generic <linphonec command line surrounded by quotes> linphonecsh register --username <username> --host <proxy> --password <password> linphonecsh unregister linphonecsh dial <sip address or number> linphonecsh status <domain = one of 'register', 'hook', 'autoanswer'> linphonecsh --help 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 linphonecsh init 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: linphonecsh exit FILES
By default a linphonec started as a daemon by 'linphonecsh init' does not use a config file. ENVIRONMENT VARIABLES
EXAMPLES
AUTHORS
Simon Morlat <simon.morlat at linphone.org> SEE ALSO
linphonec(1) sipomatic(1) linphone(1) Simon MORLAT 3.0.0 linphonecsh(1)

Check Out this Related Man Page

ppud(1M)																  ppud(1M)

NAME
ppud - Pay per use daemon SYNOPSIS
DESCRIPTION
is a daemon that provides system configuration and core usage information to a utility meter system for billing purposes. This daemon runs on Pay per use systems and meters core utilization and system configuration information. The daemon sends this information to a utility meter as an XML file. When a report is sent to a utility meter, it is also written to the file /var/ppu/PPUReport.xml. This report is best viewed using a web browser that understands XML. If the connection to the utility meter fails, the daemon caches the report data until the connection is restored. The daemon re-spawns itself if killed. The following entry is added to /etc/inittab in order to have start and re-spawn itself: The daemon is automatically started when a system boots if a utility meter has been specified via the command (see ppuconfig(1M)). The daemon does not need to be restarted when the meter configuration is changed via the command. The daemon reports errors via syslog. To unconfigure Pay per use, execute: Warning: if this is a Pay per use system and the daemon is not running, usage reports will not be sent to HP and usage may be assumed to be 100%. The daemon performs periodic operations based on the time of day. The daemon is spawned by and gets its timezone specification from the /etc/default/tz file. By default the timezone specified in /etc/default/tz is EST5EDT. You can specify which timezone the daemon uses to interpret its current time by modifying the /etc/default/tz file. Refer to environ(5)) for details of the format. A restart of the daemon is required before the new timezone value takes effect (i.e. kill the /usr/lbin/ppud process). For more information see the Pay per use User's Guide located at /usr/share/doc/PayPerUseUserGuide.pdf AUTHORS
ppud was developed by HP. FILES
/etc/default/tz File contains the timezone value used by . The format for the file is the same as the the environment variable format without the prefix . (See environ(5) for details of the TZ format). /var/ppu/cache/ Directory contains the report data that is cached if the connection to the utility meter fails. SEE ALSO
ppuconfig(1M), ppu(5) ppud(1M)
Man Page