[Freeswitch-users] Playing a wav file on a remote web server
Brad Mina
brad at tech21.com
Wed May 25 23:29:59 MSD 2011
Is there anything preventing you from using mod_shout? You could use mod_shout very easily from a number of languages.
On May 25, 2011, at 12:25 PM, Yungwei Chen <yungwei at resolvity.com> wrote:
> Any suggestions?
>
> -----Original Message-----
> Subject: [Freeswitch-users] Playing a wav file on a remote web server
>
> Hi,
>
> I am currently using the following javascript snippet to play a wav file on a remote web server.
> I'm wondering if there's another way to do it without involving a local file, just like mod_shout.
> Thanks.
>
> function on_dtmf(session, type, digits, arg)
> {
> dtmf_digits += digits.digit;
> console_log("dtmf_digits=" + dtmf_digits + "\n");
> return(true);
> }
>
> var ttsUrl = "http://127.0.0.1/tts/getWav.aspx?text=please%20enter%20your%204%20digit%20pin";
> var file = "/tmp/tts.wav";
> fetchURLFile(ttsUrl,file);
> session.streamFile(file, on_dtmf);
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> 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
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
More information about the FreeSWITCH-users
mailing list