> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DTMF Collect - Config

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/jD73u_IBHRit9B59/_assets/ai/develop/node-reference/generic-voice/dtmf-collect-config.png?fit=max&auto=format&n=jD73u_IBHRit9B59&q=85&s=5d954445e4a23c5ca8f26523d23a4c71" alt="Generic DTMF Collect Config Node configuration panel" style={{ width: 'auto' }} width="263" height="60" data-path="_assets/ai/develop/node-reference/generic-voice/dtmf-collect-config.png" />

  <figcaption>Generic DTMF Collect - Config Node</figcaption>
</Frame>

## Description

<Warning>
  * As of Cognigy.AI 4.96.0, AudioCodes Nodes and Generic Voice Nodes are deprecated. Flows with these Nodes continue to work, and you can still edit and clone them as well as export them as a Package. However, you can't create new ones in Cognigy.AI 4.96 or later.
  * The full removal of AudioCodes Nodes is planned for Q2 2026. After the removal, AI Agents using these Nodes will stop working properly. We strongly recommend migrating to [Voice Gateway Nodes](/ai/agents/develop/node-reference/voice/voice-gateway/overview) before the removal date.
</Warning>

Enables capturing of DTMF signals by the voice agent during the entire call session.

When executed, the settings will apply for the remainder of the session.

| Parameter                | Type          | Description                                                                                                                                    |
| ------------------------ | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Capture DTMF signals     | Toggle        | Enables capturing of DTMF signals by the voice agent                                                                                           |
| DTMF Inter Digit Timeout | Number        | Defines the timeout in between collected DTMF digits                                                                                           |
| DTMF Max Digits          | Number        | Defines the maximum number of digits which can be entered by the user, the digits are being submitted automatically once this limit is reached |
| DTMF Submit Digit        | CognigyScript | Defines the DTMF submit digit which will be used for submitting the previously entered digits. This overrides the minimum digits validation    |
