mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
apps/app_sms: Add an option to prevent SMS content from being logged
In some countries, privacy laws specify that SMS content cannot be saved by a provider. This patch adds a new option to the SMS application, 'n', which prevents the SMS content from being written to the SMS log. ASTERISK-22591 #close Reported by: Jan Juergens patches: DisableSmsContentLoggingByParam.patch uploaded by Jan Juergens (License 6538) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@432947 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -26,6 +26,12 @@ ConfBridge
|
||||
- record_command: a command to execute when recording is finished
|
||||
Note that these options may also be with the CONFBRIDGE function.
|
||||
|
||||
SMS
|
||||
------------------
|
||||
* Added the 'n' option, which prevents the SMS from being written to the log
|
||||
file. This is needed for those countries with privacy laws that require
|
||||
providers to not log SMS content.
|
||||
|
||||
|
||||
Channel Drivers
|
||||
------------------
|
||||
|
Reference in New Issue
Block a user