ENUM Configuration

First the server used for authentication and as the User Subscriber Database is created.

To configure the ENUM Configuration:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the media-related configurations.
    ORACLE(configure)# session-router
  3. Type enum-config and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# enum-config
    ORACLE(enum-config)#

    You may now begin configuring the enum-config configuration element.

  4. name—Set a name to use to reference this enum configuration from within the Oracle Communications Unified Session Manager.
  5. top-level-domain—Enter the domain which this ENUM server(s) services and returns results for.
  6. realm-id—Enter the realm name where this ENUM server exists.
  7. enum-servers—Enter the IP address of one or more ENUM servers used for registration. Multiple entries are separated by commas.
  8. service-type—Leave this as its default.
  9. ttl—Leave this at the default of 0 to set the TTL value (in seconds) for NAPTR entries as populated when sending a DNS update to the ENUM server.
  10. order—Enter the value to populate the order field with when sending NAPTR entries to the ENUM server.
  11. preference—Enter the value to populate the preference field with when sending NAPTR entries to the ENUM server.
  12. Type done when finished.