IVRForwardType Enumeration
Identifies the behaviour of forwarding from one menu to another, or on timeout.
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
public enum IVRForwardType
| EndCall | 0 |
Call is ended.
|
| Extension | 1 |
Dial an extension.
|
| RingGroup | 2 |
Dial a ring group.
|
| Queue | 3 |
Dial a queue.
|
| IVR | 4 |
Forward to another IVR.
|
| VoiceMail | 5 |
Dialog a Voice Mailbox of an extension.
|
| CallByName | 6 |
Call by name.
|
| RepeatPrompt | 7 |
Repeat the prompt (and reset the timeout timer).
|
| CustomInput | 8 |
IVR should play prompt specified by CustomData and wait for input.
|