1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-14 17:19:27 +00:00

doc: Add manpage as reStructuredText

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-05-31 20:02:05 +02:00
parent 8c777ea2e6
commit 0d6ceca324

66
doc/gnome-calls.rst Normal file
View 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.