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 | ||||
---|---|---|---|---|
|
...
|
...
|
...
|
...
|
...
|
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;
} |
Pagebreak |
---|