mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
committed by
Friendly Automation
parent
c1a575907b
commit
347e9a7e4d
7
doc/CHANGES-staging/app_voicemail.txt
Normal file
7
doc/CHANGES-staging/app_voicemail.txt
Normal 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.
|
Reference in New Issue
Block a user