ExternalDomain


This type is a class for model objects.

SIP applications may need to route messages to domains not known to the DNS. The SIP Proxy will match the domain found in the TO header of a SIP message to this value and use the related information to connect to the specified SIP service.

Package: sipproxy

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  SIPProxySettings.externalDomains



Attributes Summary
domainName : EString Specifies a name for the domain. This name can be specified with an optional preceding * as a wildcard.
distinguishedName : EString The name associated with the external domain. Used when SSL client authentication is enabled to limit connections from an external domain.
protocol : ExternalDomainProtocolKind The protocol that the SIP Proxy will use to connect to the SIP service.
host : EString The host that the SIP Proxy will use to connect to the SIP service.
port : EInt The port that the SIP Proxy will use to connect to the SIP service.
properties : Property * * No description is available *



Attribute Details

domainName  -  Specifies a name for the domain. This name can be specified with an optional preceding * as a wildcard.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

distinguishedName  -  The name associated with the external domain. Used when SSL client authentication is enabled to limit connections from an external domain.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

protocol  -  The protocol that the SIP Proxy will use to connect to the SIP service.
    Data Type: ExternalDomainProtocolKind
    Default value:  TCP
    Allowed values:
        0 - TCP
        1 - TLS
        2 - UDP
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

host  -  The host that the SIP Proxy will use to connect to the SIP service.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

port  -  The port that the SIP Proxy will use to connect to the SIP service.
    Data Type: EInt
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

properties  -  * No description is available *
    Reference Type: Property *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006