Configuration Options Reference
The WebRTC configuration options are listed below. Click on an option name to display its properties.
ems
logconfig.MFSINK (MF Sink Log Filter) | |||
Description | Valid values | Default value | Takes effect |
Controls the log messages that are sent to the MF sink. The format is: "levels|moduleIDs|specifierIDs" (repeated if necessary). The values between the pipes can be in the format: "m-n,o,p" (for example, "0-4, 5, 6"). The wildcard character "*" can also be used to indicate all valid numbers. For example: "*|*|*" indicates that all log messages should be sent to the sink. Alternatively, "0,1|0-10|*|4|*|*" indicates that CRITICAL(0) and ERROR(1) level messages with module IDs in the range 0-10 will be sent to the sink; and all INFO(4) level messages will be sent as well. |
Pipe-delimited ranges for log levels, module IDs, and specifier IDs. Ranges can be comma-separated integers or ranges of integers or "*". | *|*|* | immediately |
metricsconfig.MFSINK (MF Sink Metrics Filter) | |||
Description | Valid values | Default value | Takes effect |
Specifies the metrics that are delivered to the MF Sink. "*" indicates that all metrics will be sent to the sink. Alternatively, "5-10,50-55,70,71" indicates that metrics with IDs 5, 6, 7, 8, 9, 10, 50, 51, 52, 53, 54, 55, 70, and 71 will be sent to the MF sink. | Comma-separated list of metric values or ranges. A metric value must be between 0 and 141 inclusive. The values "*" and blank are also allowed. | * | immediately |
log
all (Output for level all) | |||
Description | Valid values | Default value | Takes effect |
Specifies the outputs to which an application sends all log events. The log output types must be separated by a comma when more than one output level is configured. |
|
../logs/rsmplog | immediately |
check-point (Check point interval) | |||
Description | Valid values | Default value | Takes effect |
Specifies, in hours, how often the application generates a check point log event, to divide the log into sections of equal time. By default, the application generates this log event every hour. Setting the option to 0 prevents the generation of check-point events. | 0 - 24 | 1 | immediately |
compatible-output-priority (Enable 6.X compatible log output priority) | |||
Description | Valid values | Default value | Takes effect |
Specifies whether the application uses 6.x output logic. |
|
false | immediately |
debug (Output for level debug) | |||
Description | Valid values | Default value | Takes effect |
Specifies the outputs to which an application sends the log events of the debug level and higher (that is, log events of the standard, interaction, trace, and debug levels). The log output types must be separated by a comma when more than one output level is configured. |
|
../logs/rsmplog | immediately |
expire (Log Expiration) | |||
Description | Valid values | Default value | Takes effect |
Determines whether log files expire. If they do, sets the measurement for determining when they expire, along with the maximum number of files (segments) or days before the files are removed. |
|
20 | immediately |
interaction (Output for level interaction) | |||
Description | Valid values | Default value | Takes effect |
Specifies the outputs to which an application sends the log events of the interaction level and higher (that is, log events of the standard and interaction levels). The log outputs must be separated by a comma when more than one output level is configured. |
|
../logs/rsmplog | immediately |
keep-startup-file (Keep startup log file) | |||
Description | Valid values | Default value | Takes effect |
Specifies whether a startup segment of the log, containing the initial T-Server configuration, is to be kept. If it is, this option can be set to true or to a specific size. If set to true, the size of the initial segment will be equal to the size of the regular log segment defined by the segment option. The value of this option will be ignored if segmentation is turned off (that is, if the segment option set to false). |
|
false | After restart |
memory (Memory snapshot file name) | |||
Description | Valid values | Default value | Takes effect |
Specifies the name of the file to which the application regularly prints a snapshot of the memory output, if it is configured to do this. The new snapshot overwrites the previously written data. If the application terminates abnormally, this file will contain the latest log messages. Memory output is not recommended for processors with a CPU frequency lower than 600 MHz. | [string] (memory file name) | (blank) | immediately |
message_format (Log messages format) | |||
Description | Valid values | Default value | Takes effect |
Specifies the format of log record headers that an application uses when writing logs in the log file. Using compressed log record headers improves application performance and reduces the log file's size. With the value set to short:
|
|
short | immediately |
messagefile (Message file) | |||
Description | Valid values | Default value | Takes effect |
Specifies the file name for application-specific log events. The name must be valid for the operating system on which the application is running. The option value can also contain the absolute path to the application-specific *.lms file. Otherwise, an application looks for the file in its working directory. | [string].lms (message file name) | (blank) | Immediately, if an application cannot find its *.lms file at startup |
print-attributes (Enable printing extended attributes) | |||
Description | Valid values | Default value | Takes effect |
Specifies whether the application attaches extended attributes, if any exist, to log events that it sends to log output. Typically, log events of the interaction log level and audit-related log events contain extended attributes. Setting this option to true enables audit capabilities, but negatively affects performance. Genesys recommends enabling this option for Solution Control Server and Configuration Server when using audit tracking. For other applications, refer to Genesys Combined Log Events Help to find out whether an application generates interaction-level and audit-related log events; if it does, enable the option only when testing new interaction scenarios. |
|
false | immediately |
segment (Log Segmentation) | |||
Description | Valid values | Default value | Takes effect |
Specifies whether there is a segmentation limit for a log file. If there is, sets the mode of measurement, along with the maximum size. If the current log segment exceeds the size set by this option, the file is closed and a new one is created. |
|
10000 | immediately |
spool (Folder for the temporary network log output files) | |||
Description | Valid values | Default value | Takes effect |
Specifies the folder, including full path to it, in which an application creates temporary files related to network log output. If you change the option value while the application is running, the change does not affect the currently open network output. | [path] (the folder, with the full path to it) | (blank) | immediately |
standard (Output for level standard) | |||
Description | Valid values | Default value | Takes effect |
Specifies the outputs to which an application sends the log events of the standard level. The log output types must be separated by a comma when more than one output level is configured. |
|
../logs/rsmplog | immediately |
time_convert (Time generation for log messages) | |||
Description | Valid values | Default value | Takes effect |
Specifies the system in which an application calculates the log record time when generating a log file. The time is converted from the time in seconds since the Epoch (00:00:00 UTC, January 1, 1970).
|
|
local | immediately |
time_format (Time format for log messages) | |||
Description | Valid values | Default value | Takes effect |
Specifies how to represent, in a log file, the time when an application generates log records. A log record's time field in the ISO 8601 format looks like 2001-07-24T04:58:10.123
|
|
time | immediately |
trace (Output for level trace) | |||
Description | Valid values | Default value | Takes effect |
Specifies the outputs to which an application sends the log events of the trace level and higher (that is, log events of the standard, interaction, and trace levels). The log outputs must be separated by a comma when more than one output level is configured. |
|
../logs/rsmplog | immediately |
verbose (Verbose Level) | |||
Description | Valid values | Default value | Takes effect |
Determines whether a log output is created. If it is, specifies the minimum level of log events generated. The log events levels, starting with the highest priority level, are standard, interaction, trace, and debug. |
|
debug | immediately |
rsmp
allow-anonymous-user (Allow Anonymous User) | |||
Description | Valid values | Default value | Takes effect |
Set this to true (default) to enable anonymous users to sign-in to the WebRTC Gateway. If set to false, then only registered users for SIP Server can sign-in. | true, false | true | At start or restart |
allow-ipv6 (Allow IPv6) | |||
Description | Valid values | Default value | Takes effect |
Controls whether IPv6 is allowed in the WebRTC Gateway. | true, false | false | At start or restart |
codecs (Supported and Default Media Codecs) | |||
Description | Valid values | Default value | Takes effect |
Codecs that are not listed here will not be used in an offer or answer. The codecs currently supported are:
|
A comma separated list of supported codecs (from the Description column) within brackets. A codec's clock rate (in Hz) can optionally be specified after its name followed by a '/'.
A default payload type number can be specified using the format name=<pt>, or name=(pt=<pt>). The latter format needs to be used if an fmtp is to be specified, which will be specified as fmtp=<fmtp>. A comma is used as a separator between the different values. All or part of the fmtp value can be enclosed within square brackets, where those brackets will be removed when used in an offer, and in the case of an answer, the brackets and the content will be replaced by the fmtp value from the remote offer. See the default value for an example. |
(g722,pcmu,pcma,opus,g729,telephone-event=126,vp8=100,h264=(pt=108,fmtp= "[profile-level-id=42000B;packetization-mode=1]")) |
At start or restart |
domain-whitelist (List of allowed domains) | |||
Description | Valid values | Default value | Takes effect |
Specifies a comma-separated white-list of allowed domains. A wildcard character (*) will be allowed in a domain value for specifying an arbitrary scheme, sub-domain, or port, as illustrated below:
Note that if the port number is not specified, then the default HTTP port 80 is assumed.
|
See description | (blank) | At start or restart |
enable-https (Enable HTTPS) | |||
Description | Valid values | Default value | Takes effect |
Enables HTTPS. When set to true, the other https-* parameters need to be set correctly using the host's security certificate as well. When enabled, the WebRTC Gateway supports secure HTTPS requests only. Non-secure HTTP requests will not work. Note that HTTPS is required with the latest Chrome browser by default. If an HTTPS proxy is used between the browser/client and the gateway, and it can convert the HTTPS requests to HTTP, then HTTPS does not need to be enabled here. | true, false | false | At start or restart |
enable-transcoding (Enable Transcoding) | |||
Description | Valid values | Default value | Takes effect |
Transcoding of audio and/or video between the SIP and Web sides is enabled if this value is set to true. Otherwise, transcoding will be disabled. When enabled, transcoding will be activated for a media type, only when there is no common codec negotiated between the sides, or when a codec sent by one side is not supported by the other side. | true, false | true | At start or restart |
http-port (HTTP Port) | |||
Description | Valid values | Default value | Takes effect |
The HTTP or HTTPS port used for WebRTC signaling. Port 443 is recommended for HTTPS. | 8086 | At start or restart |
https-cert (HTTPS Certificate) | |||
Description | Valid values | Default value | Takes effect |
For Windows, the thumbprint obtained from the user certificate generated for the host. For Linux, the fullpath of the host certificate file (.pem). | (blank) | At start or restart |
https-cert-key (HTTPS Certificate Key) | |||
Description | Valid values | Default value | Takes effect |
Applicable for Linux only. The fullpath of the host private key file (.pem). | (blank) | At start or restart |
https-trusted-ca (HTTPS Certificate Authority) | |||
Description | Valid values | Default value | Takes effect |
Applicable for Linux only. The fullpath of the Certificate Authority file (.pem). | (blank) | At start or restart |
http-trace (HTTP Trace) | |||
Description | Valid values | Default value | Takes effect |
Traces HTTP requests and responses | true, false | false | At start or restart |
reporting-service-type (WebRTC Reporting Service Type) | |||
Description | Valid values | Default value | Takes effect |
SIP calls are reported out of the box when SIP Server and ICON are configured. When this parameter is set, the service_type key-value pair is sent to SIP Server and then reported to ICON. This allows the reports for the WebRTC service to be filtered based on the service type specified here. To disable the sending of a service type, set this parameter value to "none". | WebRTC | At start or restart |
rtp-address (RTP Address) | |||
Description | Valid values | Default value | Takes effect |
Allows for configuration of a specific IP address for SDP c= line. If not set, the stack will attempt to detect the IP address automatically. This is useful for AWS instances or multi-homed hosts. For example, in an AWS instance you can set this to the elastic-IP. This setting applies to the SIP side only. | (blank) | At start or restart |
rtp-trace-level (RTP Trace Level) | |||
Description | Valid values | Default value | Takes effect |
The RTP trace level controls how many packets are printed into the log. |
|
1 | At start or restart |
sip-added-codecs (SIP Added Codecs) | |||
Description | Valid values | Default value | Takes effect |
When transcoding is enabled, codecs from this list will be appended to the codec list for offers to a SIP endpoint, except for the codecs that are already in the original offer. Note that all codecs in an offer from one side will be added to the resulting offer to the other side. | List of codecs using the same format as codecs option.
If not specified here, the pt and the fmtp values will be used from the list specified in the codecs option. |
(vp8,h264) | At start or restart |
sip-address (SIP Address) | |||
Description | Valid values | Default value | Takes effect |
Allows for configuration of a specific IP address for SIP Via or Contact. If not set, the stack will attempt to detect the IP address automatically. This is useful for AWS instances or multi-homed hosts. For example, in an AWS instance you can set this to the elastic-IP. | (blank) | At start or restart |
sip-disallowed-codecs (SIP Disallowed Codecs) | |||
Description | Valid values | Default value | Takes effect |
Disallowed codecs for the SIP side. An offer or answer to the SIP side may not use any of these codecs. | List of codecs using the same format as the codecs option. No need to specify "pt" or "fmpt" for a codec. | (blank) | At start or restart |
sip-no-avpf (SIP Side AVPF Negotiation) | |||
Description | Valid values | Default value | Takes effect |
Set this to true in order not to negotiate AVPF in SDP on the SIP side
(RFC 4585). This is necessary to work with SIP endpoints that do not support AVPF.
Note that regardless of the value of this option, if sip-no-rtcpfb = false, RTCP feedback messages will be forwarded to the SIP side. These settings are useful for a Chrome-to-Chrome call. |
true, false | true | At start or restart |
sip-no-rtcpfb (Forwarding RTCP Feedback Messages to SIP Side) | |||
Description | Valid values | Default value | Takes effect |
If set to false, RTCP feedback messages sent by a WebRTC client in accordance with (RFC 4585) will be forwarded to the corresponding SIP endpoint in a call. A true value will disable this. Note that even though endpoints should ignore RTCP packets of unknown types, some may have issues with this. | true, false | false | At start or restart |
sip-port | |||
Description | Valid values | Default value | Takes effect |
Local port used for SIP signaling. | 5066 | At start or restart |
sip-preferred-ipversion (Preferred IP version to be used for SIP) | |||
Description | Valid values | Default value | Takes effect |
Preferred IP version to be used for SIP. |
|
ipv4 | At start or restart |
sip-proxy (SIP Proxy) | |||
Description | Valid values | Default value | Takes effect |
The IP address(es) or the FQDN(s) of one or two (in the case of HA) SIP Server(s), separated by a comma. Optionally the port can be specified for each address, separated by a colon (:). If the default SIP port 5060 is used, it can be omitted. In all scenarios, Genesys SIP Servers are specified, and are used by the WebRTC Gateway as both SIP Proxy and Registrar. Only one address is used at a time, and the gateway switches to the other when a timeout is detected with a SIP request. Therefore, warm failover can be achieved by specifying two SIP Servers configured in HA mode. | It should be in the following format: <IP-address|FQDN>[:<port>][,<IP-address|FQDN>[:<port>]] |
127.0.0.1 | At start or restart |
sip-proxy-srv | |||
Description | Valid values | Default value | Takes effect |
The DNS SRV address for the HA SIP Server pair (without the port number), of which the addresses are specified using the sip-proxy option. When a SIP request arrives with the SRV address, the gateway will translate it to the currently active SIP Server address and use it in its response. | (blank) | At start or restart |
sip-register (List of DNs for Registration) | |||
Description | Valid values | Default value | Takes effect |
A list of comma separated entries that specify DNs configured in the SIP Server. Any web client that registers with the gateway using an ID that matches any one of these DNs will be registered with the SIP Server by the gateway, so that it can receive calls via the SIP Server and the gateway. Therefore, a new deployment should set this parameter correctly before it can work with the SIP Server. | Each entry can be a single DN, a range of DNs specified with two hard coded values separated by a hyphen (-), or a range of DNs specified using wildcard characters (* and/or ?). A valid DN string contains only digits [0-9], ‘+’ (as prefix), and/or the wildcard characters. Any leading zeros are preserved. Example: 1020,2020-2050,003000,556*,100*10,123??78,+408555 |
(blank) | At start or restart |
sip-rtp-max-port (SIP-side Max RTP Port) | |||
Description | Valid values | Default value | Takes effect |
UDP port range for SIP-side RTP connection. | 9999 | At start or restart |
sip-rtp-min-port (SIP-side Min RTP Port) | |||
Description | Valid values | Default value | Takes effect |
UDP port range for SIP-side RTP connection. | 9000 | At start or restart |
sip-srtp-mode (SIP Side SRTP Mode) | |||
Description | Valid values | Default value | Takes effect |
SRTP mode that is to be used in SDP negotiation on the SIP side. |
|
none | At start or restart |
sip-tls-cert (SIP TLS Certificate) | |||
Description | Valid values | Default value | Takes effect |
For Windows, the thumbprint obtained from the user certificate generated for the host. For Linux, the fullpath of the host certificate file (.pem) | (blank) | At start or restart |
sip-tls-cert-key (SIP TLS Certificate Key) | |||
Description | Valid values | Default value | Takes effect |
Applicable for Linux only. The fullpath of the host private key file (.pem). | (blank) | At start or restart |
sip-tls-port (SIP TLS Port) | |||
Description | Valid values | Default value | Takes effect |
SIP TLS Port. To disable TLS transport for SIP traffic altogether, set to 0. | 0 | At start or restart |
sip-tls-trusted-ca (SIP TLS Certificate Authority) | |||
Description | Valid values | Default value | Takes effect |
Applicable for Linux only. The fullpath of the Certificate Authority file (.pem). | (blank) | At start or restart |
stun-server (STUN Server) | |||
Description | Valid values | Default value | Takes effect |
Optional STUN server specification (port may be omitted, if default STUN port 3478 is used). When the gateway is in a private network with only the host's private address visible to it, a STUN server sitting outside that network may be required by the ICE processing for gathering the host's public (server reflexive) address. Only local addresses are gathered when STUN or TURN is not configured. |
<IP-address|FQDN>[:<port>], where port can be omitted, if default port 3478 is used. |
(blank) | At start or restart |
turn-passwd (TURN Password) | |||
Description | Valid values | Default value | Takes effect |
The TURN password to use for the allocation. | (blank) | At start or restart |
turn-relay-type (TURN Relay Type) | |||
Description | Valid values | Default value | Takes effect |
The type of relay to use. TCP(1) and UDP(0) are supported; TLS is not supported. The default is UDP. If this parameter is not defined, but the TURN server URL contains the query string "transport=tcp", then TCP will be chosen. | 0 | At start or restart |
turn-server (TURN Server) | |||
Description | Valid values | Default value | Takes effect |
Optional TURN server specification. A TURN server is not typically required on the gateway side, but it may need to be configured on the browser/client side when there is a strict firewall between the client and the gateway that will prevent RTP/UDP traffic. Only local addresses are gathered when STUN or TURN is not configured. |
<IP-address|FQDN>[:<port>], where port can be omitted, if default port 3478 is used. |
(blank) | At start or restart |
turn-user (TURN User) | |||
Description | Valid values | Default value | Takes effect |
The TURN username to use for the allocation. | (blank) | At start or restart |
use-sid-from-url (Use Session Id from URL) | |||
Description | Valid values | Default value | Takes effect |
When this is set to true, Genesys WebRTC Gateway uses HTTP request URL parameters or value of Cookie header to match HTTP request with existing client session. If it is false, Genesys WebRTC Gateway uses value of Cookie header to match the HTTP request with existing client session. Note: This option works with Genesys WebRTC Java Script API from version 8.5.210.35. | true, false | true | After Genesys WebRTC Gateway restart |
web-added-codecs (Web Added Codecs) | |||
Description | Valid values | Default value | Takes effect |
When transcoding is enabled, codecs from this list will be appended to the codec list for offers to a WebRTC endpoint, except for the codecs that are already in the original offer. If G.722 is not supported on the SIP side, and yet G.722 is desired on the Web side, add "g722" to web-added-codecs for the cases where the SDP offer comes from the SIP side. Note that transcoding will take place in this case between G.722 and the audio codec used on the SIP side. The other comments for sip-added-codecs are applicable here as well. | List of codecs using the same format as sip-added-codecs option. | (g722,pcmu,vp8) | At start or restart |
web-disable-sdes | |||
Description | Valid values | Default value | Takes effect |
When this is set to true, the crypto attribute to support SDES-SRTP (RFC 4568) will not be in initial offers to Web clients. If it is false, initial offers will have both fingerprint and crypto attributes. Note that this option does not prevent supporting SDES-SRTP when the client only offers crypto attribute(s). However, SDES-SRTP use is discouraged, and only Chrome supports it for backward compatibility. | true, false | true | At start or restart |
web-disallowed-codecs (Web Disallowed Codecs) | |||
Description | Valid values | Default value | Takes effect |
Disallowed codecs for the WebRTC side. An offer or answer to the Web side may not use any of these codecs. | List of codecs using the same format as sip-disallowed-codecs option. | (h264) | At start or restart |
web-dtls-certificate (Certificate for Web-side DTLS) | |||
Description | Valid values | Default value | Takes effect |
Path of the X.509 certificate file to be used with Web-side DTLS. This file can also contain the private key for the certificate, in which case web-dtls-privatekey does not need to be set. The certificate file is mandatory for DTLS to work. The default certificate already contains the private key. | ../config/x509_certificate.pem | At start or restart |
web-dtls-cipherlist (Cipher List for DTLS) | |||
Description | Valid values | Default value | Takes effect |
A list of cipher strings to be used with DTLS on the Web side. For information on the format, see OpenSSL ciphers. The default cipher string should work well. | (blank) | At start or restart |
web-dtls-keypassword (Password for DTLS Certificate Key) | |||
Description | Valid values | Default value | Takes effect |
The password for the private key specified using web-dtls-privatekey, if used. | (blank) | At start or restart |
web-dtls-privatekey (Private Key for DTLS Certificate) | |||
Description | Valid values | Default value | Takes effect |
Path of the private key file for the certificate specified in web-dtls-certificate. This parameter is not necessary if the certificate file also contains the private key. | (blank) | At start or restart |
web-enable-dtls (Enable DTLS on the Web-side) | |||
Description | Valid values | Default value | Takes effect |
When this is set to true, DTLS-SRTP (RFC 5763) will be enabled on the Web side. When enabled, it will be signaled in an SDP offer sent by the gateway using the fingerprint attributes, though there will also be crypto attributes in SDP for SDES-SRTP (RFC 4568) support, provided that SDES-SRTP is not disabled using the option web-disable-sdes. When an offer or answer comes in with only crypto attributes, then SDES-SRTP will still be supported. When this is set to false, only SDES-SRTP will be supported. | true, false | true | At start or restart |
web-ice-addresses (Web ICE addresses) | |||
Description | Valid values | Default value | Takes effect |
Allows configuration of a local IP address list to be used with ICE on the web/ROAP side. Comma is the delimiter, and each IP address could be IPv4 or IPv6 (no need for square brackets). These addresses are used by ICE to gather the host candidates. | A comma-separated list of valid IP addresses. | At restart |
web-media-bundle (Media Bundle on Web-side) | |||
Description | Valid values | Default value | Takes effect |
Set this to true to enable media bundling on the ROAP side (see http://tools.ietf.org/html/draft-ietf-mmusic-sdp-bundle-negotiation-03). When enabled, it will be signalled in an SDP offer sent by the gateway, and it will be accepted from an inbound SDP offer. If both sides agree, then the same media port will be used for both audio and video. With media bundle, it is assumed that RTCP multiplexing is also supported. Disabling this bundle option is discouraged. | true, false | true | At start or restart |
web-nack-enabled (Enable Web Side NACK Sending) | |||
Description | Valid values | Default value | Takes effect |
Set this to true (default) to enable RTCP NACK (transport layer) feedback messages as per (RFC 4585). Set this to false to disable this feature. The minimum time between two NACK messages is currently restricted to one second. | true, false | true | At start or restart |
web-offer-bundle-only | |||
Description | Valid values | Default value | Takes effect |
This option helps to work around some renegotiation issues with Firefox. When an older version of Firefox without bundle support is used (version 37 and lower), set this option to false. | true, false | true | At start or restart |
web-pli-always (Force Web Side PLI Requests) | |||
Description | Valid values | Default value | Takes effect |
If this parameter is set to true and web-pli-mintime is nonzero, RTCP PLI feedback messages (RFC 4585) will be sent on a Web-side video leg at every web-pli-mintime interval, regardless of transcoding or packet losses. | true, false | true | At start or restart |
web-pli-mintime (Minimum Time Interval for Web Side PLI Requests) | |||
Description | Valid values | Default value | Takes effect |
The minimum time period, in milliseconds, between two RTCP PLI feedback messages (RFC4585) that can be sent on a Web-side video leg. If this value is 0, PLI transmission is disabled. The actual time between two PLI messages depends on various things: if web-pli-always is true, one message will be sent every web-pli-mintime milliseconds. Otherwise, if transcoding is on, a message will be sent when the number of lost packets during web-pli-mintime exceed a specific threshold. | The parameter must be an integer. | 1000 | At start or restart |
web-rtcp-mux (RTCP-Mux on the Web-side) | |||
Description | Valid values | Default value | Takes effect |
Set this to true to enable rtcp-mux on the ROAP side, as per RFC 5761. When enabled, it will be signalled in an SDP offer sent by the gateway, and it will be accepted from an inbound SDP offer. If both sides agree, then the same port will be used for both RTP and RTCP. Set this to false if rtcp-mux is not to be used. Note: If web-rtcp-mux is false, then web-media-bundle cannot be true, as it would not make sense. | true, false | true | At start or restart |
web-rtp-max-port (ROAP-side Max RTP Port) | |||
Description | Valid values | Default value | Takes effect |
Maximum UDP port value for ICE (ROAP-side RTP connection). | 36999 | At start or restart |
web-rtp-min-port (ROAP-side Min RTP Port) | |||
Description | Valid values | Default value | Takes effect |
Minimum UDP port value for ICE (ROAP-side RTP connection). | 36000 | At start or restart |
snmp
SNMP settings.
timeout (SNMP Task Timeout) | |||
Description | Valid values | Default value | Takes effect |
The maximum amount of time that SNMP can wait for a new task. This value is specified in milliseconds. | The parameter must be an integer value greater than zero. | 100 | At start or restart |