emergency-dscp-profile

You use the emergency-dscp-profile configuration element to define DSCP values to match within a SIP INVITE. The SBC drops matching INVITEs if they do not also include separate SIP designation as emergency traffic. If configured, the SBC sends the error code and message you set in this profile. If you do not configure an error code and text, the SBC sends the default SIP error code and message “403 Unauthorized attempt to use reserved resources”.

Parameters

name
Establishes a label for individual emergency-dscp-profiles. You use this label to apply these profiles to session-agents, sip-interfaces or the sip-config. This field supports a maximum of 128 characters.
tos-values
A space-separated string of decimal or hex numbers, that the SBC searches for within a packet. If it finds a value configured here, and the packet does not have any SIP information identifying the call as an emergency call, the system rejects the call.
  • Values: string of decimal or hex numbers space separated (0x00 to 0xFF)
error-code
This optional field can include an integer that specifies the error code you send back to any endpoint that sends a non-emergency INVITE that includes a DSCP value you configured in this profile.
  • Default: “403”
  • Range: SIP error response codes 400 to 499
error-message
This optional field can include a string that specifies the error text that you send back to any endpoint that sends a non-emergency INVITE that includes a DSCP value you configured in this profile.
  • Default: Unauthorized attempt to use reserved resources
  • Values: String

Path

emergency-dscp-profile is an element of the session-router path. The full path from the topmost ACLI prompt is: configure terminal , and then session-router, and then emergency-dscp-profile.

Note:

This is a multiple instance configuration element.