Configuration Example For Three Types Of Nodes - HP FlexNetwork MSR Series Configuration Manual

Hide thumbs Also See for FlexNetwork MSR Series:
Table of Contents

Advertisement

# Configure IVR voice entity 300 and specify node 10 as the root node.
[RouterB-voice-dial] entity 300 ivr
[RouterB-voice-dial-entity300] match-template 300
[RouterB-voice-dial-entity300] ivr-root 10
[RouterB-voice-dial-entity300] quit
[RouterB-voice-dial] quit
# Specify media resource IDs for media resource files:
Specify 10002 for the file cfa0:/wav/g729r8/timeout.wav
Specify 10003 for the file cfa0:/wav/g729r8/input_error.wav
Specify 10004 for the file cfa0:/wav/g729r8/bye.wav
[RouterB-voice] ivr-system
[RouterB-voice-ivr] media-file g729r8
[RouterB-voice-ivr-g729r8] set-media 10002 file cfa0:/wav/g729r8/timeout.wav
[RouterB-voice-ivr-g729r8] set-media 10003 file cfa0:/wav/g729r8/input_error.wav
[RouterB-voice-ivr-g729r8] set-media 10004 file cfa0:/wav/g729r8/bye.wav
[RouterB-voice-ivr-g729r8] quit
# Configure global error processing and timeout processing methods:
If the timeout value expires before the subscriber dials at Telephone A, Router B plays the
audio file timeout.wav. If the timeout value expires for four times, Router B terminates the
call.
If the subscriber dials a wrong number at Telephone A, Router B plays the audio file
input_error.wav. If the subscriber dials wrong numbers for three times, Router B
terminates the call.
[RouterB-voice-ivr] ivr-timeout repeat 4 expires 5 media-play 10002
[RouterB-voice-ivr] ivr-input-error repeat 3 media-play 10003
# Configure Service node 10: by specifying the execution order of the functions, configure the
node to play the audio file bye.wav, and terminate the call after that.
[RouterB-voice-ivr] node 10 service
[RouterB-voice-ivr-node10] operation 2 media-play 10004 1
[RouterB-voice-ivr-node10] operation 3 end-call
[RouterB-voice-ivr-node10] select-rule operation-order 2 3 1
3.
Verify configurations:
After dialing the number 300 at Telephone A, the subscriber hears the voice prompts of the
audio file bye.wav. After that, the call will be terminated.

Configuration example for three types of nodes

Network requirements
As shown in
Service node functions on Router B. After Telephone A originates a call through a SIP server by
dialing 300 (the IVR access number of Router B), Router B plays the audio file welcome.wav. After
that, Telephone A jumps according to the voice prompts.
If the subscriber presses the * key at Telephone A, the call jumps to the Service node and the
subscriber hears voice prompts of the audio file bye.wav. After that, the Service node releases
the call.
If the subscriber presses the # key at Telephone A, the call jumps to the Call node and the
subscriber hears the voice of the audio file call.wav. After that, if the subscriber dials 1, the Call
node executes the call to number 500, and Telephone B rings.
Figure
98, configure the IVR access number and customize Call node, Jump node and
303

Advertisement

Table of Contents
loading

Table of Contents