telnyx-sip-go

Manage Telnyx SIP trunks and outbound voice profiles via Go code.

3|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-sip-go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telnyx-sip-go
Source: https://github.com/team-telnyx/telnyx-toolkit/tree/main/api/go/telnyx-sip-go
Command: npx skills add https://github.com/team-telnyx/telnyx-toolkit --skill telnyx-sip-go

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you configure SIP trunking connections and outbound voice profiles, simplifying the management of your voice infrastructure.

Core Features & Use Cases

  • SIP Trunking Configuration: Set up and manage SIP connections for your PBX systems.
  • Outbound Voice Profiles: Define and control how your outbound calls are routed.
  • IP and FQDN Management: Manage IP addresses and Fully Qualified Domain Names for your connections.
  • Use Case: You need to connect your on-premises PBX to the Telnyx network for making and receiving calls. This skill allows you to create the necessary SIP connections and configure outbound routing rules.

Quick Start

Use the telnyx-sip-go skill to create a new outbound voice profile named 'office'.

Frequently Asked Questions about telnyx-sip-go

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

FAQPage Schema
How do I configure SIP trunking connections for a Go application?

This skill provides Go SDK examples to configure SIP trunking connections by creating SIP connections, outbound voice profiles, and credential connections via the telnyx-go library for your voice infrastructure.

Can I manage IP addresses and FQDNs for Telnyx voice connections programmatically?

Yes, you can manage IP addresses and Fully Qualified Domain Names (FQDNs) for Telnyx voice connections programmatically using CRUD operations provided by the telnyx-go SDK examples in this skill.

Does this skill support setting up outbound voice profiles for routing calls?

Yes, setting up outbound voice profiles is supported. The skill provides Go SDK examples to define and control how your outbound calls are routed through the Telnyx network using the telnyx-go library.

What is needed to connect an on-premises PBX to the Telnyx network using Go?

To connect an on-premises PBX to the Telnyx network, you need to use the telnyx-go library to create the necessary SIP connections and configure outbound routing rules for making and receiving calls.

Are there limitations to managing mobile voice connections with this SIP configuration approach?

The skill supports CRUD operations for mobile voice connections and various Telnyx networking entities via the telnyx-go library, but specific limitations depend on your Telnyx account configuration and network resource constraints.