[Freeswitch-users] stream a file multicast with mod_esf
Brian West
brian at freeswitch.org
Thu Feb 12 07:07:36 PST 2009
esf is for multi cast paging... it currently won't let you play
files... we would have to create a multicast playback application.
/b
On Feb 12, 2009, at 8:00 AM, Sluschny, Thomas wrote:
> Hi,
>
> i want to stream a file per IP multicast with mod_esf.
>
> I can stream IP multicast with:
> pa call stream XML
> and in XML dialplan:
> <extension name="stream">
> <condition field="destination_number" expression="^stream$">
> <action application="answer"/>
> <action application="esf_page_group" data="224.168.168.168 34567"/>
> <action application="esf_page_group" data=""/>
> </condition>
> </extension>
> and i can also play files with 'playback' app,
>
> BUT: how can put these 2 things together?
>
> May be its trivial, but i cant get it make working with 'originate'
> or 'uuid_broadcast' or 'bridge', 'transfer' and so on ...
>
> Thanks in advance,
> Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090212/dd1bef26/attachment-0002.html
More information about the FreeSWITCH-users
mailing list