[Home]

Summary:ASTERISK-09297: Voicemail greeting message doesn't work with options
Reporter:Afshin Mashayekhi (afshin)Labels:
Date Opened:2007-04-23 03:07:58Date Closed:2011-06-07 14:02:40
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I'm using voicemail realtime and ODBC storage for my voicemail configs...
It doesn't matter what options you set as your greeting (I mean b or u) it always plays temp greeting..
I traced mysql logs and I found the asterisk always request temp file not busy or unavailable file...
I looked at app_voice.c and I tried to run voicemail with the old format like b{extension}@{context} and now it works..
if you use u it says this format depreciated but if you use b it doesn't say anything at all and it works correctly
I believe the issue is around line 6750 of app_voicemail.c
Comments:By: Afshin Mashayekhi (afshin) 2007-04-23 03:11:01

I just forgot:
If you try with the new format option s and j is fine but u and b doesn't work..
in line 6246 is similar code to 6750 and I'm not sure witch one could cause this issue...

By: Russell Bryant (russell) 2007-04-23 10:48:09

From your description, this does not sound like a bug at all.  If a temporary greeting exists, that is the one that is supposed to be played no matter what.  If you would like the user to hear your unavailable and busy greetings, then you delete your temporary greeting.

With that said, do you still think there is a problem here?

By: Afshin Mashayekhi (afshin) 2007-04-23 18:00:37

Sorry!!!! your new voicemail format doesn't work so this is not a bug...
I'd deleted the temp message before but it was still the same...
The new format for options u and b doesn't work and it just works for s and j.. if you think this is not a bug then what should I say!!!?

This is the description of voicemail in asterisk 1.4.2 (Which options is at the end not at the beginning):
-= Info about application 'VoiceMail' =-

[Synopsis]
Leave a Voicemail message

[Description]
 VoiceMail(mailbox[@context][&mailbox[@context]][...][|options])

By: Afshin Mashayekhi (afshin) 2007-04-30 20:43:59

in asterisk 1.4.4 this issue has fixed.. then u can close this case..

Thanks



By: Tilghman Lesher (tilghman) 2007-04-30 21:07:28

Closed at request of reporter.