Jump to: navigation, search

9.0.054.53

Voice Platform Resource Manager Release Notes


Voice Platform Resource Manager is part of 9.x starting in 9.0.000.49.
Release Date Release Type Restrictions AIX Linux Mac Solaris Windows
12/16/21 General X X


Helpful Links


What's New

This release contains the following new features and enhancements:

  • Resource Manager (RM) now supports Certificate Revocation Lists (CRL) in SIPS connections (TLS). In addition to the existing sip.transport parameters, a new option, crlenabled=true, is introduced in RM to support CRL.
    • crlenabled=true is mandatory for CRL validation. Enabling this parameter only validates the CRL on the client connection (for Server Certificate). To validate the CRL on the server connection (for Client Certificate), the verifypeer option should be enabled along with this parameter.
    • crlpaths=[CRL cert filenames (in PEM format) with absolute file path]. This option is mandatory for CRL validation. To specify more than one CRL file, use a semi-colon as a separator.
    Important
    The changing of CRL files does not happen dynamically. This needs a component restart to read the new content.
    Example:
    [proxy]sip.transport.2 = transport2 tls:any:5061 cert=$InstallationRoot$/config/RM-Server-Cert.pem key=$InstallationRoot$/config/RM-Server-Key.pem crlenabled=true crlpaths=$InstallationRoot$/config/Revoked-Certs-1.pem;$InstallationRoot$/config/Revoked-Certs-2.pem
    (GVP-44209)


Resolved Issues

This release contains the following resolved issues:


RM now logs time according to the format specified in the log.time_format parameter to all levels of logs. Previously, if the time or local parameter was set to log.time_format, it didn't reflect in the DEBUG logs. (GVP-44303)



Upgrade Notes

No special procedure is required to upgrade to release 9.0.054.53.

This page was last edited on December 17, 2021, at 08:43.
Comments or questions about this documentation? Contact us for support!