HP FlexNetwork MSR Series Configuration Manual page 318

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

Advertisement

[RouterB-voice-ivr-g729r8] set-media 10001 file cfa0:/wav/g729r8/welcome.wav
[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] set-media 10005 file cfa0:/wav/g729r8/call.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 Jump node 1 (the root node):
After the IVR access number 300 is matched, Router B plays the audio file welcome.wav.
If the subscriber press the * key at Telephone A, the call jumps to node 20; if the subscriber
presses the # key at Telephone A, the call jumps to node 10.
[RouterB-voice-ivr] node 1 jump
[RouterB-voice-ivr-node1] user-input # goto-node 10
[RouterB-voice-ivr-node1] user-input * goto-node 20
[RouterB-voice-ivr-node1] media-play 10001 force
[RouterB-voice-ivr-node1] quit
# Configure Call node 10 to first play the audio file call.wav, and then if the subscriber dials 1 at
Telephone A, originate a call to number 500.
[RouterB-voice-ivr] node 10 call
[RouterB-voice-ivr-node10] media-play 10005 2 force
[RouterB-voice-ivr-node10] extension 1 call 500
[RouterB-voice-ivr-node10] quit
# Configure Service node 20 to first play the audio file bye.wav, and then terminate the call.
[RouterB-voice-ivr] node 20 service
[RouterB-voice-ivr-node20] operation 2 media-play 10004
[RouterB-voice-ivr-node20] operation 3 end-call
[RouterB-voice-ivr-node20] 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 welcome.wav. After that, if the timeout value expires before the subscriber dials,
Router B will play the audio file timeout.wav. If the timeout value expires for four times, the call
will be terminated (because the timeout processing method is not configured for the node, the
global timeout processing method will be applied).
If the subscriber press the * key at Telephone A, the call jumps to node 20, which plays the
audio file bye.wav and then releases the call. After that, the subscriber hears busy tones.
If the subscriber presses the # key at Telephone A, the call jumps to node 10 and the
subscriber hears the voice prompts of the audio file call.wav. After that, if the subscriber
dials 1 at Telephone A, the node originates the call to number 500, and Telephone B rings.
305

Advertisement

Table of Contents
loading

Table of Contents