class VtasConLimCat

ManagedElement
+-MtasFunction
+-MtasVtp
+-VtasServices
+-VtasMmt
+-VtasGCac
+-VtasConLimCat

Actions
string
vtasConLimCatActivateStandby ( );
Activation of the vtasConLimCatDomain/vtasConLimCatNumExcluded/vtasConLimCatNumIncluded standby tables with immediate effect is requested. When the operator invokes this administrative operation, the values in the vtasConLimCatDomain/vtasConLimCatNumExcluded/vtasConLimCatNumIncluded standby tables become active unless they are invalid. In case of invalid data the activation request is rejected.
The status of the asynchronous operation - that is either IDLE (0) or PROCESSING (2) - is reflected in the vtasConLimCatActivationState attribute.


Dependencies: The adminstrative operation can't be invoked unless the value of the vtasConLimCatActivationState is IDLE(0).
string
vtasConLimCatCopyToStandby ( );
Starts an asynchronous operation which copies the entries from the vtasConLimCatDomain/vtasConLimCatNumExcluded/vtasConLimCatNumIncluded active tables to the vtasConLimCatDomain/vtasConLimCatNumExcluded/vtasConLimCatNumIncluded standby tables. The values previously stored in the standby tables are overwritten.
The status of the asynchronous operation - that is either IDLE (0) or PROCESSING (2) - is reflected in the vtasConLimCatActivationState attribute.


Dependencies: The adminstrative operation can't be invoked unless the value of the vtasConLimCatActivationState is IDLE(0).

Attributes
MtasString1to032DT
key
mandatory
noNotification
restricted
vtasConLimCat
Any string except "*", "LocaRing" or "Non Local".
MtasActivationStateExtendedDT
readOnly
vtasConLimCatActivationState = IDLE
This attribute is used to indicate the status of the vtasConLimCatCopyToStandby and vtasConLimCatActivateStandby administrative operations.
- If either of the operations is triggered, its value becomes PROCESSING (2);
- If there is no operation in progress its value is IDLE (0).
MtasDateTimeDT[0..1]
vtasConLimCatChangeTime
This attribute is used to define a scheduled activation of the standby table at a predefined time in the future limited to 2 weeks. The format used is: YYYY-MM-DDThh:mm:ss. For example the value 2011-07-23T18:15:00 schedules changing the active table at 18:15:00 on 23 of July, 2011. No change is scheduled when this attribute is set to an empty string.

Takes effect: Immediate
MtasString0to255DT[0..1024]
vtasConLimCatDomain
This attribute defines the set of domains that are included in this category. It is a list of strings where each string represents the host part of a non-numerical URI.
If the first character in the string is a "*" this needs to be treated as a wildcard character and a rightmost matchof the domain name from the remote identity will be performed with the rest of the characters in the string.
If the first character in the string is not a "*" then the domain name from the remote identity must exactly match the included string.


Dependencies: Changes take effect after activation.
Takes effect: New session
MtasString0to255DT[0..1024]
vtasConLimCatNumExcluded
This attribute defines the leftmost parts of the normalized numbers that are excluded from this category. A string represent the leftmost part of a global number will be prefixed by a "+". A string containing a local number can include the phone-context parameter found in a Tel URI. Each string begins with one of the strings in attribute vtasConLimCatNumIncluded. At the originating MTAS the normalized R-URI is used to match the strings. At the terminating MTAS where a P-Asserted-Identity values used represents a telephone number the received value is assumed to be in normalized format.

Dependencies: Changes take effect after activation.
Takes effect: New session
MtasString0to255DT[0..1024]
vtasConLimCatNumIncluded
This attribute defines a list of strings where each string represents a leftmost part of normalized numbers that are included in this category. A string representing the leftmost part of a global number will be prefixed by a "+". A string representing the leftmost part of a local number can include the phone-context parameter found in a Tel URI. At the originating MTAS the normalized Request URI is used to match the strings. At the terminating MTAS where a P-Asserted-Identity values used represents a telephone number the received value is assumed to be in normalized format.

Dependencies: Changes take effect after activation.
Takes effect: New session
MtasActiveStandbyViewDT
vtasConLimCatView = ACTIVE
This attribute specifies the configuration of connection limit category view for showing either the active (0=Active) or the standby (1=Standby) connection limit category entries.

Takes effect: Immediate

  class VtasConLimCat