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

linphonec(1)						     linphone, internet phone						      linphonec(1)

NAME
linphonec - Console interface of linphone, a SIP compatible internet phone. SYNTAX
linphonec [-d] <debug_level> [-l] <debug_file> [-c] <config_file> linphonec -v DESCRIPTION
Linphonec is the console version of originally Gnome internet phone linphone (http://www.linphone.org) . Linphonec can be started without arguments. It doesn't need any config file to start correctly and will create a default one at the first startup if the file does not exist. By default the path of the config file is ~/.linphonerc . Most parameters (proxy, passwords) can be changed from the command line, for some of them (path of sound rings), you'll need to edit the .linphonerc config file. Once linphonec has started, linphonec wait for some commands and is ready to receive calls. The most important commands are call <sip url> : to call someone. A sip url is in the form sip:user@host terminate : to terminate a call answer : to accept an incoming call. help : to display interactive help. OPTIONS -d <debug_level> Use debug mode with given verbosity (debug_level). The debug_level is an integer in the range 0..5 . -h Output help information and exit. -l <log_file> Specifies a file where debug information will be written. Default is stdout. -c <config_file> Specifies the config file to read at startup. FILES ~/.linphonec ENVIRONMENT VARIABLES
EXAMPLES
AUTHORS
Florian Winterstein <fwin at gmx.de> Simon Morlat <simon.morlat at linphone.org> SEE ALSO
linphone(1) sipomatic(1) Florian Winterstein &; Simon MORLAT 1.0.0 linphonec(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

init.d

I have written a daemon and want to make sure that it starts up again after the machine is re-started so I can quit manually doing it. Problem is I'm having difficulty understanding what to do with the init.d Any help would be appreciated! (1 Reply)
Discussion started by: BC_Kevin
1 Replies

2. UNIX for Dummies Questions & Answers

new to unix - please help

Hello all, I am new to unix and i am practicing simple unix commands. I am stuck on how to operate a for loop. I am a java programmer + so the logic doesn't seem to want to register. can someone please give me an example of how to write a for loop that prints out a message a given number of... (4 Replies)
Discussion started by: Bmitre
4 Replies

3. UNIX for Dummies Questions & Answers

Where do I find what commands I can use?

I am new to this unix thing. I have a macintosh with os X and want to learn how to use the unix terminal. What do I need to get started? Does anyone know some good command lines to get started with? Can I use the terminal to check email and get on the internet etc.....?:( (3 Replies)
Discussion started by: JCWorkman
3 Replies

4. UNIX for Dummies Questions & Answers

am i wrong?

knew nothing about unix - linux untill a week ago when i started out to learn the basics. I think i'm aproaching unix wrong, i'm trying to compare unix with dos, searching similar commands. Did some great things for dumbass newbie like writing scripts to mount cdrom and floppy, that's the... (4 Replies)
Discussion started by: termiEEE
4 Replies

5. UNIX for Dummies Questions & Answers

unix commands ?

Does anyone know where I should go to get a list of unix commands? I'm also a new user to unix/ redhat linux which I just loaded to my computer, but I'm having username and password problems confused ? (5 Replies)
Discussion started by: savagebeast
5 Replies

6. UNIX for Dummies Questions & Answers

Daemon, scripts and processes

Hi, I am new to the world of Unix, I need some help in doing a small project at work. Can anyone point out any good references for the below functions? Objective --------- To write a daemon that will run in the central server to 1) access our process(I will find this out), log down... (1 Reply)
Discussion started by: seongyin
1 Replies

7. Shell Programming and Scripting

Sending an Ip/web address from Unix

I would like to be able to send a link address from a unix script. So for example I have web address "www.xyzrunreport.com" that I want to execute, for lack of a better word, from a unix script. When this web address is hit, it starts some automated report processing. In the unix script I dont need... (4 Replies)
Discussion started by: marksy99
4 Replies

8. UNIX for Dummies Questions & Answers

Help with these unix commands!

Hi to all, I have just started to learn Unix, and am having problems trying to understand the following two unix commands. if any1 could help i would greatly appreciate it. 1) ls -s | sort -nr | head -3 2) man -k c | grep -i ' c* ' | grep 1 i understand that for 1) the command will... (7 Replies)
Discussion started by: Vn3050
7 Replies

9. Shell Programming and Scripting

créating a daemon under unix

hi i want to create a daemon under unix or linux but i don't really know how so i will be grateful if you provide me links with examples or /andx how to do it thanks (2 Replies)
Discussion started by: student00
2 Replies

10. UNIX for Dummies Questions & Answers

little help needed..

hi everyone i'm a noob trying to learn unix language.. but seems like i got no leads on how to start.. i'm playing with the 'ps' command.. i'm trying to show the pid, ppid, username, command, cpu utilization (in desc order), process start time and process status.. all in a command.. am i able... (3 Replies)
Discussion started by: hilofat
3 Replies

11. Shell Programming and Scripting

Help needed using sed to replace a url in 1000's of web pages

Hi, I'm new to scripting. I understand the concepts and syntax of some commands but have difficulty with others and combining actions to achieve what I'm trying to do so hope someone on here can help. A long while back I inherited a website with 1000's of pages most of which were created by a... (2 Replies)
Discussion started by: bob_from_brid
2 Replies

12. UNIX for Dummies Questions & Answers

ALL unix commands

Hello Folks Where can I find all the unix commands with explanations , on the internet. I am searching but most of the sites are listing a few of the important ones. PLease guide through thanks (4 Replies)
Discussion started by: supercops
4 Replies

13. Shell Programming and Scripting

Finding out how long a script runs for and exit reason.

I am running a daemon program that sends texts via a connected mobile phone. I run this daemon via CLI, and it loops a few commands (checking to see if there are any new texts). It runs perfectly, the problem is, when I leave this to run on my Ubuntu Desktop, and come back to it hours later it... (2 Replies)
Discussion started by: daydreamer
2 Replies

14. UNIX for Dummies Questions & Answers

$ commands in unix

What are the various commands which use $ in unix and what do each of these indicate? eg: echo $? returns the success status of the previous commands..similarly $$ returns some numeric value..wat exactly are these? From where can a download a document which can help me getting more details about... (2 Replies)
Discussion started by: DDS
2 Replies

15. Shell Programming and Scripting

Weblogic commands in unix .

Hi , i want to know web logic commands in Unix which we can use from server. Like commands for deploying applications etc . Any link will also be helpful. (2 Replies)
Discussion started by: honey26
2 Replies