First of all, thank you for your reply, however I see two problems with this solution:<br>1) I think sometimes even more than a second from the beginning of the prompt is missing, so I have to set a larger value, meaning in cases where nothing of the prompt was missing, the calling person listens to a pause of some seconds.<br>
2) Your solutions handles the symptoms of the problem, I&#39;d like to fix the root cause of this problem.<br><br>Any ideas on number 2, fixing / finding the root cause of this problem? Thanks :-)<br><br><br><div class="gmail_quote">
2012/6/17 Doug Lytle <span dir="ltr">&lt;<a href="mailto:support@drdos.info" target="_blank">support@drdos.info</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Stefan at WPF wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
beginning of the prompt was missing<br>
</blockquote>
<br></div>
User answer(500) or wait(1) before the audio prompts.<br>
<br>
Example:<br>
<br>
exten =&gt; s,1,Answer(500)<br>
exten =&gt; s,n,Voicemail({$ARG1}@sip,u)<br>
exten =&gt; s,n,Hangup()<br>
<br>
Doug<br>
<br>
<br>
-- <br>
Ben Franklin quote:<br>
<br>
&quot;Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety.&quot;<br>
<br>
<br>
--<br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</blockquote></div><br>