[Freeswitch-users] Playing remote prompts

Brad Mina brad at tritelcomm.com
Tue May 10 01:02:42 MSD 2011


You could setup an internal http server with a directory called 'audio' (
http://server.ip/audio/), then use mod_shout as Avi suggested like this:
<action application="shout" data="http://server.ip/audio/file.mp3"/>


On Mon, May 9, 2011 at 12:57 PM, Avi Marcus <avi at avimarcus.net> wrote:

> At least one potion is to use mod_shout to stream them from a server.
> Do note that this adds another point of failure to your setup...
>
> -Avi
>
>
> On Mon, May 9, 2011 at 10:33 PM, Adam Kelloway <adam.kelloway at newpace.ca>wrote:
>
>> If I did not wish to store audio files on a FreeSWITCH host, what are my
>> options for being able to retrieve a remote file and playing it?
>> My understanding is that the playback application can only play a local
>> file, is that correct?
>> I did notice that there is a shell_stream module, which you could
>> potentially use to retrieve a file (say, via HTTP), and provide the
>> audio data as the output bash script output. Is there a way to do this
>> or something similar without having to actually load another
>> program/script?
>>
>> Thanks,
>>
>> Adam Kelloway
>>
>> _______________________________________________
>> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110509/784e469e/attachment.html 


More information about the FreeSWITCH-users mailing list