cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
403
Views
0
Helpful
1
Replies

interDigitTimeout in TCL IVR not working

nmdc.kzstan
Level 1
Level 1

Hi,

In its-CISCO.2.0.3.0.tcl script I made the following changes:

proc init { } {

    global param1

    global selectCnt

    global callInfo

    global legConnected

    global maxExtensionLen

    set param1(interruptPrompt) true

    set param1(abortKey) *

    set param1(terminationKey) #

    set param1(initialDigitTimeout) 8

    set param1(interDigitTimeout) 2

    set selectCnt 0

    set legConnected false

}


initialDigitTimeout works, interDigitTimeout doesn't. While calling IVR number, inter digit timeout is 8 ( the value of initialDigitTimeout).

So if I press  2 (extensions are 2XX) it waits 8 seconds before "dest is unreachable"

IOS is c2951-universalk9-mz.SPA.152-3.T2.bin

1 Reply 1

paolo bevilacqua
Hall of Fame
Hall of Fame

Wrong forum, try developer.cisco.com GWAPI forum.