Telnyx Sip Integrations Javascript

🌐Community
by team-telnyx · vlatest · Repository

Enables JavaScript developers to build custom telephony integrations with Telnyx SIP services via a robust agent skill.

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-javascript npx -- -y @trustedskills/telnyx-sip-integrations-javascript
2

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

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

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

About This Skill

What it does

This skill provides JavaScript integration with Telnyx SIP (Session Initiation Protocol) services. It allows AI agents to programmatically interact with Telnyx's telephony platform, enabling features like initiating calls, receiving call events, and managing call flows directly within the agent’s workflow. This facilitates building sophisticated voice-enabled applications and automating communication tasks.

When to use it

  • Automated outbound calling: Initiate phone calls from your AI agent based on specific triggers or data updates.
  • Call event handling: Receive real-time notifications about call status changes (ringing, answered, completed) and react accordingly.
  • Dynamic call routing: Route incoming calls to different destinations or agents based on caller information or other criteria.
  • Voice application development: Build custom voice applications that leverage Telnyx's infrastructure for telephony services.

Key capabilities

  • SIP integration via JavaScript
  • Call initiation
  • Real-time call event notifications
  • Call flow management

Example prompts

  • "Initiate a phone call to +15551234567 using the Telnyx SIP service."
  • "Listen for incoming calls and log the caller ID when a call is answered."
  • "Route all incoming calls from area code 212 to extension 100."

Tips & gotchas

  • Requires an active Telnyx account and API credentials.
  • Familiarity with SIP concepts and JavaScript programming is recommended 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
8

🌐 Community

Passed automated security scans.