[Freeswitch-users] How to play more than one voice file in play_and_get_digits function

Brian West brian at freeswitch.org
Thu Sep 24 06:09:23 PDT 2009


You can also use phrase macros.  (and no its not just for TTS ;)  )

/b

On Sep 24, 2009, at 2:02 AM, Michael Collins wrote:

> Make sure that mod_file_string is built and loaded and then try the  
> syntax that is described here:
> http://wiki.freeswitch.org/wiki/Mod_file_string#Examples
>
> 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:
>
> $conn->execute("play_and_get_digits", 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+);
>
> Let us know how it goes.
> -MC

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090924/76411440/attachment-0002.html 


More information about the FreeSWITCH-users mailing list