summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2015-03-14 01:53:13 +0000
committerMatthew Jordan <mjordan@digium.com>2015-03-14 01:53:13 +0000
commitac1214d9d4412d1bae3a2596716a41688953dc30 (patch)
treef7a0e70dd44f91511603bea4e402854728402ec7 /CHANGES
parentb3fa35786f0120694f0814d22a07765b7e21d4f4 (diff)
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5f08d5ab3..dea688e7a 100644
--- a/CHANGES
+++ b/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
------------------