
I Built a self-hosted call center platform on top of Asterisk
Hey everyone, Been running Asterisk for a while and got tired of editing dialplan files every time something needed to change. So I built a platform where call flows are stored in a database and executed via Asterisk ARI — you design them visually and changes apply instantly, no reload needed.
The SIP capture feature with live ladder diagrams ended up being the most useful thing for debugging trunks — shows the full SIP exchange in real time with pcap export.
MIT licensed, Linux only, one Docker command to install.
Check it out here: https://github.com/rayanweragala/callytics
Would love to hear any feedback!