| |
Vm_Event
|
VoiceGuide COM Reference
|
Indicate an event has occurred
affecting a particular voicemail box, or an action should be taken
affecting a particular voicemail box.
Syntax
object.Vm_Event iLineId,
sEvent, sVmbId, sParam1, sParam2, sParam3
|
Part
|
Description
|
|
|
object
|
Required. VoiceGuide object
|
|
|
iLineId
|
Required. Identification number of the
line
|
|
|
sEvent
|
Required. Event/Action type. Allowed values
are: FORWARD, MSG_NEW,
MSG_NONEWMSGS, MSG_NOSAVEDMSGS, LOGIN, LOGOUT |
|
| sVmbId
|
Required. The ID of the Voicemail box to which
the Event/Action applies.
|
|
| sParam1
|
Required. Event/Action specific parameter. Set
to blank if not used.
|
|
| sParam2
|
Required. Event/Action specific parameter. Set
to blank if not used.
|
|
| sParam3
|
Required. Event/Action specific parameter. Set
to blank if not used.
|
|
For examples of use please see the
VoiceGuide Scripted Voicemail System script files.
|