H.323-TCS Generic Audio Configuration

To set a media profile for generic audio support:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
  3. Type media-profile and press Enter.
    ORACLE(session-router)# media-profile
    ORACLE(media-profile)#
  4. name—Set the name of the generic audio media profile to genericAudio. There is no default for this parameter.
  5. media-type—Set the media type to use for this media profile; for generic video, set this parameter to audio.
  6. payload-type—Enter the format in SDP m lines. No payload type number is assigned for newer, dynamic codecs. For RTP/AVP media-profile elements, this field should only be configured when there is a standard payload type number that corresponds to the encoding name. Otherwise, this field should be left blank. This field is used by the system to determine the encoding type when the SDP included with a session identifies the standard payload type on the em line, but does not include an a-rtpmap entry.
  7. transport—Set the type of transport protocol to use for the generic audio media profile. The default value is RTP/AVP.
    • UPD | RTP/AVP

  8. Complete the rest of the media profile configuration as needed.
  9. Save and activate your configuration.

    The following is a sample of a generic audio media profile configuration:

    media-profile
            name                           genericAudio
            media-type                    audio
            payload-type                   104
            transport                      RTP/AVP
            req-bandwidth                  0
            frames-per-packet              0
            parameters
            average-rate-limit             0
            sdp-rate-limit-headroom        0
            sdp-bandwidth                  disabled