Hi all. I've got a LUA question: Is there a way to force no-logging for part of the script?. Basically, I do not want DTMF entries to be logged or shown to anyone running fs_cli. I tried:
session:execute('log', '0')
but it does not seem to do anything at all.I am writing an application that is supposed to be PCI compliant. Logging caller entries for sensitive information is a no-no
As always, thanks for any help!
session:execute('log', '0')
but it does not seem to do anything at all.I am writing an application that is supposed to be PCI compliant. Logging caller entries for sensitive information is a no-no
As always, thanks for any help!