...
Noprint | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
...
Panel | ||||
---|---|---|---|---|
In this section:
|
Include Page | ||||
---|---|---|---|---|
|
Code Block | ||
---|---|---|
| ||
% set system media dedicatedBWForNonRTPMedia (0-50) mediaPeerInactivity inactivityTimeout <20-1260, in multiples of 10> mediaPortRange baseUdpPort <1024-65534> maxUdpPort <1024-65534> mediaRtcpControl sendBYEPacket <disabled | enabled> senderReportInterval <5-120> tcpPortRange baseServerPort <1-65534> maxServerPort <1-65534> |
Caption | ||||
---|---|---|---|---|
| ||||
Parameter | Length/Range | Description | ||
---|---|---|---|---|
| 0-50 | Use this control to specify (reserve) an amount, as a percentage, of bandwidth usage to limit across all physical interfaces for non-RTP media (default = 0).
| ||
| N/A | Use this control to set detection of media peer inactivity (
|
| ||||
| N/A | Use this control to set the UDP media port range for RTP and RTCP.
| ||
| N/A | Use this control |
...
to configure the RTCP session.
| ||
| N/A | This port range is used by the SBC to advertise its TCP port on which it can accept connections. A unique unused port from this range will be included in the SDP media line in the offer or answer towards the MSRP UAs. SBC uses a port from this range per MSRP call leg if it takes up a TCP server role. To create a TCP port range, use the
|
The following example sets inactivityTimeout
value to 90, the baseUdpPort
to 6000, the maxUdpPort
number to 65200 and the senderReportInterval
to 6 seconds and sendBYEPacket
to enabled,
...
plus sets the peerAbsenceAction
parameter from
...
packetServiceProfile
object to send a trap if inactivity is detected.
Code Block | ||
---|---|---|
|
...
set system media mediaPeerInactivity inactivityTimeout 90 |
...
|
...
set system media mediaPortRange baseUdpPort 6000 maxUdpPort 65100 |
...
|
...
set system media mediaRtcpControl senderReportInterval 6 set system |
...
media mediaRtcpControl sendBYEPacket enabled set profiles media packetServiceProfile DEFAULT peerAbsenceAction peerAbsenceTrap |
...
...
show system media mediaPortRange { baseUdpPort 6000; maxUdpPort 65200; } mediaPeerInactivity { inactivityTimeout 90; } mediaRtcpControl { senderReportInterval 6; sendBYEPaket enabled; } |