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 2dd5173b204339adbc1690e24b6b83b35db53e95
parent 283d51ef84c3d10e16b93d95a887ec8c6df55958
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Mon,  4 Nov 2019 22:18:18 +0100

Add a compatibility notice to the readme.

Now people are not disappointed when siproc does not build on their system

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

diff --git a/README.md b/README.md @@ -4,6 +4,12 @@ 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. +Compatibility +------------- + +siproc is compatible to Linux only, since it relies on epoll for polling subprocess activity. +It should be straight forward to make it cross-platform using [libev](http://software.schmorp.de/pkg/libev.html) or similar. + Building --------