RTP/01200 OK
Crypto-Metered Calling Bot
Telegram bot + VoIP billing engine
A Telegram bot that provisioned talk-time for callers based on crypto payments, then metered live calls against their balance in real time.
- Credited caller minutes automatically on confirmed crypto payments
- Consumed AMI call events to decrement balance per second of talk-time
- Hung up gracefully the moment a balance ran out
Telegram Bot APIAsterisk AMICrypto PaymentsJavaSpring Boot
RTP/02200 OK
Make.com Outbound Call Automation
Integration & IVR flows
Automated outbound campaigns wiring a programmable voice API and FreePBX into Make.com — placing calls, collecting caller input, and persisting results.
- Triggered outbound calls from Make.com scenarios
- Collected DTMF tones as structured caller input
- Fired an HTTP request to save each recording/result to storage
Programmable Voice APIMake.comFreePBXWebhooks
RTP/03200 OK
Recording + Google Cloud Speech
Call media + speech pipeline
A recording pipeline that captured call audio and ran it through Google Cloud for text-to-speech prompts and speech-to-text transcription.
- Recorded call legs and stored media for downstream processing
- Generated dynamic voice prompts with Cloud Text-to-Speech
- Transcribed conversations with Cloud Speech-to-Text
Google Cloud STTGoogle Cloud TTSAsteriskAudio Pipeline
RTP/04200 OK
FreePBX Dialer Platform
Full telephony platform
End-to-end platform: a SIP trunk on Asterisk/FreePBX, an Asterisk-Java backend driving calls over AMI/ARI, and a GUI for bulk campaigns.
- Configured SIP trunk, extensions and dial plans on the PBX
- Controlled calls (initiate / end) from a Java backend via AMI & ARI
- Built a GUI to attach an audio file and upload a CSV of numbers
- Connected GUI to backend over REST with real-time call state
AsteriskFreePBXAsterisk-JavaSpring BootAMI / ARIREST
RTP/05200 OK
Real-Time Voice AI for Orders
Conversational voice agent
A low-latency voice agent that answered calls, understood spoken orders, and completed them in a natural back-and-forth conversation.
- Handled live orders end-to-end over the phone
- Streamed speech in and out with minimal perceptible latency
- Confirmed and finalized structured orders from natural speech
Realtime Voice AIDeepgramAssemblyAITTSTelephonyLLM
RTP/06200 OK
Live Communication Transcription
Real-time transcription service
A real-time transcription service that turned ongoing conversations into live, streaming text for agents and downstream systems.
- Transcribed live conversations as they happened
- Streamed partial and final results with low latency
- Fed transcripts into downstream tooling in real time
DeepgramAssemblyAIStreaming STTWebSocketsSpring Boot