Quality of Service (QoS) is designed to deliver a certain Quality of Experience (QoE) by ensuring that network elements apply consistent treatment to traffic flows as they traverse the network. Multiple factors contribute to user’s experience of voice:

  • Network Quality—Availability, latency, jitter, packet loss, and QoS changes.
  • Voice quality—Objective quality measures such as MOS, R-Factor, scaled to individual customer needs.
  • Signaling paths—Availability, Least Busy Route, Least Sustained rate, Post Gateway Ringing Delay (PGRD), Call Setup Delay, Call Tear Down Delay, SIP Registrars, etc.

Media and Signaling QoS KPI Profiles

The SBC Core uses two profiles to measure the signaling QoS parameters against IP trunk groups and provide input back to the control system to provide better perceived QoE.

  • Media Qos KPI Profile—From a voice quality perspective, this profile allows the user to set the R-Factor threshold KPI to filter out IP trunk group routes exceeding this threshold.
  • Signaling Qos KPI Profile—Calculates signaling-based KPIs to facilitate better routing decisions. Trunks meeting KPI criteria are considered preferred trunks by the SBC.

To set Egress IP Attributes of Signaling Qos KPI Profile in an IP Signaling Profile:

% set profiles signaling ipSignalingProfile <ipSignalingProfile_name> egressIpAttributes signalingQosKpiProfile <QosKpiProfile_name>

To enable QoS-based routing for an IP Signaling Profile:

% set profiles signaling ipSignalingProfile <ipSignalingProfile_name> egressIpAttributes flags qosBasedRouting enable

To enable QoS-Based routing on a global level:

% set global qoeCallRouting mediaQosBasedRouting enable
% set global qoeCallRouting signalingQosBasedRouting enable
For a full description of commands, please refer to Media QoS KPI Profile - CLISignaling QoS KPI Profile - CLI for CLI command details, or EMA User Guide for EMA GUI descriptions.

DSCP Pass-Through

Differentiated services Code Point (DSCP) is a networking architecture specifying a simple and scalable mechanism for classifying and managing high-priority network traffic and providing quality of service (QoS) on modern IP networks. DSCP prioritizes certain packets in a stateless fashion, scales well and does not require many processing cycles.

The SBC Core supports passing through DSCP values where multiple DSCP values are used based on the session. The DSCP pass-through capability applies to text, audio, video, image/T38, RFC 2833 RTP pay load, transcoded, pass-through, RTCP, SRTP, GW-GW and H.323 media streams. This applies to both IPv4 and IPv6 media streams.

DSCP pass-through is configurable using Packet Service Profile flag "dscpPassthrough". Refer to Packet Service Profile - Flags (EMA) or Packet Service Profile - CLI for configuration details.

Configurable DSCP Value for MSRP

The SBC Core supports using preconfigured DSCP values for egressing audio and video packets (configured separately for audio and video). Prior to the 5.0.0R0 release, the audio DSCP value was also applied to MSRP packets. The SBC now supports setting a separate MSRP DSCP value in the Packet Service Profile (PSP) for egressing MSRP packets. This configurable value, msrpDscp, applies to egress MSRP packets only and does not rely on the values configured for audio/video streams.

CLI Syntax
% set profiles media packetServiceProfile <unique profile name> qosValues msrpDscp <0-63> 

For configuration details, refer to Packet Service Profile - CLI or, System Provisioning - Packet Service Profile (EMA).

DSCP Marking for T.140 Text Media 

The SBC Core supports specifying an alternative DSCP marking to use for T.140 text media streams from what is used for video and audio media stream types. This value applies irrespective of whether the request has a Resource Priority header (RPH).

 To configure the DSCP marking for text calls, execute the following command:

CLI Syntax
% set profiles media packetServiceProfile DEFAULT qosValues t140Dscp <0-63>

For configuration details, refer to Packet Service Profile - CLI  or Media - Packet Service Profile - QOS Values (EMA).