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 732ff248ee4a5d00faa946de061f92b2ed52bfc8
parent a27b60e330cd05e9cd84320be882780eb157d7cb
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Sat, 31 Aug 2019 22:22:57 +0200

Adapt the case-conventions of the project name

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

diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ -SiProc +siproc ====== -SiProc is a primitive SIP Client used for call automatization by spawning a given process for each call. +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. Building