app_voicemail.c: Ability to silence instructions if greeting is present.

There is an option to silence voicemail instructions but it does not
take into consideration if a recorded greeting exists or not. Add a
new 'S' option that does that.

ASTERISK-29632 #close

Change-Id: I03f2f043a9beb9d99deab302247e2a8686066fb4
This commit is contained in:
Sean Bright
2021-09-07 13:32:33 -04:00
committed by Friendly Automation
parent c1a575907b
commit 347e9a7e4d
2 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
Subject: app_voicemail
Add a new 'S' option to VoiceMail which prevents the instructions
(vm-intro) from being played if a busy/unavailable/temporary greeting
from the voicemail user is played. This is similar to the existing 's'
option except that instructions will still be played if no user
greeting is available.