tcp-media-profile > tcp-media-profile-entry

The tcp-media-profile-entry configuration element allows you to enter individual tcp media profile entry elements. These are used for MSRP functionality.

Parameters

media-type
A string used to match with the media type <media> in the SDP message's media description (m=). For example: "message" for MSRP.
  • Default: message
transport-protocol
The string used to match with the transport protocol <proto> in the media description (m=). For example: "TCP/TLS" for MSRP over TCP/TLS.
listen-port
The listening port on which the system listens for incoming connections to establish a TCP connection for a media session. If the value of this field is 0, the listening port will be chosen automatically by the system from the steering pool of the realm (which the tcp-media-profile belongs to).
  • Default: 0
  • Values: 0-65535
prefered-setup-role
The value used by the system for the a=setup attribute when negotiating the setup role, regardless of whether the Oracle Communications Session Border Controller is an offer or answer in the SDP offer/answer exchange.
  • Default: passive
  • Values: active | passive
tls-profile
Identify the TLS profile that specifies the cryptographic resources availible to support TLS operations. This is configured when transport protocol is set to TCP/TLS/MSRP. This parameter can be safely ignored if transport-protocol is TCP/MSRP.
require-fingerprint
If transport-protocol is TCP/TLS/MASP, use the require-fingerprint parameter to enable or disable endpoint authentication using the certificate fingerprint methodology defined in RFC 4572. This parameter can be ignored if transport-protocol is TCP/MSRP.
  • Default: disabled
  • Values: enabled | disabled

Path

tcp-media-profile-entry is a subelement of tcp-media-profile. The full path from the topmost ACLI prompt is:configure terminal, and then media-manager, and then tcp-media-profile, and then tcp-media-profile-entry.