mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 19:07:39 +00:00
doc: Add manpage as reStructuredText
This commit is contained in:
parent
8c777ea2e6
commit
0d6ceca324
1 changed files with 66 additions and 0 deletions
66
doc/gnome-calls.rst
Normal file
66
doc/gnome-calls.rst
Normal file
|
@ -0,0 +1,66 @@
|
|||
.. _gnome-calls(1):
|
||||
|
||||
===========
|
||||
gnome-calls
|
||||
===========
|
||||
|
||||
----------------------
|
||||
Make and receive calls
|
||||
----------------------
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
|
||||
| **gnome-calls** [OPTIONS...] [SIP/TEL URI]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
|
||||
``gnome-calls`` is a GTK based dialer for PSTN and SIP.
|
||||
|
||||
It uses ModemManager to talk to the cellular modem for PSTN.
|
||||
Besides phone calls it also handles USSD.
|
||||
In the case of SIP it uses sofia-sip for the SIP signalling and GStreamer
|
||||
pipelines to deal with RTP payload of audio data.
|
||||
|
||||
It works on desktops but also adjusts to small screen sizes like smart phones
|
||||
and other mobile devices.
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
|
||||
``-h, --help``
|
||||
|
||||
Show help options.
|
||||
|
||||
``--help-all``
|
||||
|
||||
Show all help options.
|
||||
|
||||
``--help-gapplication``
|
||||
|
||||
Show GApplication options.
|
||||
|
||||
``--help-gtk``
|
||||
|
||||
Show GTK+ options.
|
||||
|
||||
``--version``
|
||||
|
||||
Show program version.
|
||||
|
||||
``--p, --provider=PLUGIN``
|
||||
|
||||
The plugins to use as call provider. Can be passed multiple times. Defaults to ModemManger and SIP (``-p mm -p sip``).
|
||||
|
||||
``-l, --dial=NUMBER``
|
||||
|
||||
Dial a phone number (no need for the ``tel:`` URI scheme prefix).
|
||||
|
||||
``-d, --daemon``
|
||||
|
||||
Whether to present the main window on startup.
|
||||
|
||||
``-v, --verbose``
|
||||
|
||||
Enable verbose debug messages. Can be passed multiple times.
|
Loading…
Reference in a new issue