| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This Python script implements a voice assistant using the LiveKit platform, with the ability to integrate with SIP trunks for phone call bridging.
The script sets up a voice assistant that:
To run the script, ensure you have the required dependencies installed and execute both:
python agent.py dev
python call_phone.py
Visit http://127.0.0.1:5001, enter a phone number and call your agent.
To bridge phone calls to LiveKit rooms using SIP trunks, follow these steps:
Prerequisites:
Prepare SIP server:
Create a SIP Trunk with your provider (e.g., Twilio or Telnyx)
Configure LiveKit CLI with your project details
Set up Outgoing Calls:
Test your setup:
For detailed instructions on each step, refer to the LiveKit documentation on SIP integration.
Note: Make sure to set up the necessary environment variables and API keys for the LiveKit platform, OpenAI services, and your SIP trunk provider before running the script and integrating with SIP!
| Back | FazBrowse Home | New Git URL |