ACLI Configuration

You must configure a transcoding realm and transcoding agents on your Access Session Border Controller (A-SBC), when used in a pooled transcoding deployment model. Set the parameters as part of the global SIP configuration.

  1. Access the sip-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# session-router
    ORACLE(session-router)# sip-config
    ORACLE(sip-config)# 
    
  2. If you are adding transcoding support to a pre-existing SIP configuration, you must select the configuration before you can make changes.
  3. Enter the name of a configured realm designated as the separate realm for the public SIP interface for exclusive communication with the Transcoding Session Border Controller (T-SBC) in as pooled transcoding deployment.
    ORACLE(sip-config)# transcoding-realm net157
    ORACLE(sip-config)#
  4. transcoding-agents—Enter any IP address, IP address and port combination, session agent hostname, or SAG name to use as a transcoding agent. You can make multiple entries in any combination of these values. For example, you might list an IPv6 address and port, a session agent, and a SAG.
    • To make multiple entries in the list using in one command line, enclose the entire list of value in parentheses ( ( ) ), separating each with a Space as in the example below.

    • To add a transcoding agent to an existing list, put a plus sign before the value you want to add, e.g. +154.124.2.8.

    • To remove a transcoding agent from an existing list, put a minus sign before the value you want to remove, e.g. -154.124.2.8.

      ORACLE(sip-config)# transcoding-agent (sag:sag1 192.168.4.7.3 192.168.2.6:5061)
      ORACLE(sip-config)#
  5. Type done to save your configuration.