[Home]

Summary:ASTERISK-08999: Greetings stored in ODBC voicemail don't play [patch]
Reporter:Kenneth Shumard (kshumard)Labels:
Date Opened:2007-03-13 11:19:19Date Closed:2011-06-07 14:07:22
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail.patch
Description:The leave_voicemail function pulls the busy, unavail, and temp greetings, but doesn't pull the "greet" greeting used by default if none of the others are set. This patch fixes that (though it may not be in quite the right place).
Comments:By: Jason Parker (jparker) 2007-06-07 12:38:54

It actually looks like it does eventually try to play the greet sound file in invent_message - but it only gets there if prefile isn't zero length, which would only happen if you specified to play the busy or unavail message and they didn't exist, AND if a temp greeting doesn't exist.  I believe this may be by design.

By: Brett Bryant (bbryant) 2007-06-07 15:06:54

Talking it over with russell looking at the code, it doesn't look like the dialplan function should automatically try and play greet if the options for neither busy or unavailable greetings are set.