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

Classes

class  CSSignalingServer
 Represents a call server to communicate with. More...
 

Enumerations

enum  CSFailbackPolicy {
  CSFailbackPolicyAutomatic,
  CSFailbackPolicyManual
}
 Defines how failing back to a server with a higher priority than the current server is handled. More...
 

Enumeration Type Documentation

Defines how failing back to a server with a higher priority than the current server is handled.

When the connection to a primary server is lost the signaling engine will "fail over" to an alternate server if one is available. This policy determines how the signaling engine "fails back" to the primary server when the connection with the primary server is re-established.

Enumerator
CSFailbackPolicyAutomatic 

Failback occurs automatically as soon as a connection with the primary server is re-established.

CSFailbackPolicyManual 

Failback will not occur until the administrator triggers a manual failback, or connection with this server is lost.