siproc

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

commit b17e3779755a59d9e93b0d91d8f282be23707734
parent 2dd5173b204339adbc1690e24b6b83b35db53e95
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Mon,  4 Nov 2019 22:19:48 +0100

Hint at the man-page and examples in the readme

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -4,6 +4,9 @@ siproc siproc is a primitive SIP Client used for call automatization by spawning a given process for each call. It uses the [pjsip](http://www.pjsip.org/) library as a backend. +See the man-page siproc(1) for usage details. +There are some illustrative examples in the examples/-directory as well. + Compatibility -------------