WeSearch

I built an open-source alternative to ViciDial. Here's the stack, and the bugs that ate my nights.

·3 min read · 0 reactions · 0 comments · 10 views
#opensource#telephony#development#software
I built an open-source alternative to ViciDial. Here's the stack, and the bugs that ate my nights.
⚡ TL;DR · AI summary

A developer has created an open-source alternative to ViciDial, detailing the architecture and challenges faced during its development. The project, hosted on GitHub, utilizes a stack that includes Kamailio, FreeSWITCH, and Postgres for multi-tenancy. The developer shares insights into bugs encountered and fixes implemented, emphasizing the importance of database-enforced tenant isolation.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3942632) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } dev0miky Posted on May 20 I built an open-source alternative to ViciDial. Here's the stack, and the bugs that ate my nights. #showdev #go #devops #opensource I started building the thing I actually wanted to deploy. It's on GitHub now, AGPL-3.0. This is a write-up of the architecture and, more usefully, the bugs that cost me real sleep.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)