1GNOME-CALLS() GNOME-CALLS()
2
3
4
6 gnome-calls - Make and receive calls
7
9 gnome-calls [OPTIONS...] [SIP/TEL URI]
10
11
13 gnome-calls is a GTK based dialer for PSTN and SIP.
14
15 It uses ModemManager to talk to the cellular modem for PSTN. Besides
16 phone calls it also handles USSD. In the case of SIP it uses sofia-sip
17 for the SIP signalling and GStreamer pipelines to deal with RTP payload
18 of audio data.
19
20 It works on desktops but also adjusts to small screen sizes like smart
21 phones and other mobile devices.
22
24 -h, --help
25 Show help options.
26
27 --help-all
28 Show all help options.
29
30 --help-gapplication
31 Show GApplication options.
32
33 --help-gtk
34 Show GTK+ options.
35
36 --version
37 Show program version.
38
39 --p, --provider=PLUGIN
40 The plugins to use as call provider. Can be passed multiple times.
41 Defaults to ModemManger and SIP (-p mm -p sip).
42
43 -l, --dial=NUMBER
44 Dial a phone number (no need for the tel: URI scheme prefix).
45
46 -d, --daemon
47 Whether to present the main window on startup.
48
49 -v, --verbose
50 Enable verbose debug messages. Can be passed multiple times.
51
52
53
54
55 GNOME-CALLS()