MethodMessageCondition


This type is a class for model objects.

A condition that must be met for the SIP Routing Rule to fire. This type of condition will match values of the METHOD aspect of the SIP message.

Package: sipproxy
Supertype: SIPMessageCondition

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



Attributes Summary
value : MethodConditionKind The value of the METHOD aspect of a SIP message. If the aspect matches this value, then the condition will be true.



Attribute Details

value  -  The value of the METHOD aspect of a SIP message. If the aspect matches this value, then the condition will be true.
    Data Type: MethodConditionKind
    Default value:  INVITE
    Allowed values:
        0 - INVITE
        1 - REGISTER
        2 - REFER
        3 - SUBSCRIBE
        4 - PUBLISH
        5 - MESSAGE
        6 - OPTIONS
        7 - INFO
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



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