Versions Compared

Key

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

Audio Transcode and Video Relay

Multiexcerpt
MultiExcerptNameInvoke MRF Intro

The 

Spacevars
0product3
 inter

The SBC SWe Cloud inter

-operates with a third-party transcoding platform called Media Resource Function (MRF) to transcode audio and relay video/T140.

 

Info
titleNote

Only

SBC SWe

the

Spacevars
0product3
on OpenStack (D-SBC) supports this

enhancement

feature. 


 

The

Spacevars
0product3
 supports The SBC supports the following functionality:

  • Relaying both audio and video streams.
  • Relaying audio, video and T140 streams.
  • Audio transcode through MRF and video relay.
  • Audio transcode through MRF and video/T140 relay.
  • Audio transcode through MRF and T140 relay.
Info
titleNote

The SBC SWe

Spacevars
0product3
supports this functionality only for MRF-transcoded calls on D-SBC platforms.

Info
titleNote

If the Packet Service Profile is configured as "transcode-only", the SBC

Spacevars
0product3
transcodes the audio and relays video/ T140.

 

SBC SWe Cloud Limitations

  • The SBC SWe does not support audioAudio-less callcalls are not supported.The
  • SBC SWe does not support video licenses. Only Video licenses are not supported. Thus, only one video stream is supported.
  • The SBC SWe supports only Only video and T140 streams among the non-audio streams are supported.

For more information on CLI changes and CDR changes, refer to:

Prerequisites to Invoking MRF

Info
titleNote

The first three activities below cause the D-SBC to include DSP when invoking MRF.

 

  1. Configure MRF Profile in S-SBCInvoking MRF as Transcoder for D
  2. Configure Private LIF Groups in M-SBC
  3. Enable transcoding at the Packet Service Profile (refer to 
    Link_in_new_tab
    TextPacket Service Profile - CLI
    URLPacket Service Profile - CLI
    ).
  4. Create a Path Check Profile, ARS profile, and CAC profile during the initial configuration

Include Page
Path_Check_Profile_vs_ARS_Profile
Path_Check_Profile_vs_ARS_Profile

Configure MRF Profile in S-SBC

This configuration example explains how to configure the MRF cluster profile in the S-SBC. The MRF servers are configured as FQDN or the IP Address address is decided by Routing Type configured in the MRF Profile.

Noprint

Toggle Cloak
Click to expand...

Cloak
greentransparent

To configure the Domain Name of MRF Server, select FQDN:

Note

When FQDN routing is enabled, configure DnsGroup on zone in which mrfTgName is present. 

To configure an IP-Address for the MRF Server, select IpAddress.

Note

When Routing Type is selected as IP Address, a minimum of one IP must be configured. In case of multiple IP addresses, each IP address is separated by a comma (,).

Sonus supports a maximum of four IP address configurations.

To configure a dedicated TG on MRF servers:

To configure transport type for MRF server:

NoteDefault value is UDP.

To configure request URI sent in the invite towards the MRF server:

To configure Port of the MRF server in MRF Profile:

Note

When the mrfRoutingType is selected as IpAddress, mrfPort default value is 5060.

When the mrfRoutingType is selected as fqdn, mrfPort default value is 0. When the value for the port is 0, user must configure desired port in DNS server for SRV record.

To configure the state of the MRF server:

Configure Private LIF Groups in M-SBC

This configuration example explains the CLI command required to configure the MRF cluster profile in M-SBC.

Noprint

Toggle Cloak
Click to expand...

Cloak
greentransparent

To configure Private IP Interface Group that communicates towards MRF, execute the loadBalancingService set command:

 

To view the configured Private IP Interface Group Name, execute the loadBalancingService show command:


Debug Statistics Commands

The following CLI can be used to get the media statistics corresponding to private NIF resources for an MRF call.

 

Use the following CLI 'show' command to view the call statistics for an MRF call.

> show status global callDetailStatus

The callDetailStatus command contains the following new fields (with example output):

 

 

Use the following CLI 'show' command to view the call resource statistics for an MRF call.

show status global callResourceDetailStatus

Note

Value dresMrf indicates MRF is used for transcoding the call.

Parameter: resType
Value: dresMrf

     

 

Use the following CLI 'show' command to view the call media leg information for an MRF call.

 

Create a Path Check Profile, ARS profile, and CAC Profile During Initial Configuration

Div
stylepadding-left:1%;
idindent

 

Path Check Profile

The Path Check Profile specifies the conditions that constitute a connectivity failure, and in the event of such a failure, the conditions that constitute a connectivity recovery.

  • For more information on path check, refer Service Profiles - Path Check Profile
  • For more information on creating IP Peer, refer to System Provisioning - Ip Peer for GUI or Zone - IP Peer - CLI.

    Info
    titleNote

    If using an IP address, create different IP Peers for each IP addresses configured in MRF cluster profile as MRF IP address and attach the Path Check Profile.

    If using an FQDN, create the IP Peer with FQDN and attach the Path Check Profile.

ARS Profile

The Address Reachability Service (ARS) determines whether a server is reachable, able to blacklist a server IP address when unreachable, and remove the server from blacklist state. ARS profiles can be created to configure blacklisting and recovery algorithm variants. For more information, refer to Service Profiles - Sip Ars Profile (EMA) or SIP ARS Profile - CLI.

Create an ARS profile and attach to the MRF TG as configured in the cluster profile. The ARS feature controls the congestion to handle the 503 response.

CAC Profile

 

Invoking MRF Server

In a cluster profile, you can configure the routing type for FQDN or a list of IP addresses. If FQDN is chosen, the FQDN resolves into a list of IP addresses.

If the MRF profile is configured with a list of MRF server IP addresses and a call is routed to MRF server(s) as follows:

  • S-SBC tries to connect to the configured MRF server IP addresses in a round-robin fashion.
  • If any failure/no response is received from an MRF server for a specific IP address, the same IP address is blacklisted. When blacklisted, S-SBC continuously sends an option message to MRF server to check whether the IP is active/inactive. Once the IP is active, S-SBC removes the IP address from the blacklist state and tries to connect to the same IP when the next call is routed to MRF Server.
  • S-SBC tries for the next available MRF server IP address configured in the list alternatively.
  • This process is repeated until S-SBC either receives a SUCCESS response from any of the MRF servers or all the MRF server IP addresses in list is exhausted.

Example: The MRF profile is configured with a list of MRF server IP addresses such as IP1, IP2, IP3 and IP4, then for the 1st call, S-SBC tries to connect for MRF server IP1. Meanwhile, S-SBC received 2nd, 3rd, 4th calls and connected to the MRF servers IP2, IP3 and IP4 respectively. For the 1st call, the S-SBC has received a Failure/No response from the MRF server IP1. Hence, the S-SBC tries with IP2 and connects successfully.

Signaling and Media Flow

Signaling and Media flow for a transcoded call using S-SBC, M-SBC and MRF:

  • S-SBC: Provides signaling services and responsible for allocating/activating/managing various resources (including MRF). Configures media flow through M-SBC and MRF.
  • M-SBC: Provides media services. Public interface is used to communicate with peers and private interface is used to communicate with MRF.
  • MRF: Provides transcoding services. Configured in private network of SBC and uses RFC-4117 interface to communicate with S-SBC.

 

Caption
0Figure
1Signaling and Media Flow

 

Pagebreak