[Freeswitch-users] Is it possible to repeat music in playback

Jingwei Yang jingwei.yang at gmail.com
Thu Feb 11 02:33:10 PST 2010


Hello,

I've defined a very simple dialplan like the one below and when the caller
is connected to this plan, I hope to keep the call alive and repeat the
music set by playback. How am I able to achieve this?


    <extension name="agent_hold">
      <condition field="destination_number" expression="^33333$">
        <action application="answer"/>
        <action application="playback" data="customized/test.wav"/>
      </condition>
    </extension>


Thanks,
-Jingwei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100211/d911bda1/attachment-0002.html 


More information about the FreeSWITCH-users mailing list