SIPRoutingRule


This type is a class for model objects.

Routing rules enable an administrator to direct SIP traffic to a specific cluster when there is more than one cluster running SIP applications in a cell. These rules are not needed in cases where there is one cluster running SIP. It should be noted that rules are only applied to the initial message of a SIP conversation and not all SIP traffic. A SIP Routing Rule contains a list of conditions that are combined using a logical AND operator. In other words, all of the conditions need to be true for the rule to apply. If all the conditions are true and the rule is enabled, the SIP message will be routed to the specified cluster.

Package: sipproxy

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

Collection attributes having this type:
  SIPProxySettings.routingRules



Attributes Summary
isEnabled : EBoolean Specifies whether this rule is enabled and will be used in routing decisions. Allows a rule to be removed from consideration without requiring that it be deleted.
clusterName : EString The name of the cluster that the SIP request will be routed to if the message matches all the conditions of the rule. If the clusterName is not specified, the SIP message will be rejected.
messageConditions : SIPMessageCondition + * No description is available *
properties : Property * * No description is available *



Attribute Details

isEnabled  -  Specifies whether this rule is enabled and will be used in routing decisions. Allows a rule to be removed from consideration without requiring that it be deleted.
    Data Type: EBoolean
    Default value:  true
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

clusterName  -  The name of the cluster that the SIP request will be routed to if the message matches all the conditions of the rule. If the clusterName is not specified, the SIP message will be rejected.
    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

messageConditions  -  * No description is available *
    Reference Type: SIPMessageCondition +
    Containment:  true
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  1
    Upper bound:  Unbounded
    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