aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-27 22:43:36 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-27 22:43:36 +0000
commit904a944798e0a2dd202362098155b3fede7be672 (patch)
tree312eeddfa0bafd264beb3ea716e8f2b341568a14 /CHANGES
parenta72e3b19220d00381ff6f8cc744b875cb52ba048 (diff)
Adding AES_ENCRYPT and AES_DECRYPT dialplan functions.
(closes issue #14301) Reported by: amorsen review: http://reviewboard.digium.com/r/128/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@171757 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ced5b326f..0ffe816bc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -78,6 +78,10 @@ Dialplan Functions
Totally. Hopefully, that means more to you than it does to me.
* Added AUDIOHOOK_INHERIT. For information on its use, please see the output
of "core show function AUDIOHOOK_INHERIT" from the CLI
+ * Added AES_ENCRYPT. For information on its use, please see the output
+ of "core show function AES_ENCRYPT" from the CLI
+ * Added AES_DECRYPT. For information on its use, please see the output
+ of "core show function AES_DECRYPT" from the CLI
Applications
------------