From 4349fda37a8168983923d317597bd799341248ac Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 23 Nov 2005 05:58:41 +0000 Subject: [PATCH] issue #5828 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7192 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- ChangeLog | 4 ++++ configs/voicemail.conf.sample | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index c5123b2379..e88a8ae2d3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-23 Russell Bryant + + * configs/voicemail.conf.sample: Add note to indicate that #include should not be used for this file. (issue #5828) + 2005-11-23 Josh Roberson * configs/indications.conf.sample: Fix misspellings of cadence (issue #5826) diff --git a/configs/voicemail.conf.sample b/configs/voicemail.conf.sample index 69b145dfc7..ba917abca6 100755 --- a/configs/voicemail.conf.sample +++ b/configs/voicemail.conf.sample @@ -1,6 +1,13 @@ ; ; Voicemail Configuration ; + +; +; NOTE: Asterisk has to edit this file to change a user's password. This does +; note currently work with the "#include " directive for Asterisk +; configuration files. Do not use it with this configuration file. +; + [general] ; Default formats for writing Voicemail ;format=g723sf|wav49|wav -- 2.47.2