From 1c7dd506d6a6c6210b863cbc44429e816a421810 Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Tue, 24 Nov 2009 13:52:21 +0000 Subject: [PATCH] Updated CHANGES file to describe the new 'd' option to app_followme added in r230964 (related to issue #14155) Reported by: junky git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@231025 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 9ead868893..b2651d8c93 100644 --- a/CHANGES +++ b/CHANGES @@ -101,6 +101,8 @@ Applications configuration for more information. * The ChanIsAvail application now exposes the returned cause code using a separate variable, AVAILCAUSECODE, instead of overwriting the device state in AVAILSTATUS. + * Added 'd' option to app_followme. This option disables the "Please hold" + announcement. Dialplan Functions ------------------