From 2e4076d5243e669cc6332b4626e2213c5c94f5e3 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 26 Feb 2010 16:34:59 +0000 Subject: [PATCH] added notice of voiemail.conf changes to UPGRADE doc git-svn-id: svn://192.168.202.10@1351 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/branches/agc_2.2.0/UPGRADE | 10 ++++++++++ agc_2-X/trunk/UPGRADE | 9 +++++++++ 2 files changed, 19 insertions(+) diff --git a/agc_2-X/branches/agc_2.2.0/UPGRADE b/agc_2-X/branches/agc_2.2.0/UPGRADE index 70d8cdb4..b3ff2439 100644 --- a/agc_2-X/branches/agc_2.2.0/UPGRADE +++ b/agc_2-X/branches/agc_2.2.0/UPGRADE @@ -369,6 +369,16 @@ NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom 89. Added popup calendars to many of the reports for easier date selection +90. Changed voicemail auto-config to use voicemail.conf directly because include + files are not fully supported in voicemail.conf. If you have any custom + voicemail boxes that are NOT defined in ViciDial then you need to put + them in a custom context above the [default] context in voicemail.conf + in order to keep them. This change will update the ViciDial database if + the user changes their voicemail password through their phone. If that + user also uses that phone entry to login to vicidial.php that password + will be changed as well + + diff --git a/agc_2-X/trunk/UPGRADE b/agc_2-X/trunk/UPGRADE index a235b784..b632ea77 100644 --- a/agc_2-X/trunk/UPGRADE +++ b/agc_2-X/trunk/UPGRADE @@ -48,6 +48,15 @@ OTHER CHANGES: 8. Added ability to use security_phrase field in the vicidial_list table as a Custom CallerID, must enable in Campaign settings +9. Changed voicemail auto-config to use voicemail.conf directly because include + files are not fully supported in voicemail.conf. If you have any custom + voicemail boxes that are NOT defined in ViciDial then you need to put + them in a custom context above the [default] context in voicemail.conf + in order to keep them. This change will update the ViciDial database if + the user changes their voicemail password through their phone. If that + user also uses that phone entry to login to vicidial.php that password + will be changed as well +