VoiceGuide IVR Software Main Page
Jump to content

Dtmf Password

Recommended Posts

Hello, how can you encrypt the dtmf entered as password ?, so they are not part of the logs.

Share this post


Link to post

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
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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×