dminof Report post Posted 11/09/2017 12:46 AM Hello, how can you encrypt the dtmf entered as password ?, so they are not part of the logs. Share this post Link to post
SupportTeam Report post Posted 11/09/2017 01:31 AM If you do not want to keep a record of what keys were pressed and how the information entered was used later in the call when validating etc. then you will need to turn off the logs that store the events and processing that occurs during the call. Logs can be turned off by using settings in the [Log] section of VG.INI Setting the vgEngine and ktTel log level to a low number (2 or 3?) may be sufficient to not show the key-press details in those logs. Only higher level processing is logged at the lowest log settings. The VG.INI settings are read in at startup, so the VoiceGuide Service will need to be restarted after changes to VG.INI are made. Share this post Link to post
dminof Report post Posted 11/10/2017 01:32 PM Hello, is there any way that dtmf records can be seen as a password? for example if you entered 1234 you see **** regards Share this post Link to post
SupportTeam Report post Posted 11/11/2017 03:07 AM In VG.INI in section [moduleGetNbrs] you can use the setting DoNotShowNumbersLongerThenLen to restrict what is shows in the Line Status Monitor. eg: setting DoNotShowNumbersLongerThenLen=4 will result in any number that is 4 digits or longer to not be displayed. (message NotShowingNumber will be displayed instead). So setting: DoNotShowNumbersLongerThenLen=1 will result in Line Status Monitor not showing any numbers entered in the Get Numbers module. Share this post Link to post