GitHub - videosdk-community/ai-telephony-demo: Build an AI Telephony Agent for Inbound and Outbound Calls
AI Telephony Agent
Make INBOUND and OUTBOUND calls with AI agents using VideoSDK. Supports multiple SIP providers and AI agents with a clean, extensible architecture for VoIP telephony solutions.
Installation
Prerequisites
Python 3.11+
VideoSDK account
Twilio account (SIP trunking provider)
Google API key (for Gemini AI)
Setup
Clone the repository
git clone https://github.com/yourusername/ai-agent-telephony.git
cd ai-agent-telephony
Install dependencies
pip install -r requirements.txt
Configure ...
Read more at github.com