<span style="font-family: Tahoma, Geneva, sans-serif; font-size: 10pt"><br><span style="font-family: tahoma,arial,sans-serif; font-size: 10pt;"><hr align="center" size="2" width="100%"><b>From</b>: "Bryant Zimmerman" <BryantZ@zktech.com><br><b>Sent</b>: Monday, November 25, 2013 2:49 PM<br><b>To</b>: asterisk-users@lists.digium.com<br><b>Subject</b>: Re: [asterisk-users] Voicemail greeting playback issues?</span><br><br><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 10pt"><br><span style="font-family: tahoma,arial,sans-serif; font-size: 10pt;"><hr align="center" size="2" width="100%"><b>From</b>: "Doug Lytle" <support@drdos.info><br><b>Sent</b>: Monday, November 25, 2013 2:01 PM<br><b>To</b>: bryantz@zktech.com, "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com><br><b>Subject</b>: Re: [asterisk-users] Voicemail greeting playback issues?</span><br><br><div style="font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000"><div>>> <span style="font-family: Tahoma, Geneva, sans-serif; font-size: 10pt;">Both 11.2.1 and 11.6 do this. If I drop back to 1.8.current the issue goes away.<br></span><br></div><div><br></div><div>I don't see this under 11.5.1<br></div><div><br></div><div>Doug<br></div><div>---------------------------------------------------<br><br>Doug<br><br>Thank you for your response. It is good to hear that you are not having the issue. <br>It gives me hope that there is a way to resolve this quickly. <br><br>Do
 you have an thing special around your voicemail configuration? We 
started with the 11.xx sample config and mapped our settings from 
1.8.x.   Both our 11.xx and 1.8.x systems are running on the same 
virtual server. Both are reading and writing audio and vm files to and 
from the local storage.  I forced off g729 to ensure that it was not 
causing the issues.<br><br>Do you know of any way to force a higher level of debugging to see why the voicemail application would be having an issue?<br><br><div>Thanks<br>
<br>
Bryant Zimmerman (ZK Tech Inc.)<br>
616-855-1030 Ext. 2003<br><br>--------------------------------------------------------<br><br>Hey all<br><br>I believe I found the bug in Asterisk 11.xxx If someone can help me verify it.<br><br>My voice mail test scripts do not answer or wait they just drop you into the voicemail box. <br><br>It appears that something with Asterisk 11.xx is causing the voicemail() command to drop in and ether not play or mess up the prompts. If you have not given it at least one second in the channel before passing it to the voicemail() command.<br>If you throw a wiat(1) just before the voicemail() command the prompts play correctly. So if you have rung extensions using dial() before going to voicemail that appears to be enough time. <br><br>If you place an inbound call directly to voicemail() with no pause then you have an issue. <br><br>Example Broken:<br><blockquote>exten => _9XXX,1,Set(l_VMExt=${EXTEN:1})<br>exten => _9XXX,n,MailboxExists(${l_VMExt}@${siteVMContext})<br>exten => _9XXX,n,GotoIf($["${VMBOXEXISTSSTATUS}"="FAILED"]?doHangup)<br>exten => _9XXX,n,Voicemail(${l_VMExt}@${siteVMContext},u)<br>exten => _9XXX,n(doHangup),NoOp(Issue 9XXX Hangup)<br>exten => _9XXX,n,Hangup()<br></blockquote><br>Example Works:<br><blockquote>exten => _9XXX,1,Set(l_VMExt=${EXTEN:1})<br>exten => _9XXX,n,MailboxExists(${l_VMExt}@${siteVMContext})<br>exten => _9XXX,n,GotoIf($["${VMBOXEXISTSSTATUS}"="FAILED"]?doHangup)<br><span style="background-color: rgb(255, 255, 204);"><i><b>exten => _9XXX,n,Wait(1)</b></i></span><br>exten => _9XXX,n,Voicemail(${l_VMExt}@${siteVMContext},u)<br>exten => _9XXX,n(doHangup),NoOp(Issue 9XXX Hangup)<br>exten => _9XXX,n,Hangup()<span style="font-family: Tahoma, Geneva, sans-serif; font-size: 10pt"></span><br><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 10pt"></span></blockquote><br>The code that is broken with Asterisk 11.xx worked in Asterisk 1.8.x<br>Can anyone confirm this?<br><br>Thanks<br>Bryant Zimmerman()<br></div></div></div></span></span>