telnyx-voice-gather-ruby

Gather DTMF and speech input from callers using the Telnyx API with Ruby.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to build interactive voice applications using Ruby, allowing callers to input DTMF tones or speak responses that are processed by AI.

Core Features & Use Cases

  • DTMF Input: Collect keypad input for menu navigation or data entry.
  • Speech Input: Utilize AI to understand spoken responses.
  • AI Assistant Integration: Start, stop, and add messages to an AI assistant during a call.
  • Use Case: Create an automated phone system where callers can navigate options by pressing numbers or by speaking their choices, such as a customer support IVR.

Quick Start

Use the telnyx-voice-gather-ruby skill to gather DTMF input from a caller on the active call.

Frequently Asked Questions about telnyx-voice-gather-ruby

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

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

To build an IVR system in Ruby, use the Telnyx API SDK to collect DTMF keypad input and speech recognition during active calls, enabling callers to navigate menus or select options by pressing numbers or speaking.

Can I integrate AI voice assistants into active calls with Ruby?

Yes, you can manage AI voice assistants within active calls using the Telnyx Ruby SDK to start, stop, and add messages, enabling AI-powered spoken response processing for interactive voice applications.

How do I handle webhook events for call gather status updates in Ruby?

You handle webhook events by configuring your Ruby application to receive Telnyx call gather status updates, allowing your IVR system to trigger subsequent actions once DTMF or speech input collection completes.

Does the Telnyx Ruby SDK support speech recognition for phone menus?

Yes, the Telnyx Ruby SDK supports AI-powered speech recognition for phone menus, understanding spoken caller responses alongside DTMF tones to navigate interactive voice response options.

What's the best way to build an automated customer support IVR in Ruby?

The best way to build an automated customer support IVR in Ruby is using the Telnyx API to collect DTMF keypad input and AI speech recognition, allowing callers to navigate options by pressing numbers or speaking choices.