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

Enumerations

enum  CSCallDenialPolicy {
  CSCallDenialPolicyDisabled = 0,
  CSCallDenialPolicyBusy,
  CSCallDenialPolicyDecline
}
 Enumeration that describes call denial policy. More...
 

Enumeration Type Documentation

Enumeration that describes call denial policy.

Enumerator
CSCallDenialPolicyDisabled 

If the call denial policy is disabled then the call denial capability will not be allowed.

CSCallDenialPolicyBusy 

If the user denies an incoming call without specifying a reason then the call will be denied with reason as busy in response.

CSCallDenialPolicyDecline 

If the user denies an incoming call without specifying a reason then the call will be denied with reason as decline in response.