]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail.c: Support multiple file formats for forwarded messages.
authorcmaj <chris@penguinpbx.com>
Fri, 27 Sep 2019 00:24:12 +0000 (18:24 -0600)
committercmaj <chris@penguinpbx.com>
Mon, 14 Oct 2019 22:18:08 +0000 (16:18 -0600)
commitc8e38f8550abf582453469e5cd5d0fa71b680867
treec8b5c9453f3f410ed308cea33c892651e776fa79
parent78ad383837c31140bba9330c3097cd1806fc8982
app_voicemail.c: Support multiple file formats for forwarded messages.

If you specify multiple formats in voicemail.conf, eg. "format = gsm|wav"
and are using realtime ODBC backend, only the first format gets stored
in the database. So when you forward a message later on, there is a bug
generating the email, related to the stored format (GSM) being different
than the desired email format (WAV) specified for the user. Sox can
handle this, but Asterisk needs to tell sox exactly what to do.

ASTERISK-22192

Change-Id: I7321e7f7e7c58adbf41dd4fd7191c887b9b2eafd
apps/app_voicemail.c