Make sure that mod_file_string is built and loaded and then try the syntax that is described here:<br><a href="http://wiki.freeswitch.org/wiki/Mod_file_string#Examples">http://wiki.freeswitch.org/wiki/Mod_file_string#Examples</a><br>
<br>Instead of a comma separated list you can use ! and be sure NOT to put a space after the ! because the function delimits the arguments with spaces. Try something like this:<br><br>$conn-&gt;execute(&quot;play_and_get_digits&quot;, 1 1 1000 # /usr/local/freeswitch/en/us/callie/sounds/ivr/please.wav!/usr/local/freeswitch/en/us/callie/sounds/ivr/press-1.wav  /usr/loca/freeswitch/en/us/callie/sounds/ivr/invalid.wav res \\d+);<br>
<br>Let us know how it goes.<br>-MC<br><br><br><div class="gmail_quote">On Wed, Sep 23, 2009 at 11:38 PM, velusamy velu <span dir="ltr">&lt;<a href="mailto:velu.technical@gmail.com">velu.technical@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear All,<br>    <br>       I am in the process of doing IVR development on FreeSWITCH. I am having doubt in the play_and_get_digits application. I am  using Perl language for handling IVR.<br>
<br>     How can I play more than one sound file in play_get_digits application?<br>
     For an example,<br>   <br>$conn-&gt;execute(&quot;play_and_get_digit&quot;, 1 1 1000 # /usr/local/freeswitch/en/us/callie/sounds/ivr/please.wav , /usr/local/freeswitch/en/us/callie/sounds/ivr/press-1.wav  /usr/loca/freeswitch/en/us/callie/sounds/ivr/invalid.wav res \\d+);<br>

<br>Is the above statement is right?  Can I use more than one file in it?<br><br>OR <br><br>Can I use the play_get_digits as following?<br><br>$conn-&gt;execute(&quot;play_and_get_digit&quot;, 1 1 1000 #
/usr/local/freeswitch/en/us/callie/sounds/ivr/please.av  
/usr/loca/freeswitch/en/us/callie/sounds/ivr/invalid.wav res \\d+);<br><br>$conn-&gt;execute(&quot;play_and_get_digit&quot;, 1 1 1000 #
/usr/local/freeswitch/en/us/callie/sounds/ivr/press-1.wav 
/usr/loca/freeswitch/en/us/callie/sounds/ivr/invalid.wav res \\d+);<br><br>In the above statements how can I assure that the first  application or second application is executed? <br><br>When the digit is get while playing the first application the second application should not be played. How Can I do that?<br>

<br>Is this my understanding wrong?<br>Correct me If I am wrong?<br><br><br>Please help me?<br><br><br>
<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>