Setting the Header Name

SIP header rules (part of the SIP manipulation configuration) now support a new value for the header-name parameter. The value is @status-line, where the at-sign (@)—not allowed in SIP header names—prevents undesired matches with header having the name status-code.

To set the header name for SIP header rules:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the signaling-level configuration elements.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type sip-manipulation and press Enter.
    ORACLE(session-router)# sip-manipulation
    ORACLE(sip-manipulation)#
  4. Type header-rules and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# header-rules
    ORACLE(sip-header-rules)#
  5. header-name—Enter the new value for the header-name parameter: @status-line.