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:
Naveen Albert
2021-05-13 10:47:08 -04:00
committed by Joshua Colp
parent 0ad3504ce0
commit bfc25e5de2
2 changed files with 26 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
Subject: app_voicemail
You can now customize the "beep" tone or omit it entirely.