[asterisk-commits] rmudgett: branch rmudgett/external_mwi r403795 - in /team/rmudgett/external_m...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Dec 13 14:49:54 CST 2013
Author: rmudgett
Date: Fri Dec 13 14:49:51 2013
New Revision: 403795
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=403795
Log:
Update app_voicemail mailbox at context change notice.
Modified:
team/rmudgett/external_mwi/UPGRADE.txt
team/rmudgett/external_mwi/configs/voicemail.conf.sample
Modified: team/rmudgett/external_mwi/UPGRADE.txt
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/external_mwi/UPGRADE.txt?view=diff&rev=403795&r1=403794&r2=403795
==============================================================================
--- team/rmudgett/external_mwi/UPGRADE.txt (original)
+++ team/rmudgett/external_mwi/UPGRADE.txt Fri Dec 13 14:49:51 2013
@@ -22,9 +22,11 @@
===========================================================
VoiceMail:
- - Mailboxes defined by app_voicemail must be referenced by the rest of the
- system as mailbox at context. app_voicemail no longer assumes @default for
- mailbox identifiers that do not specify a context.
+ - Mailboxes defined by app_voicemail MUST be referenced by the rest of the
+ system as mailbox at context. The rest of the system cannot add @default
+ to mailbox identifiers for app_voicemail that do not specify a context
+ any longer. It is a mailbox identifier format that should only be
+ interpreted by app_voicemail.
Channel Drivers
------------------
Modified: team/rmudgett/external_mwi/configs/voicemail.conf.sample
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/external_mwi/configs/voicemail.conf.sample?view=diff&rev=403795&r1=403794&r2=403795
==============================================================================
--- team/rmudgett/external_mwi/configs/voicemail.conf.sample (original)
+++ team/rmudgett/external_mwi/configs/voicemail.conf.sample Fri Dec 13 14:49:51 2013
@@ -2,12 +2,20 @@
; Voicemail Configuration
;
+; ********* NOTICE ************************************************************
;
; NOTE: Asterisk has to edit this file to change a user's password. This does
; not currently work with the "#include <file>" directive for Asterisk
; configuration files, nor when using realtime static configuration.
; Do not use them with this configuration file.
;
+; NOTE: Mailboxes defined by app_voicemail MUST be referenced by the rest
+; of the system as mailbox at context. The rest of the system cannot add
+; @default to mailbox identifiers for app_voicemail that do not specify a
+; context any longer. It is a mailbox identifier format that should only
+; be interpreted by app_voicemail.
+;
+; ********* NOTICE ************************************************************
[general]
; Formats for writing Voicemail. Note that when using IMAP storage for
@@ -227,10 +235,6 @@
; received, to the given mailbox. If pager is specified, a message will be
; sent there as well. If the password is prefixed by '-', then it is
; considered to be unchangeable.
-;
-; Note: The rest of the system identifies voicemail mailboxes as mailbox at context.
-; Voicemail will no longer assume @default for a mailbox identifier presented by
-; another module to voicemail without the @context part.
;
; Advanced options example is extension 4069
; NOTE: All options can be expressed globally in the general section, and
More information about the asterisk-commits
mailing list