R2511-HP MSR Router Series Voice Command Reference(V5)

313
undo input-error
Default
No input error processing method is configured for a node.
Views
Call node view, Jump node view
Default command level
2: System level
Parameters
end-call: Terminates the call when the maximum number of input errors is reached.
goto-pre-node: Return to the previous node when the maximum number of input errors is reached.
goto-node node-id: Jumps to a specified node when the maximum number of input errors is reached.
media-play media-id: Specifies the ID of the media resource file to be played after an input error and
before the node is executed again, in the range 0 to 2147483647.
play-times: Specifies the times for playing voice prompts. The value range is 1 to 255, and the default is
1.
repeat repeat-times: Specifies the maximum number of input errors. After an input error occurs, the node
is executed again. When the maximum number of input errors is reached, the system processes
according to the configured method. The value range for the repeat-times argument is 0 to 255, and the
default is 3.
Examples
# Configure the processing method for handling subscriber input errors for Jump node 1:
The node should terminate a call after the maximum number of input errors is reached.
The media resource ID is 1000.
The node plays voice prompts six times.
The maximum number of input errors is 5.
<Sysname> system-view
[Sysname] voice-setup
[Sysname-voice] ivr-system
[Sysname-voice-ivr] node 1 jump
[Sysname-voice-ivr-node1] input-error end-call media-play 1000 6 repeat 5
# Configure the processing method for handling subscriber input errors for Jump node 1:
The node should return to the previous node after the maximum number of times permitted for
entering errors is reached.
The media resource ID is 1001.
The node plays voice prompts only once.
The maximum number of input errors is 3.
<Sysname> system-view
[Sysname] voice-setup
[Sysname-voice] ivr-system
[Sysname-voice-ivr] node 1 jump
[Sysname-voice-ivr-node1] input-error goto-pre-node media-play 1001 1 repeat 3