PlayGreeting Runtime Properties

Digit

(Channel as Integer) Integer

Set to the ASCII value of the option digit when a digit is received that does not match any of the preset option digits. This property can only be set in the Enter event and is reset to zero with each new call.

DigitMask

(Channel as Integer) Integer

A set of vbvDigitMaskConstants that determine which DTMF digits terminate the playback. By default it is the set of option digits.

GotoNode

This property will transfer a call to another control. See GotoNode.

Position

(Channel as Integer) Long

Set this value to be the position in the file where the play should start. This property should be set in the Enter event. Can also be read after a play terminates to query the position in the file where the play stopped. The play may terminate before the end of the file if an invalid digit is received The value is the actual position in the file in bytes.

Read more about PlayGreeting control.