class CscfDomainRoutingApplication

ManagedElement
+-CscfFunction
+-CscfDomainRoutingApplication
+-CscfDomainRoutingConfigurations [1..1]

This is the root class and basic container for the configuration parameters related to the CSCF Domain Routing function.

This MO is created by the system.

Attributes
string
key
mandatory
noNotification
restricted
applicationName
The name of the application. The attribute name and value of is used in the applications RDN.
String1to00128DT
readOnly
cscfDomainRoutingActiveConfig = default
Indicates the configuration set being used for traffic handling. Its value is automatically updated with the value in cscfDomainRoutingSelectedConfig after successful configuration synchronization.
String1to00128DT
readOnly
cscfDomainRoutingActiveMatchingTable = 0
This attribute specifies the identity of the matching table to be used when handling traffic.
This attribute is reset on a successful configuration synchronization to identify the system created (default) matching table for traffic handling.
boolean
cscfDomainRoutingEnabled = false
This attribute enables or disables the Domain Routing Function. If set to true, the Domain Routing Function is enabled. A CSCF/BCF functional entity invokes the Domain Routing matching table with a FQDN destination address before normally proxying a SIP request. If set to false, the Domain Routing Function is disabled.
String1to00128DT
readOnly
cscfDomainRoutingSelectedConfig = default
This attribute is used by operators to identify the configuration set (cscfDomainRoutingConfigurationId) subject to the next synchronization process when the attribute cscfDomainRoutingSyncConfig is set to True. If the synchronization is successfully executed, the identified configuration data will be used for traffic handling.
boolean
cscfDomainRoutingSyncConfig = false
This attribute is used by operators to initiate the construction of runtime data used for traffic based on the selected configuration set specified in cscfDomainRoutingSelectedConfig.
Setting it to true synchronizes the modified Domain Routing table configuration where CSCF converts the configuration data into an internal data structure and stores it in a temporary memory location, separated from the existing traffic handling data structure. Integrity of the existing traffic handling data structure is preserved. If the configuration data is successfully synchronized, the internal data structure in the temporary memory location will be switched in to handle traffic, replacing the preserved data. If the configuration data fails the synchronization process, the internal data structure in the temporary memory location is discarded. Traffic handling is resumed using the preserved data structure.
This attribute will be automatically set to false when the synchronization has finished.
DomainRoutingSyncStateDT
readOnly
cscfDomainRoutingSyncState = not_synchronized
This attribute is updated by the system and it indicates the status of the selected configuration specified in cscfDomainRoutingSelectedConfig versus the current runtime data. It indicates whether the selected configuration set is synchronized, not synchronized, or failed to synchronize.
synchronized: indicates that the configuration data has been successfully read. The data is used for traffic handling as soon as it is synchronized successfully.
not_synchronized: indicates that the configuration data identified by cscfDomainRoutingSelectedConfig has not been synchronized. The data needs to be synchronized before it can be used for traffic handling.
synchronization_failed: indicates that a synchronization attempt of the configuration data has failed. The data needs to be corrected and synchronized again before it can be used for traffic handling. When the data is corrected, the state goes from synchronization_failed to not_synchronized.

  class CscfDomainRoutingApplication