SIP SDP Address Correlation Configuration Mismatch Status Code

To apply a new status code to a SDP address correlation mismatch:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type local-response-map and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# local-response-map
    ORACLE(local-response-map)#
  4. Type entries and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(local-response-map)# entries
    ORACLE(local-response-map-entry)#

    From here, you can view the entire menu for the local response map entries configuration by typing a ?.

  5. local-error—Enter sdp-address-mismatch for which to apply the new status code.
  6. sip-status—Set the SIP response code to use.
  7. sip-reason—Set the SIP reason string you want to use for this mapping.
    ACMEPACKET(local-response-map-entry)# local-error sdp-addressmismatch
    ACMEPACKET(local-response-map-entry)# sip-status 403
    ACMEPACKET(local-response-map-entry)# sip-reason sdp address mismatch
  8. Save and activate your configuration.