Voicemail Pro Installation and Maintenance Page 364
15-601063 Issue 22e (16 May 2010)IP Office Release 6
7.1.2.45 Speak Method
This method is used to speak out the specified speech provided TTS has been licensed.
Method
Voice.Speak(text, [wait], [interruptables], [dlgid])
Parameters
·text (String)
This contains the text to be spoken.
·wait (Boolean)
This optional parameter specifes whether voicemail should return immediately (0) or wait
until the wave file has been played first (1).
·interruptables (String, Default = "Any")
This is for future development.
·dlgid (Long. Default = 0)
The connection for the voicemail session.
Return Value
The key press that was used to terminate the playback. (String)
7.1.2.46 Stop Method
This method can be used to stop any current play back.
Method
voice.Stop(dlgid)
Parameters
·dlgid (Long. Default = 0)
The connection for the voicemail session.
Return Value
This method does not return a value.