summaryrefslogtreecommitdiff
path: root/UPGRADE-12.txt
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADE-12.txt')
-rw-r--r--UPGRADE-12.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPGRADE-12.txt b/UPGRADE-12.txt
index e65cedc21..360e28d93 100644
--- a/UPGRADE-12.txt
+++ b/UPGRADE-12.txt
@@ -181,6 +181,12 @@ SetAMAFlags
- This application is deprecated in favor of CHANNEL(amaflags).
VoiceMail:
+ - Mailboxes defined by app_voicemail MUST be referenced by the rest of the
+ system as mailbox@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.
+
- The voicemail.conf configuration file now has an 'alias' configuration
parameter for use with the Directory application. The voicemail realtime
database table schema has also been updated with an 'alias' column. Systems
@@ -208,6 +214,12 @@ chan_dahdi:
A range of channels can be specified to be destroyed. Note that this command
should only be used if you understand the risks it entails.
+ - The script specified by the chan_dahdi.conf mwimonitornotify option now gets
+ the exact configured mailbox name. For app_voicemail mailboxes this is
+ mailbox@context.
+
+ - Added mwi_vm_boxes that also must be configured for ISDN MWI to be enabled.
+
chan_local:
- The /b option has been removed.
@@ -442,6 +454,13 @@ CDR: (function)
- The 's' option has been removed, as LOCKED semantics no longer exist in the
CDR engine.
+VMCOUNT:
+ - Mailboxes defined by app_voicemail MUST be referenced by the rest of the
+ system as mailbox@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.
+
res_rtp_asterisk:
- ICE/STUN/TURN support in res_rtp_asterisk has been made optional. To enable
them, an Asterisk-specific version of PJSIP needs to be installed.