" /> GVP 8.1 encrypt the entries via a DTMF input - Genesys CTI User Forum

Author Topic: GVP 8.1 encrypt the entries via a DTMF input  (Read 5624 times)

Offline TheSailer

  • Newbie
  • *
  • Posts: 18
  • Karma: 0
GVP 8.1 encrypt the entries via a DTMF input
« on: July 01, 2011, 06:39:07 AM »
Advertisement
Hello

How can you encrypt the entries in the log have been made ​​over a DTMF input?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #1 on: July 01, 2011, 08:19:00 AM »
Hi,

I'm not aware of any configuration allowing you to hide/remove DTMF input from MCP/Media Server log (debug level). However, I've heard this feature may be introduced in upcoming GVP release...

Why do you need it?

R.

Offline TheSailer

  • Newbie
  • *
  • Posts: 18
  • Karma: 0
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #2 on: July 01, 2011, 08:23:14 AM »
It is a banking application. There it is forbidden to log any data from customers.

Offline IF

  • Newbie
  • *
  • Posts: 18
  • Karma: 1
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #3 on: July 01, 2011, 09:12:14 AM »
Hi,

The following will mask the dtmf digits. Although, I don't know if this is exactly what you want - you could also have a look at the VoiceXML 2.1 reference guide for more information.

<property name="com.genesyslab.private" value="true" />

Kind Regards,
IF

Offline TheSailer

  • Newbie
  • *
  • Posts: 18
  • Karma: 0
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #4 on: July 01, 2011, 09:46:06 AM »
My problem is that when the customer enters his password via DTMF, it will appear in the log. This must not occur in debug mode.

Sailer

Offline raza990

  • Full Member
  • ***
  • Posts: 214
  • Karma: 5
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #5 on: July 12, 2016, 12:03:34 PM »
Did you found a solution ?

We are facing same scenario.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #6 on: July 12, 2016, 12:12:56 PM »
As TheSailer mentioned

[quote]com.genesyslab.private property or gvp:private attribute (in tags that support it)[/quote]

Offline Tambo

  • Sr. Member
  • ****
  • Posts: 456
  • Karma: 5
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #7 on: July 12, 2016, 12:13:26 PM »
can you not just scrub the logs for personal data to be compliant…..

[log-filter-data]
Password = hide

This would give the below in the logs (password would be starred out)

message RequestSetCallInfo
AttributeConsultType 3
AttributeOriginalConnID 008b012ece62c8be
AttributeUpdateRevision 2752651
AttributeUserData [111] 00 27 01 00
'DNIS' '8410'
‘PASSWORD' '****'
'RECORD_ID' '8313427'
AttributeConnID 008b012ece62c922

So you would just add in the other KVP that you want to hide such as

'Memorable Name'        'Santa'
'Memorable Place'          'Stringfellows'
'Address4'                      'Nelson Mandela Towers, Peckham'
'Customer Risk Group'  'HIGHRISK'
'Customer Name'            'MR Magoo'


Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #8 on: July 12, 2016, 12:18:04 PM »
I am not sure about your statement, Tambo. I think, you mean masking on T-Lib level, but he means hiding data within MCP log (there is no T-Lib) generally

Offline genesysguru

  • Sr. Member
  • ****
  • Posts: 293
  • Karma: 12
    • Genesys Guru Blog
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #9 on: July 12, 2016, 02:36:31 PM »
I suspect that the question relates to PCI compliance and everybody forgets that if you are not using SRTP then the DTMF digits can be reconstructed from SIP and RTP sniffing anyway ..... thus logging of DTMF digits is the least of your worries to keep a PCIM QSA happy!

Regards

Offline Fra

  • Hero Member
  • *****
  • Posts: 856
  • Karma: -3
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #10 on: July 13, 2016, 12:04:54 PM »
1. Composer: com.genesyslab.private property or gvp:private attribute just for DTMF input
2. CME app: log-filter-data for Tlib messaging
3. MFSINK: custom verbosity per module (tricky, however, most advanced option): https://genesyspartner.force.com/customercare/pkb_Home?id=kA0U00000004TcSKAU&l=en_US&fs=Search&pn=1

Fra

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: GVP 8.1 encrypt the entries via a DTMF input
« Reply #11 on: July 13, 2016, 01:17:18 PM »
[quote author=Fra link=topic=6511.msg44008#msg44008 date=1468411494]
1. Composer: com.genesyslab.private property or gvp:private attribute just for DTMF input
2. CME app: log-filter-data for Tlib messaging
3. MFSINK: custom verbosity per module (tricky, however, most advanced option): https://genesyspartner.force.com/customercare/pkb_Home?id=kA0U00000004TcSKAU&l=en_US&fs=Search&pn=1

Fra
[/quote]

Nice :D
As well as Greg observation.

This article defines option #1 from Fra
https://genesyspartner.force.com/customercare/pkb_Home?id=kA3U00000000C9iKAE