This page was last edited on January 11, 2022, at 17:03.
Comments or questions about this documentation? Contact us for support!
Section: ems
Default Value: 0-16,18-41,43,52-56,72-74,76-81,127-129,130,132,134,135,136-141,146-159
Valid Values: Comma separated list of metric values or ranges. A metric value must be between 0 and 159 inclusive. The values '*' and blank are also allowed.
Changes Take Effect: Immediately
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.
Section: fm
Default Value: 60
Valid Values: Must be a numeric value greater or equal to -1.
Changes Take Effect: At start/restart
This parameter sets the DNS cache timeout in seconds. Name resolved will be kept in memory and used for this number of seconds. Set to zero to completely disable caching, or set to -1 to make the cached entries remain forever. Note that DNS entries have a "TTL" property but libcurl doesn't use that. This DNS cache timeout is entirely speculative that a name will resolve to the same address for a certain small amount of time into the future.
Section: fm
Default Value: 0
Valid Values: Choose between: 0 or 1
Changes Take Effect: At start/restart
If set to 1, libcurl will explicitly close the connection when done with the transfer. Normally, libcurl keeps all connections alive when done with one transfer in case a succeeding one follows that can re-use them. This option should be used with caution and only if you understand what it does as it can seriously impact performance. Set to 0 to have libcurl keep the connection open for possible later re-use (default behavior).
Voice Platform Media Control Platform Release Notes
Release Date | Release Type | Restrictions | AIX | Linux | Solaris | Windows |
---|---|---|---|---|---|---|
09/24/19 | General | X | X |
This release contains the following new features and enhancements:
This release contains the following resolved issues:
After restart, MCP scans recordings in the cache/record folder and tries to post them. If the post fails, the files are moved to the failed folder. The meta data file in the failed folder was void of values in the previous release. It is now fixed. (GVP-39903)
MCP now allows configuration of supported TLS cipher suites for SIP interfaces through the sub-parameter tls-cipher-list in the transport.x parameters configured for TLS.
The sub-parameter tls-cipher-list can be used to list the ciphers that are applicable for the SIP socket, and only to the TLS socket for both server and client. This parameter allows selection of a list of cipher suites used in TLS. This option is transferred to a third-party library and describes a possible set of cipher suites. Refer to https://www.openssl.org/docs/man1.0.2/man1/ciphers.html for the Cipher list format. The default is ALL:!EXPORT:!LOW:!aNULL:!eNULL:!SSLv2 (GVP-39792)
An MCP memory leak no longer occurs when the onboard DTMF recognizer encounters a grammar error. (GVP-38763)
No special procedure is required to upgrade to release 9.0.026.26.