Telnyx Sip Integrations Python

🌐Community
by team-telnyx · vlatest · Repository

Automates Telnyx SIP integrations using Python, enabling custom call routing and management for backend applications.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add telnyx-sip-integrations-python npx -- -y @trustedskills/telnyx-sip-integrations-python
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "telnyx-sip-integrations-python": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/telnyx-sip-integrations-python"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides Python bindings for interacting with the Telnyx SIP API. It allows AI agents to programmatically manage and control SIP (Session Initiation Protocol) connections, including sending and receiving calls, handling call events, and configuring SIP trunks. This enables integration of voice communication capabilities into automated workflows and intelligent assistants.

When to use it

  • Automated Call Routing: Automatically route incoming calls based on AI-driven analysis of caller information or request content.
  • Voicebot Integration: Connect a voicebot application to the Telnyx platform for handling inbound and outbound calls.
  • SIP Trunk Management: Programmatically manage SIP trunk configurations, such as adding new trunks or modifying existing ones.
  • Real-time Call Control: Dynamically control ongoing calls based on AI agent decisions (e.g., transferring a call to another agent).

Key capabilities

  • Python bindings for Telnyx SIP API
  • Management of SIP trunks
  • Sending and receiving calls
  • Handling call events

Example prompts

  • "Send a call to +15551234567 using trunk 'my_trunk'."
  • "Check the status of SIP trunk 'my_trunk'."
  • "Transfer the current active call to agent John."

Tips & gotchas

  • Requires an active Telnyx account and API key.
  • Familiarity with SIP concepts is helpful for effective use.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
team-telnyx
Installs
11

🌐 Community

Passed automated security scans.