Index of the official VoiceTel client libraries — twelve language SDKs (Python, TypeScript, Go, Java, Kotlin, Scala, PHP, Ruby, C#, Rust, Swift, Lua) plus the interactive CLI and Postman + Bruno API collections. Each entry links to its standalone repo with install instructions and release tags. See also /docs/sdks/.
github.com/voicetel/sdks
Index of the official VoiceML client libraries — eight language SDKs (Python, TypeScript, Go, Java, C#, PHP, Ruby, Swift) for VoiceTel's outbound voice and answering-machine-detection service. Twilio-shape wire format, hand-written, MIT-licensed, all targeting VoiceML API v0.6.4. See also /docs/voiceml-sdks/.
github.com/voicetel/voiceml-sdks
Cross-platform SIP softphone that runs in the browser, as a desktop application on Windows, macOS, and Linux, and as a mobile app on iOS and Android. Built on SIP.js over WebRTC with SIP over TLS, RFC 2833 DTMF with SIP INFO fallback, call recording with inline playback, call history, contacts integration, NAT-friendly ICE/STUN, and a real-time SIP message log for debugging. The same code that powers phone.voicetel.com.
github.com/voicetel/phone
Embedded Go SQLite that runs entirely in RAM. Roughly 3× faster on writes and 2× faster on reads than disk-backed SQLite, with snapshot + WAL durability, Raft replication for HA, and a PostgreSQL wire-protocol server bundled into a single library — so existing Postgres clients connect to an in-memory store without code changes.
github.com/voicetel/memdb
RFC 7866 SIPREC Session Recording Client implemented as a FreeSWITCH module. Forwards live media and the associated SIPREC metadata XML to a standards-compliant Session Recording Server for compliance recording, supervisor monitoring, or analytics — without vendor-specific RTP forking.
github.com/voicetel/mod_siprec
Event-driven security layer for FreeSWITCH. Subscribes to the Event Socket Layer (ESL) and watches live signaling for registration floods, call-volume anomalies, and other malicious patterns; an integrated cache keeps detection paths fast without re-querying the dialplan.
github.com/voicetel/freeswitch-security