Click or drag to resize
SignalingServer Class
Represents a call (SIP) server to communicate with.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesSignalingServer

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class SignalingServer

The SignalingServer type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFailbackPolicy
If set to zero a DNS lookup will be performed to identify the port to connect to.
Public propertyHostName
The server's host name. This may by a fully qualified domain name or an IP address.
Public propertyPermanentMemberOfRegistrationGroup
A Boolean value indicating whether this server is a permanent member of any registration group it is a part of.
Public propertyPreloadedRoutes
URIs specifying routing information for SIP requests sent to this server.
Public propertyTransportTypeToPortMap
Array of NSStrings containing addresses of servers. Each address should be of the format transportType://serverName:port. The serverName can be an IP Address or an FQDN The Transport type can be one of strings "tcp" , "tls", "udp". It is case insensitive. The port is an unsigned integer.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also