telnyx-voice-gather-javascript

Collect DTMF input and speech from callers using the Telnyx Voice Gather API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to build interactive voice applications by collecting DTMF input or speech from callers, and to integrate AI-powered voice assistants into their calls.

Core Features & Use Cases

  • DTMF Input: Collect numerical or symbolic input from callers for menu navigation or data entry.
  • Speech Input: Utilize AI to understand and process spoken responses from callers.
  • AI Assistant Integration: Start, stop, and manage AI assistants on a call for dynamic interactions.
  • Use Case: Create an automated phone system where callers can navigate options using their keypad (DTMF) or by speaking their choices, with an AI assistant handling complex queries.

Quick Start

Use the telnyx-voice-gather-javascript skill to gather DTMF input from a caller on 'call_control_id'.

Frequently Asked Questions about telnyx-voice-gather-javascript

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

FAQPage Schema
How do I collect DTMF input from callers using JavaScript?

You can collect DTMF input by using the JavaScript SDK examples to interact with the Telnyx Voice Gather API, capturing numerical or symbolic keypad entries for menu navigation on a specific call control ID.

Can I build an AI voice assistant that processes speech input with Telnyx?

Yes, you can build AI voice assistants by utilizing the Telnyx Voice Gather API to collect and process spoken responses, allowing callers to speak their choices for dynamic interactions.

How do I start and stop an AI assistant during a voice call?

You can start, stop, and manage AI assistants on an active call by integrating the JavaScript SDK with the Telnyx Call Control API for real-time voice application development.

Does the Telnyx Call Control API support text-to-speech and audio playback for IVR menus?

Yes, the Telnyx Voice Gather API supports gathering input through both audio playback and text-to-speech, enabling you to build interactive voice response menus and automated phone systems.

What is needed to integrate real-time voice application development with Telnyx?

You need the JavaScript SDK to implement Telnyx Call Control API commands, enabling real-time voice application development by managing call control IDs and gathering caller input.