Revision as of 23:36, November 7, 2016 by Valentip (talk | contribs)
Jump to: navigation, search

Masking sensitive data in SIP Server

[Iteration 107. In progress]

FDS: https://intranet.genesys.com/pages/viewpage.action?spaceKey=RDSIPS&title=%5BFDS%5D+Mask+Sensitive+Data+in+SIP+Server


SIP Server can now prevent sensitive data from displaying in SIP messages. When enabled, SIP Server replaces all private SIP headers values and SIP message body content with a series of asterisks in incoming and outgoing SIP messages.

Option 'x-sip-mask-sensitive-data' will be supported in Log section on Application level of SIP Server. Enabling of this option will make SIP Server mask display of all private SIP headers values and SIP message body contents of all types except "application/sdp" and "application/vnd.radisys.msml+xml" for all SIP messages. In case of SIP message body content of type "application/vnd.radisys.msml+xml" SIP Server will mask it only in case when user data is passed in it.

SIP Server will mask display of all private SIP headers values in all incoming and outgoing SIP messages.

x-sip-mask-sensitive-data

Setting: Log section, Application level
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately

true - SIP Server masks display of sensitive data in SIP messages. false - SIP Server does not mask display of sensitive data in SIP messages.


Specifies whether SIP Server masks display of sensitive data in SIP messages. If set to true, SIP Server masks display of all private SIP headers values and SIP message body contents of all types except "application/sdp" and "application/vnd.radisys.msml+xml". In case of SIP message body content of type "application/vnd.radisys.msml+xml" SIP Server masks it only in case when user data is passed in it. If set to false, SIP Server does not mask display of sensitive data in SIP messages

Comments or questions about this documentation? Contact us for support!