From dd3343c33d324cd635996365efe7f39981a31702 Mon Sep 17 00:00:00 2001 From: Alec L Davis Date: Fri, 7 May 2010 23:54:15 +0000 Subject: VoicemailMain and VMauthenticate, allow escape to the 'a' extension when a single '*' is entered Where a site uses VoicemailMain(mailbox) the users have to be at their own extension to clear their voicemail, they have no way of escaping VoicemailMain to allow entry of new boxnumber. This patch, allows a site to include to 'a' priority in the VoicemailMain context, to allow an escape. If the 'a' priority doesn't exist in the context that VoicemailMain was called from then it acts as the old behaviour. Reported by: alecdavis Tested by: alecdavis Patch vm_a_extension.diff2.txt uploaded by alecdavis (license 585) Review: https://reviewboard.asterisk.org/r/489/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@262005 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- UPGRADE.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UPGRADE.txt') diff --git a/UPGRADE.txt b/UPGRADE.txt index 63eaf563c..67fa6a628 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -78,6 +78,10 @@ From 1.6.2 to 1.8: * The Manager event 'iax2 show peers' output has been updated. It now has a similar output of 'sip show peers'. +* VoiceMailMain and VMAuthenticate, if a '*' is entered in the first position + of a Mailbox or Password, will, if it exists, jump to the 'a' extension in + the current dialplan context. + From 1.6.1 to 1.6.2: * SIP no longer sends the 183 progress message for early media by -- cgit v1.2.3