> ## 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.

# Continuous ASR - Config

<a href="/release-notes/4.90"><Badge className="version-badge" color="blue">Updated in 4.90</Badge></a>

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

  <figcaption>Generic Continuous ASR - 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>

Continuous ASR allows the system to combine multiple STT recognitions from the user and send them as a single textual message to the voice agent.

Once the Node is executed, the settings will remain active for the rest of the session.

| Parameter                   | Type          | Description                                                                                                                                                   |
| --------------------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enable Continuous ASR       | Toggle        | Enables or disables Continuous ASR.                                                                                                                           |
| Continuous ASR Submit Digit | CognigyScript | Defines a special DTMF key that sends the accumulated recognitions to the Flow.                                                                               |
| Continuous ASR Timeout      | Number        | Defines the number of milliseconds of silence before the accumulated recognitions are sent to the Flow. The default value is 3000. The minimum value is 2000. |
