The
The SBC can use the IPSP transparency flag 'resourcePriorityOptionTag
' to transparently pass the 'resource-priority' option tag received in Require or Supported header of various SIP messages, such as INVITE, REGISTER, SUBSCRIBE (but not in-dialog SUBSCRIBE), PUBLISH, REFER, NOTIFY, UPDATE, MESSAGE, OPTIONS, CANCEL, and GW-GW transparency. This flag is available to both the ERE and external PSX. See commonIpAttributes (SIP) for CLI details.
The CLI syntax to configure the SIP RPH Profile is shown below:
% set profiles services sipResourcePriorityHeaderProfile <RPHprofile name> rphEmergencyMatchingConfig <RPH namespace> <RPH priority> sendEgressRphForEmergency <RPH namespace> <RPH priority> % show table profiles services sipResourcePriorityHeaderProfile <RPHprofile name> % delete profiles services sipResourcePriorityHeaderProfile <RPHprofile name>
To create an RPH profile:
% set profiles services sipResourcePriorityHeaderProfile RPHProfile % set profiles services sipResourcePriorityHeaderProfile RPHProfile rphEmergencyMatchingConfig RValue1 1 % set profiles services sipResourcePriorityHeaderProfile RPHProfile sendEgressRphForEmergency Rvalue1 2 % commit % show profiles services sipResourcePriorityHeaderProfile sipResourcePriorityHeaderProfile RPHProfile { rphEmergencyMatchingConfig RValue1 1; sendEgressRphForEmergency Rvalue1 2; }
To attach an RPH profile to an emergency profile:
% set profiles services emergencyCallProfile ECProfile resPriorityHeaderProfile RPHProfile
To associate the emergency profile to a SIP Trunk Group:
% set addressContext ac1 zone zoneTest sipTrunkGroup TG-1 services emergencyCallProfile ECProfile