1linphonec(1) linphone, internet phone linphonec(1)
2
3
4
6 linphonec - Console interface of linphone, a SIP compatible internet
7 phone.
8
10 linphonec [-d] <debug_level> [-l] <debug_file> [-c] <config_file>
11 linphonec -v
12
14 Linphonec is the console version of originally Gnome internet phone
15 linphone (http://www.linphone.org) .
16 Linphonec can be started without arguments. It doesn't need any config
17 file to start correctly and will create a default one at the first
18 startup if the file does not exist. By default the path of the config
19 file is ~/.linphonerc . Most parameters (proxy, passwords) can be
20 changed from the command line, for some of them (path of sound rings),
21 you'll need to edit the .linphonerc config file.
22 Once linphonec has started, linphonec wait for some commands and is
23 ready to receive calls.
24 The most important commands are
25
26 call <sip url> : to call someone. A sip url is in the form
27 sip:user@host
28
29 terminate : to terminate a call
30
31 answer : to accept an incoming call.
32
33 help : to display interactive help.
34
35
36
37
38
39 OPTIONS
40
41 -d <debug_level>
42 Use debug mode with given verbosity (debug_level). The
43 debug_level is an integer in the range 0..5 .
44
45 -h Output help information and exit.
46
47 -l <log_file>
48 Specifies a file where debug information will be written.
49 Default is stdout.
50
51 -c <config_file>
52 Specifies the config file to read at startup.
53
54
55 FILES
56
57 ~/.linphonec
58
59
63 Florian Winterstein <fwin at gmx.de>
64 Simon Morlat <simon.morlat at linphone.org>
65
67 linphone(1) sipomatic(1)
68
69
70
71Florian Winterstein & Simon MORLAT 1.0.0 linphonec(1)