Script Variables Used in the PostRouteSimple.aef Script
Table describes the variables used in the PostRouteSimple.aef sample script as displayed.
Variable Name |
Variable Type |
Initialized Value |
Function |
---|---|---|---|
CSQ |
String |
"Should be initialized to a default CSQ name" |
Used to route a catch-all CSQ in case of failure within the script. Used in the Set Enterprise Call Info step and in the Select Resource step. |
DelayWhileQueued |
int |
30 |
Stores the number of seconds to delay in the queue before playing the prompt message again. Used in the Queued section of the script. |
QueuePrompt |
Prompt |
SP[ICD\ICDQueue.wav] |
Stores a message to be played while the call is in the queue waiting to be answered. Used in the Queued branch of the Select Resource step. |
WelcomePrompt |
Prompt |
SP[ICD\ICDWelcome.wav] |
Stores the message the caller hears when the system first answers the call. Used in the opening prompt of the script. |
RouteSelect |
String |
"" |
Stores the route identifier received from the Cisco Unified ICME system. Returned by the Request Route step and passed into the Call Redirect step. |