P-Asserted-Identity Header Configuration

This section explains how to configure the P-Asserted-Identity header for a session agent using the ACLI or Oracle Communications Session Delivery Manager.

P-Asserted-Identity header handling is enabled with the ims-access command on the SIP Interface, as described in the previous section. A P-Asserted-Identity header can be manually configured for a session agent if the automatic logic, explained earlier in this section, fails.

To configure the P-Asserted-Identity header for a session agent:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the session-level configuration elements.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type sip-interface and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)#
  4. Type select and the number of the pre-configured session agent you want to configure.
    ORACLE(session-agent)# select 1
  5. Type p-asserted-id <space> <URI to use when no P-Asserted-ID has been created> and press Enter. This completes the configuration.
    ORACLE(session-agent)# p-asserted-id sip:name@acmepacket.com
  6. Save your work using the ACLI done command.