Media Type and Subname Configuration

To use media type subnames with a codec policy, you must first configure a media profile and subname. Then you can configure a codec policy with a media type and subname pair for your application

To use configure a media type and subname:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type media-profile and press Enter.
    ORACLE(session-router)# media-profile
    ORACLE(media-profile)#
  4. name—Type the name of the codec for which you are creating a new default ptime.
    ORACLE(media-profile)# name g729
  5. subname—Enter a description for the use of this subname
    ORACLE(media-profile)# subname annexb-yes

    You may now configure this subname’s unique attributes. PCMU is created with ptime of 30 in this example.

  6. parameters—Set the ptime by typing parameter, a Space, ptime=, the new ptime value. Then press Enter. For example:
    ORACLE(media-profile)# parameter annexb=yes

    Note:

    Remember to configure all additional, required media profile parameters, or they will inherit default values.
  7. Save your work using the ACLI done command.