From: Tilghman Lesher Date: Wed, 9 Apr 2008 16:23:30 +0000 (+0000) Subject: Mark recent additions from #11954 and #12254 X-Git-Tag: 1.6.2.0-beta1~2521 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e91279cfc78faa09a24dd65fd7153b93b6b07c5;p=thirdparty%2Fasterisk.git Mark recent additions from #11954 and #12254 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@113752 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/CHANGES b/CHANGES index 9a2244806d..efc9c82d52 100644 --- a/CHANGES +++ b/CHANGES @@ -25,6 +25,10 @@ Application Changes the arguments to Directory; previously, you could enter only 3, regardless of how many names are in your company. For large companies, this should be quite helpful. + * Voicemail now permits a mailbox setting to wrap around from first to last + messages, if the "messagewrap" option is set to a true value. + * Dial has a new option: F(context^extension^pri), which permits a callee to + continue in the dialplan, at the specified label, if the caller hangs up. SIP Changes -----------