mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
app_voicemail: Configurable voicemail beep
Hitherto, VoiceMail() played a non-customizable beep tone to indicate the caller could leave a message. In some cases, the beep may not be desired, or a different tone may be desired. To increase flexibility, a new option allows customization of the tone. If the t option is specified, the default beep will be overridden. Supplying an argument will cause it to use the specified file for the tone, and omitting it will cause it to skip the beep altogether. If the option is not used, the default behavior persists. ASTERISK-29349 Change-Id: I1c439c0011497e28a28067fc1cf1e654c8843280
This commit is contained in:
committed by
Joshua Colp
parent
0ad3504ce0
commit
bfc25e5de2
3
doc/CHANGES-staging/voicemail_beep.txt
Normal file
3
doc/CHANGES-staging/voicemail_beep.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Subject: app_voicemail
|
||||
|
||||
You can now customize the "beep" tone or omit it entirely.
|
Reference in New Issue
Block a user