Use phrase macros as Brian said. On Thu, Sep 24, 2009 at 1:09 PM, Brian West <[email protected]> wrote:
> 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 > > > > _______________________________________________ > FreeSWITCH-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > >
_______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
