Avaya 15-601063 User Manual

Page of 460
Voicemail Pro
Page 319
15-601063 Issue 20l (03 March 2009)
IP Office
Voicemail Pro Examples: Using VB Script
8.1.2.5 GetDTMF Method
The GetDTMF method is used to return user’s DTMF input.
Voice.GetDTMF(
          
[digits As Long = 1],
          [timeout As Long = 30],
          [dlgid As Long = 0]
As String
·
Parameters
·
digits - The maximum number of DTMF digits to capture.
·
timeout - The maximum time to wait for DTMF input.
·
dlgid - The connection ID as passed in to the script.
·
Return Value 
The DTMF keys that were pressed.
 
8.1.2.6 GetEstimatedAnswer Method
The GetEstimatedAnswer method is used to obtain the $QTIM session variable.
Voice. GetEstimatedAnswer (
            
 [dlgid As Long = 0]
As String
·
Parameters
·
dlgid - The connection ID as passed in to the script.
·
Return Value 
The value of the $QTIM session variable associated with the specified voicemail session.