Avaya Client Services API Reference (iOS)
Enumerations
CSForwardingOverride.h File Reference
#import <Foundation/Foundation.h>

Enumerations

enum  CSForwardingOverride {
  CSForwardingOverrideNo = 0,
  CSForwardingOverrideYes,
  CSForwardingOverrideAsk
}
 Specifies whether the forwarding destination of monitored station will be ignored by Team Button speed dial invocation if any of forwarding features are enabled on the monitored station. More...
 

Enumeration Type Documentation

Specifies whether the forwarding destination of monitored station will be ignored by Team Button speed dial invocation if any of forwarding features are enabled on the monitored station.

Rerouting is considered active if Send All Calls, Call Forward or Enhanced Call Forward have active forwarding.

If set to ask, the client can override the forwarding destination.

Enumerator
CSForwardingOverrideNo 

Call forwarding destination on the monitored station will not be overridden by Team Button speed dial invocation.

CSForwardingOverrideYes 

Call forwarding destination on the monitored station will be overridden by Team Button speed dial invocation.

CSForwardingOverrideAsk 

The client can specify whether Call forwarding destination on the monitored station will be overridden by Team Button speed dial invocation or not.