Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The VMS object corresponds to the Voice Message Service system object.

Operator format to describe actions with the voice message service is:

Code Block
DoReact("VMS","_id_","_command_" [,"_parameters_"]);

List of commands and parameters for the the VMS object is presented in the following table:

Command

command description

Parameters

Description of parameters

"SEND"

send message

.

modem<>

Name of device

.

pulse<>

Type of dialing (0

tonal, 1

pulse)

.

name<>

Object name

.

redial_attempts<>

Number of call attempts

.

redial_delay<>

Pause between call attempts

.

waitfordialtone<>

Waiting for line signal (0

-

no, 1

yes)

.

flags<>

Flags

.

Properties of the VMS object are shown in the table.:

Properties of the VMS object

Description of properties

ID<>

Object ID

.

PARENT_ID<>

Parent object ID

.

 Examples of using events and reactions of the Voice Message service object:

It is required to send message while performing macro 1 if modem is connected to COM2 port, type of dialing is tonal, do not wait for tonal signal.

...