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

Classes

class  CSCallForwardingInformation
 Interface representing forwarding information of an incoming call. More...
 

Enumerations

enum  CSCallForwardingCause {
  CSCallForwardingCauseImmediate = 0,
  CSCallForwardingCauseBusy,
  CSCallForwardingCauseNoReply,
  CSCallForwardingCauseCallDeflection,
  CSCallForwardingCauseHunting,
  CSCallForwardingCauseNormal
}
 

Enumeration Type Documentation

Enumerator
CSCallForwardingCauseImmediate 

Immediate cause - the current call was forwarded due the configured call forwarding feature (on target user SIP softphone/hardphone) or forwarded by target user itself.

CSCallForwardingCauseBusy 

Busy cause - the current call was forwarded due the busy status of user who forwarded the call.

CSCallForwardingCauseNoReply 

NoReply cause - the current call was forwarded due the user who forwarded the call does not reply this call or user who forwarded the call is unavailable.

CSCallForwardingCauseCallDeflection 

CallDeflection cause - the current call was forwarded because it was declined by the previous recipient.

CSCallForwardingCauseHunting 

Hunting cause - support CM HUNT feature.

CSCallForwardingCauseNormal 

Normal cause - normal redirection of this call.