telnyx-sip-javascript

Manage Telnyx SIP trunking connections and outbound voice profiles via JavaScript.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-sip-javascript
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: telnyx-sip-javascript
Source: https://github.com/tindevelopers/cursor-skills/tree/main/telnyx-javascript/telnyx-sip-javascript
Command: npx skills add https://github.com/tindevelopers/cursor-skills --skill telnyx-sip-javascript

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires telnyx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of SIP trunking connections and outbound voice profiles using JavaScript, enabling developers to programmatically configure and control voice infrastructure.

Core Features & Use Cases

  • Connection Management: Create, retrieve, update, and delete various types of Telnyx connections (Credential, FQDN, IP).
  • FQDN and IP Configuration: Manage Fully Qualified Domain Names (FQDNs) and IP addresses associated with your connections.
  • Outbound Voice Profiles: Configure and manage outbound voice profiles, including call recording, limits, and routing.
  • Use Case: A developer needs to set up a new SIP trunk for their application. They can use this Skill to create a credential connection, configure associated FQDNs, and define an outbound voice profile to route calls.

Quick Start

Use the telnyx-sip-javascript skill to list all credential connections.

Frequently Asked Questions about telnyx-sip-javascript

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Telnyx SIP connections using JavaScript?▼

You can manage Telnyx SIP connections using JavaScript by utilizing a Skill that programmatically creates, retrieves, updates, and deletes credential, FQDN, and IP connections through the Telnyx API.

How do I configure outbound voice profiles for SIP trunking in JavaScript?▼

To configure outbound voice profiles for SIP trunking in JavaScript, this Skill handles the setup of call routing, call recording, and usage limits via the Telnyx API.

Do I need the telnyx npm package to manage SIP trunks programmatically?▼

Yes, you need the telnyx npm package installed in your JavaScript environment to interact with the Telnyx API for managing SIP trunks and outbound voice profiles.

What is the best way to set up a new SIP trunk with FQDN and IP connections?▼

The best way to set up a new SIP trunk is to programmatically create a credential connection, configure associated FQDNs and IP addresses, and define an outbound voice profile for routing.

Can I update FQDN and IP addresses associated with existing Telnyx SIP connections?▼

Yes, you can update FQDN and IP addresses associated with existing Telnyx SIP connections by executing JavaScript commands to modify connection details through the Telnyx API.

Why use JavaScript for SIP connection management instead of manual configuration?▼

Using JavaScript for SIP connection management automates the configuration and control of voice infrastructure, eliminating manual setup errors and enabling rapid, programmatic scaling of Telnyx SIP trunks.