Voicemail Pro Page 318
15-601063 Issue 20l (03 March 2009)IP Office
8.1.2.3 FullFilename Method
The FullFilename method is used to translate the shortcut filename to the equivalent fully qualified pathname for the
file.
Voice.FullFilename(
file As String
) As String
·Parameters
·file - This contains the name of the file to be translated:
·[GREETING]\greeting
The file is relative to the greetings directory.
·[ACCOUNTS]\mailbox\message
The file is relative to the accounts directory.
·[CAMPAIGN]\campaign\message
The file is relative to the campaigns directory.
·If the fully qualified path is specified (drive:\path\file) then the full specified path name is used otherwise the file
is relative to the specified locale within the WAVS directory.
·Return Value
The equivalent fully qualified path name for the specified file.
8.1.2.4 GetCallingParty Method
The GetCallingParty method is used to obtain the $CLI session variable.
Voice.GetCallingParty(
[dlgid As Long = 0]
) As String
·Parameters
·dlgid - The connection ID as passed in to the script.
·Return Value
The value of the $CLI session variable associated with the specified voicemail session.