emPBX

Developing various VoIP applications, I often found myself thinking that it would be nice to have the library (or mb tiny app) that already has basic functionallity (calls routing, registrar and so on) for accelerate development.
I usually satisfied with Freeswitch, Baresip or pjsip but it still took quite time to refine.
So I decided to create this one.

Distributed as-is with sources and available on GitHUB .



Version 0.0.1

The first version is essentially experimental, but yet covers my needs on some projects (tSIP, HATS, other).
Based on Baresip and provides following capabilities:


Actually, it's turned out b2bua client with extra features.
UPD: Unfortunately, I've came across with some problems which I can't solve or avoid (it related with libre and baresip design features), so seems the next one will be based on pjsip (or mb sofia).