Voice Platform SDK 8.5 API Reference

TForwardMode

Syntax



typedef enum {
	ForwardModeNone,
	ForwardModeUnconditional,
	ForwardModeOnBusy,
	ForwardModeOnNoAnswer,
	ForwardModeOnBusyAndNoAnswer,
	ForwardModeSendAllCalls
} TForwardMode;


Top of Page

Values

ForwardModeNone —  No forward mode specified.

ForwardModeUnconditional —  All incoming calls will be forwarded immediately.

ForwardModeOnBusy —  Incoming calls will be forwarded if this party is busy.

ForwardModeOnNoAnswer —  Incoming calls will be forwarded if not answered within the default time interval.

ForwardModeOnBusyAndNoAnswer —  Incoming calls will be forwarded if this party is busy or if not answered within the default time interval.

ForwardModeSendAllCalls —  All incoming calls will be forwarded immediately to the party specified in switch configuration to a specified destination.


Top of Page


Send comments on this topic.
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.