Configure Manipulation Attributes on a Realm

In the ESBC ACLI, you can access manipulation parameters applicable to surrogate agent operation using the path media-manager, realm-config.

To configure targeted manipulation parameter on the ESBC:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type media-manager and press Enter to access the media manager-related objects.
    ORACLE(configure)# media-manager
    ORACLE(media-manager)#
  3. Type realm-config and press Enter.
    ORACLE(media-manager)# realm-config
    ORACLE(realm-config)#
  4. Create or select the realm-config on which the softswitch resides.

  5. P-Asserted-Identity — Enter the string you want to use to set the identity within PAI headers for traffic egressing this realm.
    ORACLE(realm-config)# P-Asserted-Identity MyPAI
  6. P-Asserted-Identity-For — List the methods for which the ESBC includes a PAI header using the PAI identity you set in this realm's p-asserted-identity parameter. Separate multiple values with a comma.
    • INVITE
    • BYE
    • ACK
    • REGISTER
    (realm-config)# P-Asserted-Identity-For INVITE, BYE
  7. fqdn-hostname — Enter the hostname you want to in include in the selected headers for this realm's egress traffic.
    ORACLE(realm-config)# fqdn-hostname MyHostName
  8. fqdn-hostname-in-header — List the headers for which the ESBC inlcudes the hostname that you configured in the fqdn-host-name parameter. Separate multiple values with a comma.
    • FROM
    • TO
    • CONTACT
    • RURI
    (realm-config)# fqdn-hostname-in-header FROM, TO
  9. Type done to save changes to this realm-config.
  10. Save and activate your configuration.
Configure the applicable local-policy. This configuration includes setting the auth-user-lookup parameter in the applicable local-policy-attribute with the same value as the auth-user-lookup above.