From d7f2bc562ac18ef6e17cbc6390c4477513a17945 Mon Sep 17 00:00:00 2001 From: The-Operator Date: Thu, 8 Jun 2017 19:04:14 +0200 Subject: [PATCH] Enhance vmail to support direct acces to a VM (#2654) * Enhance vmail to support direct acces to a VM Added the possibility to dial into a voicemail box directly by specifying the destination Vm in the dialstring., e.g. *981234 to access VM 1234. Usefull to access shared VM via function keys. * Enhance vmail to support direct acces to a VM - Update Add missing break="never" to first condition and added voicemail_authorized=false as suggested. * Enhance vmail to support direct acces to a VM - Update --- .../resources/switch/conf/dialplan/320_vmain.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app/dialplan/resources/switch/conf/dialplan/320_vmain.xml b/app/dialplan/resources/switch/conf/dialplan/320_vmain.xml index bcb15314e0..e4d51d9377 100644 --- a/app/dialplan/resources/switch/conf/dialplan/320_vmain.xml +++ b/app/dialplan/resources/switch/conf/dialplan/320_vmain.xml @@ -1,7 +1,7 @@ - + @@ -9,5 +9,14 @@ + + + + + + + + + - \ No newline at end of file +