<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hi Guys,</div>
<div><br>
</div>
<div>Hope all are well?</div>
<div><br>
</div>
<div>I am using using skip_instructions with the voicemail module, so that we dont have any instructions and just the audio file is played (voicemail_greeting_number=1), which I am doing in dialplan as below;</div>
<div><br>
</div>
<div><br>
</div>
<div><action application="answer"/></div>
<div> <action application="sleep" data="1000"/></div>
<div><action application="set" data="skip_instructions=true"/></div>
<div><action application="set" data="voicemail_greeting_number=1"/></div>
<div><action application="voicemail" data="default Domain user"/></div>
<div><br>
</div>
<div>This works fine but some people are reporting the 'beep' kicks in too quickly after the audio file has stopped playing.</div>
<div><br>
</div>
<div>Is there a way to pause/sleep the 'beep' so I can wait for a few seconds before it is generated?</div>
<div><br>
</div>
<div>Many thanks</div>
<div><br>
</div>
<div>Jon</div>
<br>
<p></p>
</div>
</body>
</html>