What is the best open source VoIP tech?

Want to know how this tech works and need some GitHub projects based on this technology.

You can try this: GitHub - 0perationPrivacy/VoIP: Web Base Telnyx/Twilio VoIP Interface enabling SMS, MMS and Voice calls using the providers API Keys and self-hosting the application..
But I suggest you try Skype and WhatsAPP firstly.

I set up a small system for a side project with a couple of friends and it worked surprisingly well once we figured out the configs. Later, I got some exposure to call center software that ran on top of it, and that made me appreciate how open source VoIP tech can scale.

Was curious about this too and found a few GitHub projects that handle text messaging across SMS and apps like WhatsApp. Tried one for a side project — it let me set up quick notifications from a simple script. Worked surprisingly well and gave a good base to tweak.

Yeah really cool to get hands-on with open-source VoIP! A few solid ones people use are Asterisk or FreeSWITCH for full PBX/telephony setups, and Kamailio/OpenSIPS if you just want powerful SIP routing without all the extra stuff. There’s also lightweight clients like Mumble or Twinkle depending on what you’re building towards. Tons of options depending on how deep you want to go.