Jump to: navigation, search

TForwardMode

Syntax

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

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.
This page was last edited on June 27, 2017, at 20:22.
Comments or questions about this documentation? Contact us for support!