]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail: Configurable voicemail beep
authorNaveen Albert <mail@interlinked.x10host.com>
Thu, 13 May 2021 14:47:08 +0000 (10:47 -0400)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 19 May 2021 13:03:30 +0000 (08:03 -0500)
commit567ea5abf83c8f77714cbbb5b716df78b9d1ad45
tree2cb10a810192c0f8c04e50bb8b7d4191ff05e1f3
parent0026aeada39de19f25f2b760c1fd3fc02937bd2e
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
apps/app_voicemail.c
doc/CHANGES-staging/voicemail_beep.txt [new file with mode: 0644]