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!
 
	 
	 
 
		 
 
		 It does not throw an error, it just does not seem to do anything. On the PCI side, you are right, the problem is that even if they do not know, they can block an application from going live, so the less reasons we give them to do so, the better.
 It does not throw an error, it just does not seem to do anything. On the PCI side, you are right, the problem is that even if they do not know, they can block an application from going live, so the less reasons we give them to do so, the better.