Sample Python OpenAI-Telnyx Integration

Job ID: 39776532

Budget: ₹600 – ₹1,500 INR

https://github.com/pipecat-ai/pipecat-examples

I’m putting together a very small proof-of-concept that ties OpenAI’s voice capabilities to Telnyx through Pipecat. All I need is a clean, well-commented Python example I can spin up locally that demonstrates both directions of a call flow:

• An inbound Telnyx call that is handed off to Pipecat, transcribed by OpenAI, processed, and voiced back through Telnyx.
• An outbound Telnyx call triggered from the script, routed the same way.

The Pipecat repo already includes reference snippets, so feel free to reuse their patterns—just wire everything into a single, working sample. Keep credentials in environment variables or a .env file; basic token validation is fine, nothing beyond that.

Deliverables
1. main.py (or similarly named) showing the complete flow for inbound + outbound calls
2. requirements.txt with pinned versions
3. one simple hello world function. for example if i say ai to send email ai should invoke that finction

If the script launches, places a test outbound call, and answers an inbound call ( with fuction call )while relaying voice through OpenAI without errors, we’re done.