Jump to: navigation, search

9.0.041.58

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/20 General X X


Helpful Links


What's New

This release contains the following new features and enhancements:

A new option is introduced in Resource Manager (RM):

  • [proxy]sip.logmsg.allowed, [monitor]sip.logmsg.allowed, [registrar]sip.logmsg.allowed, [subscription]sip.logmsg.allowed - Specifies whether or not logging SIP message is allowed. This option can disable SIP message logging regardless of the [log].verbose setting. By default, this option is set to true.
  • [proxy]sip.logmsg.maskoption, [monitor]sip.logmsg.maskoption, [registrar]sip.logmsg.maskoption, [subscription]sip.logmsg.maskoption - Specifies the option to restrict SIP message logging. Each bit in the value, starting with the Least Significant Bit (LSB), indicates that a specific entity of the SIP message is masked. These bits can be numerically added and the final value is set. Currently, the following bits are supported:
    • value 1 - indicates that all the unknown headers (headers other than Via, From, To, Max-Forwards, CSeq, Call-ID, Contact, Content-Length, Content-Type, Record-Route, Route, Refer-To, Allow-Events, Subscription-State, Event, RSeq, and RAck) are masked.
    • value 2 - indicates that all the user data headers (headers starting with X-Genesys- except X-Genesys-GVP-Session-Data, X-Genesys-GVP-Session-ID, and X-Genesys-CallUUID) are masked.
    • value 4 - indicates that all the SIP message bodies are masked.
    • value 8 - indicates that the SIP message bodies with the content type application/dtmf-relay or application/dtmf are masked.
    • value 16 - indicates that the values of the Media Server Markup Language (MSML) tag gvp:param with the name starting with X-Genesys- in the SIP message bodies are masked.
    For example, to mask all unknown headers and message bodies, set the value to 5 (i.e. 1 + 4). To mask all the user data headers and the values of the MSML tag gvp:param with the name starting with X-Genesys- in SIP message bodies, set the value to 18 (i.e. 2 + 16). The default value is 0, which means no masking at all.
    (GVP-42506)


Resolved Issues

This release contains the following resolved issues:


Resource Manager operating in MRCPv2 Proxy mode now supports the content type multipart/mixed in the received INVITE and it finds the service type from the SDP "a" line. Previously, MRCPv2 Proxy supported only the content type application/sdp to find the service type. (GVP-42425)


Resource Manager now sends to SIP Server only the status of the MCP that is changed in SIP NOTIFY. Previously, RM had sent the status of all the MCPs in SIP NOTIFY. A new configuration parameter, [subscription]notify-all-mcp-status, has been introduced in RM. If set to false, this parameter enables the aforementioned new behavior. The default value for the parameter is true. The default value makes RM fall back to the old behavior. (GVP-42168)




Upgrade Notes

No special procedure is required to upgrade to release 9.0.041.58.

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