Setregister Method; Setresult Method; Setsavedresult Method - Avaya IP Office Voicemail Pro Installation And Maintenance Manual

Hide thumbs Also See for IP Office Voicemail Pro:
Table of Contents

Advertisement

SetRegister Method

The SetRegister method is used to store a string in one of the sixteen session data variables ($CP0 to
$CP15).
Voice.SetRegister(
regnum As Long,
data As String,
[dlgid As Long = 0]
)
Parameters
regnum - Data register to use for storage (0-15).
data - The data to store within this register.
dlgid - The connection ID as passed in to the script.
Return Value
This method does not return a value.

SetResult Method

The SetResult method is used to set the $RES session variable.
Voice.SetResult(
result As String,
)
Parameters
result - The new value for the $RES variable.
dlgid - The connection ID as passed in to the script.
Return Value
This method does not return a value.

SetSavedResult Method

The SetSavedResult method is used to set the $SAV session variable.
Voice.SetSavedResult(
result As String,
[dlgid As Long = 0]
)
Parameters
result - The new value for the $SAV variable.
dlgid - The connection ID as passed in to the script.
Return Value
This method does not return a value.
Voicemail Pro Installation and Maintenance Guide
IP Office
[dlgid As Long = 0]
15-601063 Issue 15b (31 May 2006)
VBScript
Page 249

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents