siproc

A primitive SIP client that spawns processes for each call
git clone git://xatko.vsos.ethz.ch/siproc.git
Log | Files | Refs | README

commit 8607879cd7cd34e9daea9d670529b7a5ca358cad
parent 466666caceba18048e54faeb5d2cfd0afae0b6e0
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Mon,  7 Oct 2019 15:34:13 +0200

Explain the parameters in the DESCRIPTION section

Diffstat:
Msiproc.1 | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/siproc.1 b/siproc.1 @@ -8,7 +8,10 @@ siproc .RI [ args \&...] .YS .SH DESCRIPTION -siproc is a SIP client, that spawns a given process for every incoming or outgoing call. +siproc is a SIP client, that spawns the given process +.I /path/to/executable +for every incoming or outgoing call, passing it the command line parameters +.IR args . Using standard input and output, these processes can interact with the peer and do tasks like answering calls, playing files and many more. The account settings and other configuration are read via environment variables.