<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The endpoint receiving them can also have an impact.</blockquote><div><br></div><div>FWIW, I can reproduce it both through an actual phone to a DID on Flowroute, and a sip phone running on my laptop connecting to a locally running asterisk.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Asterisk doesn't<br>
generally generate media on its own. This means that if you play a sound<br>
file, wait, play a sound file, etc, there is no silence generated in<br>
that gap period. The endpoint may not be liking the resulting RTP<br>
stream, resulting in it getting confused when the sound file changes and<br>
causing an actual audio manifestation.<br></blockquote><div><br></div><div>Does "wait" include doing an AGI "wait for digit"?</div><div>This does happen sometimes. For instance if I'm playing two phrases, sometimes I want a 250ms or 500ms pause in between, and if it's part of a prompt that can be interrupted I use WaitForDigit (otherwise I currently just use Thread.sleep)</div><div><br></div><div>But it does not seem like that's where it's happening. Mostly I'm playing a bunch of sound files one right after the other. (Well, there's technically some amount of time spent in getting the response from asterisk over FastAGI and sending the next command... but one would hope that's negligible...)  </div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
--<br>
Joshua Colp<br>
Digium, Inc. | Senior Software Developer<br>
445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br>
Check us out at: <a href="http://www.digium.com" rel="noreferrer" target="_blank">www.digium.com</a> & <a href="http://www.asterisk.org" rel="noreferrer" target="_blank">www.asterisk.org</a><br>
<br>
_______________________________________________<br>
asterisk-app-dev mailing list<br>
<a href="mailto:asterisk-app-dev@lists.digium.com" target="_blank">asterisk-app-dev@lists.digium.com</a><br>
<a href="http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev" rel="noreferrer" target="_blank">http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev</a><br>
</blockquote></div></div>