Has anyone seen this (version 1.2)?

 

The following dialplan should result in the voicemail message being delivered two both mailboxes ([EMAIL PROTECTED] and [EMAIL PROTECTED]);

 

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([EMAIL PROTECTED]&[EMAIL PROTECTED]|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", "[EMAIL PROTECTED]&[EMAIL PROTECTED]|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 [EMAIL PROTECTED] to [EMAIL PROTECTED]

    -- 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?

 

 

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to