commit 23200373291e862f53417f55b0be29e0661c7ef1
parent b17e3779755a59d9e93b0d91d8f282be23707734
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date: Mon, 4 Nov 2019 22:21:11 +0100
Expand the explanation in the readme
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -2,7 +2,8 @@ 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.
+These processes can then control the call via standard output and receive events via standard input.
+siproc 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.