Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1
REV5
REV6
REV3
REV1

Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Section
Column
Panel

In this section:

Table of Contents
maxLevel4

...

Overview

This best practice provides guidance on configuring RTCP RR/RS Bandwidth modifiers from EMA to support held calls for a Multimedia Telephony Service for IMS (MTSI) environment as described on the page AMR and RTCP Enhancements..

Note

This configuration is performed either on ePSX/PSX or on SBC ERE. For ePSX configuration, ensure you have the correct version of ePSX installed on SBC.

Additionally, the ePSX configuration can only be performed through SBC EMA. For additional ePSX configuration details via EMA, see Call Routing: System Provisioning - ePSX.

...

SBC ERE Configuration

Configuring Packet Service Profile in ERE

Execute the following command to configure PSP:

Code Block
% set profiles media packetServiceProfile DEFAULT rtcpOptions rtcp enable

Enabling RTCP for HELD Calls

Execute the following command to configure the HELD calls:

Code Block
% set profiles media packetServiceProfile DEFAULT rtcpOptions rtcp enable enableRTCPForHeldCalls enable

Configuring RR and RS Bandwidth Values

Execute the following command to configure RR and RS bandwidth values:

Code Block
% set profiles media packetServiceProfile DEFAULT rtcpOptions rtcp enable enableRTCPForHeldCalls enable rrBandwidth 250 rsBandwidth 250

Configuring IP Signaling Profile

Execute the following command to send the RR and RS bandwidth information in the SDP offer:

Code Block
% set profiles signaling ipSignalingProfile DEFAULT_SIP commonIpAttributes flags sendRTCPBandwidthInfo enable

PSX/ePSX Configuration (from EMA)

Configure Packet Service Profile on ePSX/PSX

  1. On the SBC EMA main screen, navigate to Configuration > System Provisioning > Category: Call Routing > E PSX. The PSX manager window is displayed.

    Caption
    0Figure
    1PSX Main Window

  2. In the PSX Manager window, choose Packet Service Profile from the fourth drop-down menu.

    Caption
    0Figure
    1PSX - Packet Service Profile

    Choose the appropriate name of the Packet Service Profile configured to support RTCP from the sub-menu.

  3. To create Packet Service Profile, right click on the Selection Area.

    Caption
    0Figure
    1Selection Area

    Image Added

    A pop-up menu appears. Select New from the pop-up menu.

  4. The Packet Service Profile window appears. Provide the Packet Service Profile name.

    Caption
    0Figure
    1

    PSX -

    Packet Service Profile

    - Sub Fields

    Image Modified

    Scroll down the display window to locate RTCP option.

  5. Choose the RTCP option to enable it. This action enables the RTCP configurable flags.

    Caption
    0Figure
    1PSX RTCP - Fields

    Image RemovedImage Added


    The following parameters are displayed:

    Info

    All available parameters require RTCP to be enabled.

    Caption
    0Table
    1PSX RTCP - Fields parameters
    3PSX RTCP - Fields parameters
    ParameterLength/RangeDefaultDescription
    RTCPNA Disabled

    When selected, this option enables Real-time Transport Control Protocol (RTCP) for the channel. RTCP is used to report traffic congestion data.

    Packet Loss Threshold
    (Packets Lost/100,000 Packets)
    NA0

    The packet loss threshold, measured in number of packets lost per 100,000 packets.

    RR Bandwidth100-4000250The RTCP bandwidth allocated to active data senders.
    RS Bandwidth100-3000250The RTCP bandwidth allocated for receivers.
    Packet Loss ActionNANone

    The action to take when the packet loss threshold is exceeded on the channel. Possible actions are:

    • None—No action.
    • Trap—Generate an SNMP trap.
    • Trap and Disconnect—Generate an SNMP trap and disconnect the call.
    • Trap and Adapt—(applies to GSX only) Generate an SNMP trap and invoke an adaptation mechanism.
    Enable RTCP Only For HELD CallsNADisabled

    If this parameter is enabled, SBC ignores the configured RR/RS values in the Packet Service Profile and send RR/RS = 0 in the offer/answer and disables RTCP when the call is active. When the call is HELD, and a RE-INVITE is sent,  the CPN (SBC) uses the configured values in the Packet Service Profile for RTCP bandwidth and enables RTCP. When the call is RESUMED, the CPN (SBC) again disables RTCP by sending RR/RS=0 in the RE-INVITE.

    If disabled the older behavior of SBC is applicable.

    Termination For Pass-Through CallsNANAWhen enabled, RTCP is terminated and generated locally even for pass-through calls.
  6. Make the desired changes to these parameters.

  7. Click Save to save the configuration.

Configure IP Signaling Profile on ePSX/PSX

  1. On the SBC EMA main screen, go navigate to Configuration > System Provisioning > Category: Call Routing > E PSX. The PSX manager window is displayed.

    Caption
    0Figure
    1PSX Main Window



  2. In the PSX Manager window, choose IP Signaling Profile from the fourth drop-down menu.

    Caption
    0Figure
    1PSX Codec - IP Signaling Profile



  3. To create IP Signaling Profile, right click on the Selection Area.

    Caption
    0Figure
    1Selection Area

    Image Added


    A pop-up menu appears. Select New from the pop-up menu.

  4. The IP Signaling Profile window appears. Provide the IP Signaling Profile name.

    Caption
    0Figure
    1IP Signaling Profile

    Image Added


    Scroll down the display window to locate Common IP Attributes - Communicating With The Peer Regardless Of Call Direction section.

  5. Enable the "Send RTCP Bandwidth Info" flag identified in the screen capture below:

    Caption
    0Figure
    1PSX IP Signaling Profile - Fields


    The following flag is now enabled:

    Caption
    0Table
    1PSX IP Signaling Profile - Fields parameter
    ParameterLength/RangeDefaultDescription
    Send RTCP Bandwidth InfoNANAWhen this flag is enabled, the RR,RS bandwidth information, b=RR: and b=RS: is sent in the SDP offer.
  6. Click Save to save your changes.

To enable SBC to use rules to determine the initial codec mode (applicable for AMR and AMR-WB codecs):

% set profiles media codecEntry G711-DEFAULT codec amrBandwidthEfficient initialCodecMode enable
 
% set profiles media codecEntry G711-DEFAULT codec amrwbOctetAligned initialCodecMode enable
 
% set profiles media codecEntry G711-DEFAULT codec amrOctetAligned initialCodecMode enable
 

Pagebreak

 

...