~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to share/C/linphonec.1

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-11-15 10:34:50 UTC
  • mfrom: (1.2.1 upstream) (2.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115103450-qgafwcks2lkhctlj
* New upstream release.
* Enable video support.
* Fix mismatched #endif in mscommon.h, closes: #398307.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" Linphone is an internet phone compatible with the Session Initiation Protocol (SIP: RFC3261 )
2
 
.TH "linphonec" "1" "0.10.1" "Florian Winterstein & Simon MORLAT" "linphone, internet phone"
 
2
.TH "linphonec" "1" "1.0.0" "Florian Winterstein & Simon MORLAT" "linphone, internet phone"
3
3
.SH "NAME"
4
4
.LP 
5
5
linphonec \- Console interface of linphone, a SIP compatible
13
13
.LP 
14
14
Linphonec is the console version of originally Gnome internet phone linphone (http://www.linphone.org) .
15
15
.br 
16
 
Linphonec can be started without arguments. It needs a config file to start correctly. First it looks at ~/.gnome2/linphone, and if the file does not exist, it reads ~/.linphonec .
 
16
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.
 
17
By default the path of the config file is ~/.linphonerc .
 
18
Most parameters (proxy, passwords) can be changed from the command line, for some of them (path of sound rings), you'll need
 
19
to edit the .linphonerc config file.
17
20
.br 
18
 
Once linphonec has started, linphonec wait for some commands and is ready to receive calls. You can type ? to get help on the availlable commands.
 
21
Once linphonec has started, linphonec wait for some commands and is ready to receive calls.
19
22
.br 
20
23
The most important commands are
21
24
.br 
22
25
.TP 
23
 
c <sip url> : to call someone. A sip url is in the form sip:user@host
24
 
.TP 
25
 
t       : to terminate a call
26
 
.TP 
27
 
a       : to accept an incoming call.
28
 
.TP 
29
 
In order to start linphonec for the first time, you will need a config file, usually ~/.linphonec . This config file will contains various information, but in order to start only the following section and field are required: 
30
 
.br 
 
26
call <sip url> : to call someone. A sip url is in the form sip:user@host
 
27
.TP 
 
28
terminate       : to terminate a call
 
29
.TP 
 
30
answer  : to accept an incoming call.
 
31
.TP 
 
32
help    : to display interactive help.
 
33
.TP 
31
34
 
32
 
[net]
33
 
.br 
34
 
if_name=<my network interface name (ex: eth0, ppp0...)>
35
35
 
36
36
 
37
37
.SH "OPTIONS"