class VariableAnnouncement

ManagedElement
+-MediaResourceFunction
+-Announcements
+-VariableAnnouncements
+-VariableAnnouncement

This MO represents MRF variable announcement data.

Attributes
string
mandatory
noNotification
restricted
languageCode [ 0..128 ]
Language code of the variable announcement.

Language code has the format of an RFC 5646 language tag.

The combination of the variableAnnouncementType and languageCode attributes form a unique identity for the variable announcement.

Example: en-GB


Valid values: [a-zA-Z]{1,8}([-_][a-zA-Z0-9]{1,8})*|^$
string
mandatory
logicFileName
The name of the variable announcement logic file.
The H.248 (or SIP) request contains the wanted variable announcement type and data associated to the announcement.
string
mandatory
logicFilePath
The relative file path to the directory where the variable announcement logic file is stored.
The value of this attribute is relative to the announcement_storage_server_path in deployment template.
Recommended value: variable/<languageCode>/

Example: variable/en-GB/
string[0..1]
userLabel [ 0..128 ]
Label for free use.
string
key
mandatory
noNotification
restricted
variableAnnouncementId
The value component of the RDN.
VariableAnnouncementType
mandatory
noNotification
restricted
variableAnnouncementType
This attribute identifies the variable announcement type.
The combination of the variableAnnouncementType and languageCode attributes form a unique identity for the variable announcement.

The types are defined in H.248.9. Only one MO instance for each languageCode can be defined for each supported variable type (DIGITS, DATE, TIME, NUMBER, MONEY).