  Description:

  The debitcard test tool application handles language exception for the 
  dynamic prompts for languages:
    th - Thai
    ja - Japanese
    ru - Russian
    ca - Cantonese
  Languages English, Mandarin and Spanish are handled as before.
 
  The RADIUS interface return variables are simulated
  using config parameters:
 
To use prompt_drvr.1.2.1.tcl script set the following configuration settings :

router(config)# call application voice test tftp://xxx.xxx.xxx.xxx/ml_test_tool.1.2.1.tcl
router(config)# call application voice test language 1 th
router(config)# call application voice test language 2 en
router(config)# call application voice test set-location th 0 tftp://xxx.xxx.xxx.xxx/au/th/
router(config)# call application voice test set-location en 0 tftp://xxx.xxx.xxx.xxx/au/en/
router(config)# call application voice test redirect-number 12345678

All you need is to set redirect-number, that sets the $amt value and then increments by 1 until you stop script. 
This will case the script to start at $amt 123456.78 and start incrementing from there. 

    redirect-number - Used to set the creditAmount for $amt
                     the number enter will be divided by 100 to get xxxxxx.xx value
 
                     The number entered will be incremented by 1 and next dynamic prompt
                     tested.
 
                     Note: It is recommended that you use the ml_test_tool.1.2.1.tcl
                     test tool if static language prompts are to be tested.
 
