From 9c1a8af01dedd67198d411629e5cd2e29d199a83 Mon Sep 17 00:00:00 2001 From: Terry Wilson <twilson@digium.com> Date: Mon, 14 Jan 2008 18:42:16 +0000 Subject: [PATCH] Add description of TOUPPER and TOLOWER dialplan functions to CHANGES. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98811 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index dcb8bf6d40..d225066101 100644 --- a/CHANGES +++ b/CHANGES @@ -64,6 +64,8 @@ Dialplan functions * Added SYSINFO() dialplan function which allows retrieval of system information * Added a new dialplan function, DIALPLAN_EXISTS(), which allows you to check for the existence of a dialplan target. + * Added two new dialplan functions, TOUPPER and TOLOWER, which convert a string to + upper and lower case, respectively. CLI Changes ----------- -- GitLab