P-Visited-Network-ID Header Handling for SIP Interfaces Configuration

The actual P-Visited-Network-ID string must be configured on the access-side SIP interface. The Oracle Communications Unified Session Manager must consider the egress device trusted or it does not add that the P-Visited-Network-ID header to the forwarded request.

To configure the P-Visited-Network-ID string in a SIP interface:

  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)# sip-interface
    ORACLE(sip-interface)#
  4. Type select and the number of the pre-configured sip interface you want to configure.
    ORACLE(sip-interface)# select 1
  5. Type network-id <space> <network ID string> and press Enter. This completes the configuration of the P-Visited-Network-ID string for a given SIP interface.
    ORACLE(sip-interface)# network-id examplenetworkid
  6. Save your work using the ACLI done command.