class MtasDpv

ManagedElement
+-MtasFunction
+-MtasServices
+-MtasMmt
+-MtasDialPlan
+-MtasDpv

This managed object class enables network operator configuration management of the per-Virtual Telephony Provider (VTP) Dial Plan service.

Actions
string
mtasDpvActivateStandby ( );
Activation of the mtasDpvAllowed/mtasDpvDomain/mtasDpvExcepted standby tables with immediate effect is requested. When the operator invokes this administrative operation, the values in the mtasDpvAllowed/mtasDpvDomain/mtasDpvExcepted 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 mtasDpvActivationState attribute.


Dependencies: The adminstrative operation can't be invoked unless the value of the mtasDpvActivationState is IDLE(0).
string
mtasDpvCopyToStandby ( );
Starts an asynchronous operation which copies the entries from the mtasDpvAllowed/mtasDpvDomain/mtasDpvExcepted active tables to the mtasDpvAllowed/mtasDpvDomain/mtasDpvExcepted 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 mtasDpvActivationState attribute.


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

Attributes
MtasString1to127DT
key
mandatory
noNotification
restricted
mtasDpv
This attribute defines the primary key of MtasDpv and this section describes the MtasDpv attributes.
The name must match the name of an instance of MtasVtp
MtasActivationStateExtendedDT
nonPersistent
readOnly
mtasDpvActivationState = IDLE
This attribute is used to indicate the status of the mtasDpvCopyToStandby and mtasDpvActivateStandby 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).
MtasDialPlanAllowedExceptedDT[0..1024]
mtasDpvAllowed
This attribute defines the leftmost parts of the global
normalised numbers and local normalised numbers, whose access is allowed by the network operator
configured Dial Plan for user's within the specified Virtual Telephony Provider (VTP).
It is a list of strings where each string represents one leftmost part.
A string containing a local number can include the phone-context parameter found in a Tel URI.
Local number format is needed to support Operator Specific Numbers and Nationally Significant Number.


Dependencies: Changes take effect after activation (see mtasDpvActivationState and mtasDpvChangeTime)
Specification: String, at maximum 255 characters. EITHER '+' followed by zero or more digits OR: a hex digit or '*' or '#' followed by any character.
Takes effect: New session
MtasDateTimeDT[0..1]
mtasDpvChangeTime
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]
mtasDpvDomain
This attribute defines the set of domains whose access is allowed by the Dial Plan. It is a list of strings where each string represents the host part of a non-numerical URI. The front part of the domain name can be wildcarded by beginning an entry with a "*". An entry containing only a "*" allows access to all domains.
The format is either ...
- "
*" followed by zero or more letters, digits, hyphens, and dots
OR
-
letter or digit followed by zero or more letters, digits, hyphens, and dots.


Dependencies: Changes take effect after activation (see mtasDpvActivationState and mtasDpvChangeTime)
Takes effect: New session
MtasDialPlanAllowedExceptedDT[0..1024]
mtasDpvExcepted
This attribute defines the leftmost parts of the global
normalised numbers and local normalised numbers, whose access is not allowed by the network operator
configured Dial Plan for user's within the specified Virtual Telephony Provider (VTP).
It is a list of strings where each string represents one leftmost part.
A string containing a local number can include the phone-context parameter found in a Tel URI.
Local number format is needed to support Operator Specific Numbers and Nationally Significant Number.
The attribute only includes numbers that are already covered by parameter mtasDpvAllowed.


Dependencies: Changes take effect after activation (see mtasDpvActivationState and mtasDpvChangeTime)
Specification: String, at maximum 255 characters. EITHER '+' followed by zero or more digits OR: a hex digit or '*' or '#' followed by any character.
Takes effect: New session
MtasActiveStandbyViewDT
mtasDpvView = ACTIVE
This attribute specifies the configuration of dial plan view for showing either the active (0=Active)
or the standby (1=Standby) dial plan entries.


Takes effect: Immediate

  class MtasDpv