Configuring the Local Policy Attribute

You can specify that an ENUM query needs to be done for the routing of SIP calls. You do so by configuring the local policy’s next-hop attribute with the name of a specific ENUM configuration, prefixed with the enum: tag. For example: enum:test

You can configure multiple next-hops with different ENUM servers or server groups (possibly with different top-level-domains). If the first ENUM server group you enter as the next hop is not available, one of the others can be used.

Note:

A new parameter called action has replaced the policy attribute’s replace-uri parameter available prior to build 211p19.

To configure local policy:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
  3. Type local-policy and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# local-policy
    ORACLE(local-policy)#
  4. next-hop—Enter the name of the ENUM configuration with the prefix enum:. For example, enum:test.
  5. action—Set to redirect if you want to send a REDIRECT message back to the calling party with the information returned by ENUM in the Contact. The calling party then needs to send a REDIRECT using that information. The default value is none. Valid values are:
    • none—No specific actions requested.

    • replace-uri—To replace the next Request-URI with the next hop.

    • redirect—To send a redirect response with this next hop as contact.

  6. Save and activate your configuration.