voicexml.NumECMAScriptInstr

Number of instructions allowed when executing an ECMAScript snippet.

If exceeded, the script stops with an exception.

The default is 2000000.

When changing the default, consider the complexity of the applications deployed.

The maximum value is 2147483647.

This service property establishes the upper limit of ECMAScript instructions allowed. If an application exceeds this limit, the Voice Browser service assumes there is an infinite loop at the script-level and terminates the calls.

Note: Be cautious when increasing the value. Larger values can add CPU load during script execution, and the Voice Browser service might respond more slowly. In the worst cases it could become unresponsive until you restart the service instance.