Sep 19, 2026 | Uncategorized
The awesome.re directory carries more than 600 curated lists. One of them covers real-time communications broadly, and it is a good list, but nothing on that directory is dedicated to Asterisk, and nothing to FreeSWITCH. So we built both and published them this month:...
Sep 9, 2026 | Uncategorized
A server rarely fails at a convenient time. The disk fills up on a Saturday night. A SIP trunk drops registration and nobody notices until customers complain on Monday. A certificate expires and the portal stops loading for your agents. Every one of those has a simple...
Sep 9, 2026 | Uncategorized
ICTHospital is our open source hospital management system. Until recently it ran on CodeIgniter 2.2.2, a framework that reached end of life in 2017 and will not start on PHP 8. Patching an unsupported framework that carries patient records was not a serious option, so...
Sep 6, 2026 | Uncategorized
You can benchmark a telephony voice agent in about ten minutes without touching its code. Install the harness, start your agent, point the harness at its AudioSocket port, and read four numbers. This guide covers what each command does, what the output means, and...
Sep 6, 2026 | Uncategorized
A telephony voice agent can produce perfect audio and still be unusable on a phone call. What decides it is timing: whether frames arrive evenly, whether the sentence has holes in it, and how fast the agent shuts up when you talk over it. None of that is visible from...
Sep 5, 2026 | Uncategorized
If you’re wiring an LLM into an Asterisk call, the hard part isn’t the model. It’s the 20 ms frame clock, the five separate things a barge-in has to cancel, and a voice engine that isn’t thread safe. We open sourced asterisk-ai-voice-agent four...