Dear all, <br><br>         I am in the process of implementing IVR using event outbound socket (async mode).<br>         I have implemented using Perl language. <br>   <br>          I did the following steps:<br>                   =&gt; Set the playback_delimiter variable <br>
                   =&gt; Set the playback_sleep_val variable<br>                   =&gt; Set the event lock as true <br>                    =&gt; Set the freeswitch ( my own)  variable as zero <br>                    =&gt; Wait in the loop until the variable is been set as zero<br>
                   =&gt;  Playback the voice files ( Here I combined the voice files with the delimiter value if more than one voice files are there)<br clear="all">                   =&gt; Set the freeswitch(my own) variable as true ( This is used to identify whether the voice files are played<br>
 successfully).<br>                   =&gt; Wait in the loop until the variable is been set as one.<br>                   =&gt; Set the Event lock as false<br> <br>                   =&gt; Trying to get the DTMF digits ( Have a assurance that  all the voice files are played).<br>
<br>       The problem is, <br><br>             The above steps are working fine when the voice file count is lesser than or equal to 10. After the voice files are played only the variable(my own freeswitch) is set. Based on the variable I am doing further things.<br>
            <br>             But when I tried to give the voice files count of more than 10 the variable has been set while starting to play back the first voice file itself . Because of this I am not able to proceed further. <br>
 <br>  <b>DID I MAKE ANY MISTAKE IN THE ABOVE STEPS?</b><br><br><b>NOTE</b>: I also referred mod_file_string documentation. In that they specified 128 files can be used to play back the voice files using playback_delimiter option. <br>
 <br>Please help me................?<br>Thanks in advance.<br><br>         <br>-- <br>Regards,<br>Thangappan.M<br>