<div>Hi there,</div><div> </div><div>I would like to play an audio to the channel and then if the callee presses a &#39; * &#39; and the audio would replay immediately from the beginning, how can I do that?  I am using C#.</div>
<div> </div><div>Currently I am calling PlayAndGetDigits() and would play an audio.  I am also subscribing a DTMF event, when I find a DTMF =  &#39; * &#39;  I would call this command &quot;uuid_displace &quot; + &lt;unique ID&gt; + &quot; start &quot; + &lt;file name&gt; + &quot; 20&quot; &quot; to play the audio again.  The problem is that it seems like the event come in after 6 or 7 sec after the callee presses the key.  </div>
<div> </div><div>What am I doing wrong or is there a better way to do this?</div><div> </div><div>Thank you.</div><div> </div><div>Frankie</div>