|
Avaya Client Services API Reference (iOS)
|
The parameters for Enhanced Call Forwarding feature invocation. More...
#import <CSEnhancedCallForwardingStatus.h>
Inherits NSObject, and <NSCoding>.
Instance Methods | |
| (instancetype) | - initWithFeatureStatus:ownerExtension:busyCallForwardingStatus:noReplyCallForwardingStatus:unconditionalCallForwardingStatus: |
| Constructs an CSEnhancedCallForwardingStatus object from the specified parameters. More... | |
Properties | |
| CSFeatureStatus | status |
| The feature's status. More... | |
| NSString * | ownerExtension |
| The owner extension this feature status is targeted for. More... | |
| CSCallForwardingStatus * | busyCallForwardingStatus |
| The busy call forward parameter for Enhanced call forward. More... | |
| CSCallForwardingStatus * | noReplyCallForwardingStatus |
| The no reply call forward parameter for Enhanced call forward. More... | |
| CSCallForwardingStatus * | unconditionalCallForwardingStatus |
| The unconditional call forward parameter for Enhanced call forward. More... | |
The parameters for Enhanced Call Forwarding feature invocation.
| - (instancetype) initWithFeatureStatus: | (CSFeatureStatus) | status | |
| ownerExtension: | (NSString *) | extension | |
| busyCallForwardingStatus: | (CSCallForwardingStatus *) | busyCallForwardingStatus | |
| noReplyCallForwardingStatus: | (CSCallForwardingStatus *) | noReplyCallForwardingStatus | |
| unconditionalCallForwardingStatus: | (CSCallForwardingStatus *) | unconditionalCallForwardingStatus | |
Constructs an CSEnhancedCallForwardingStatus object from the specified parameters.
The object is initialized with the status of all three call forwarding conditions i.e On-Busy/On-NoReply/Unconditional forward.
| status | The feature status. |
| extension | The owner extension this feature is targeted for. |
| busyCallForwardingStatus | Busy call forwarding status. |
| noReplyCallForwardingStatus | No reply call forwarding status |
| unconditionalCallForwardingStatus | Unconditional call forwarding status. |
|
readnonatomicassign |
The busy call forward parameter for Enhanced call forward.
|
readnonatomicassign |
The no reply call forward parameter for Enhanced call forward.
|
readnonatomicassign |
The owner extension this feature status is targeted for.
Populated only if different from the local user's extension.
|
readnonatomicassign |
The feature's status.
|
readnonatomicassign |
The unconditional call forward parameter for Enhanced call forward.