Dear All,<br>     I have played the list of voice files in playback like the following by using ESL perl module,<br><br>      $conn-&gt;execute(&quot;set&quot;,&quot;playback_delimiter=!&quot;);<br>      $conn-&gt;execute(&quot;set&quot;,&quot;playback_sleep_val=100&quot;);<br>
 $conn-&gt;playback($sound_path.&quot;ivr/ivr-welcome_to_freeswitch.wav!ivr/ivr-this_ivr_will_let_you_test_features.wav!ivr/ivr-you_may_exit_by_hanging_up.wav&quot;);<br><br> In a loop I am checking the DTMF event, if that event comes I should stop the above palyback. How can I do it?<br>
<br>Regards,<br>Velusamy.<br><br>