[Freeswitch-users] stream a file multicast with mod_esf

Sluschny, Thomas Thomas.Sluschny at siemens.com
Thu Feb 12 06:00:51 PST 2009


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/8a8320b8/attachment-0002.html 


More information about the FreeSWITCH-users mailing list