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 ab8f9be25e5cac56b0b4c0f7c646a271125ceca5
parent 23200373291e862f53417f55b0be29e0661c7ef1
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Tue,  5 Nov 2019 21:20:58 +0100

Add an application example to the readme

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

diff --git a/README.md b/README.md @@ -8,6 +8,13 @@ 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. +Application Examples +-------------------- + +The software can be used to spam filter calls based on their phone number or SIP URI. +Consider a program `./filter` that executes its command line arguments if and only if it deems the caller to be spam. +The chained executable can then pick up the phone, play a message and hang up again. + Compatibility -------------