I don&#39;t know if what you&#39;re doing is the optimal way or not, but I&#39;m pretty sure that if you are playing a second file then you need to break out of playing the first file. Look at the uuid_break API for ideas on how to do that.<div>
<br></div><div>-MC<br><br><div class="gmail_quote">On Fri, Apr 8, 2011 at 11:51 AM, Frankie Yiu <span dir="ltr">&lt;<a href="mailto:frankie.k.yiu@gmail.com">frankie.k.yiu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hi there,</div><div> </div><div>I would like to know what is the preferred way to do the following.</div><div>My application is this:  Make a phone call to a person, after the person picks up the phone an message would play.  If he presses the * key, the message would stop and start from the beginning again.  I am using C# to start the call and play an audio using  PlayAndGetDigits() while in my C++ code would check the DTMF event.  If it finds a * key pressed, it will call the uuid_displace with the same file (but for testing purpose, I am using different file).  This is not working right because I can hear that the new audio file is playing on top of the original audio instead of stopping the original audio and play the new audio.</div>

<div> </div><div>Anyone has an idea how I should do this?</div><div><br>Thanks in advance.<br><font color="#888888"><br>Frankie</font></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div>