[Home]

Summary:ASTERISK-05902: upgrade to 1.2.1 - voicemail cannot find mailbox in default context, using realtime with mysql
Reporter:Niles Ingalls (atheos)Labels:
Date Opened:2005-12-25 19:44:42.000-0600Date Closed:2005-12-25 20:48:24.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:After upgrading to 1.2.1, the voicemail app isn't finding the user in the default context, or any other context for all I know. Here's the console info:
   -- Nobody picked up in 15000 ms
   -- Executing VoiceMail("Zap/1-1", "u1@default") in new stack
Dec 25 21:32:41 WARNING[8484]: app_voicemail.c:2384 leave_voicemail: No entry in voicemail config file for '1'
   -- Executing Hangup("Zap/1-1", "") in new stack
 == Spawn extension (default, did, 6) exited non-zero on 'Zap/1-1'
   -- Executing Hangup("Zap/1-1", "") in new stack
 == Spawn extension (default, h, 1) exited non-zero on 'Zap/1-1'
   -- Hungup 'Zap/1-1'



After downgrading, my voicemail function worked properly again.
Here's the info from extensions.conf

exten => did,5,Voicemail(u${DID}@default)
exten => did,6,Hangup

Comments:By: Tilghman Lesher (tilghman) 2005-12-25 20:48:23.000-0600

Already fixed in the latest 1.2 branch.  Please checkout the branch from SVN.