IVRForwardType Enumeration

Identifies the behaviour of forwarding from one menu to another, or on timeout.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public enum IVRForwardType

Members

EndCall0 Call is ended.
Extension1 Dial an extension.
RingGroup2 Dial a ring group.
Queue3 Dial a queue.
IVR4 Forward to another IVR.
VoiceMail5 Dialog a Voice Mailbox of an extension.
CallByName6 Call by name.
RepeatPrompt7 Repeat the prompt (and reset the timeout timer).
CustomInput8 IVR should play prompt specified by CustomData and wait for input.

See Also