[Home]

Summary:ASTERISK-06983: voicemail to more than one mailbox fails
Reporter:sohosys (sohosys)Labels:
Date Opened:2006-05-16 12:20:55Date Closed:2011-06-07 14:07:21
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The following dialplan should result in the voicemail message being delivered two both mailboxes (5555557426@context_name and 5555557427@context_name);

exten => 0,1,SetCIDName(OPER ${CALLERIDNAME})
exten => 0,2,Dial(SIP/5555557423&SIP/5555557424&SIP/5555557425&SIP/5555557426&SIP/5555557427&SIP/5555557428&SIP/5555557429&SIP/5555557430|30)
exten => 0,3,playback(no-operator)
exten => 0,4,Voicemail(5555557426@context_name&5555557427@context_name|s)
exten => 0,5,Hangup()

The actual result is an error copying the message to the second mailbox as follows;

-- Executing VoiceMail("Zap/15-1", "5555557426@context_name&5555557427@context_name|s") in new stack
   -- Playing 'beep' (language 'en')
   -- Recording the message
   -- x=0, open writing:  /var/spool/asterisk/voicemail/context_name/5555557426/INBOX/msg0000 format: wav, 0x8f69968
   -- x=1, open writing:  /var/spool/asterisk/voicemail/context_name/5555557426/INBOX/msg0000 format: ulaw, 0x8f5a3c0
May 16 10:48:44 NOTICE[24590]: app_voicemail.c:2262 copy_message: Copying message from 5555557426@context_name to 5555557427@context_name
   -- Channel 0/15, span 1 got hangup
May 16 10:48:49 WARNING[24590]: app.c:1146 ast_lock_path: Failed to lock path '': File exists

Looks like there is no process to produce a unique filename before the copy?


****** ADDITIONAL INFORMATION ******

this a pre-1.2 version from 8/27/2005
Comments:By: Tilghman Lesher (tilghman) 2006-05-16 14:53:44

I'm sorry, but pre-1.2 versions are not supported.  Please upgrade to 1.2.7.1, and try that version before reporting any issues.