SIP DMR Configuration

To configure media release:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the system-level configuration elements.
    ORACLE(configure)# session-router
  3. Type sip-config and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# sip-config
    ORACLE(sip-config)#

    From this point, you can configure SIP config parameters. To view all SIP config parameters, enter a ? at the system prompt.

  4. Type options followed by a Space.
  5. After the Space, type the media release information in the following format:
    media-release=”<header-name>[;<header-param>]”
    • header-name either refers to the SIP header in which to put the information or to the special header-name value of sdp to indicate the information should be put into the SDP.

    • parameter-name refers to the header parameter name in which to put the information or, in the case of the special header-name value of sdp, to the SDP attribute name in which to put the information.

      For example:

      ORACLE(sip-config)# options media-release=P-Media-Release
  6. Press Enter.

    Note:

    If the media-release parameter is configured in the options field, but no header is specified, then the parameter value of P-Media-Release will be used. P-Media-Release is a proprietary header and means that the media will be encoded in the SIP header with this name.

    The following example shows where the encoded information (for example, SDP data) is passed.

    media-release=”P-Media-Release”
    media-release=”Contact;acme-media”
    media-release=”sdp;acme-media”