[Freeswitch-users] How to break a playback with loops

Anthony Minessale anthony.minessale at gmail.com
Thu Jan 29 13:54:25 PST 2009


The break function with the all app is better for this

api break <uuid> all

This lets you still break even if the playback is in event lock

I did add to trunk a patch so you can do it with the app
you can now add "all" as the app args to break completely.


On Thu, Jan 29, 2009 at 3:34 PM, Michael Collins <msc at freeswitch.org> wrote:

> Could you please file a bug report on this? jira.freeswitch.org. Also,
> follow the bug reporting guidelines here:
> http://wiki.freeswitch.org/wiki/Reporting_Bugs
>
> Thanks,
> MC
>
> On Thu, Jan 29, 2009 at 11:05 AM, Daniel Liang <Daniell at airg.com> wrote:
> > Hi,
> >
> > I am trying to playing back a wav file a few times, and on receiving a
> dtmf
> > event, it stops playing the file. The command I sent is:
> >
> > sendmsg
> > call-command: execute
> > execute-app-name: playback
> > execute-app-arg: <the wav file>
> > loops: 4
> >
> > On receiving a dtmf event, I send a break command:
> >
> > sendmsg
> > call-command: execute
> > execute-app-name: break
> >
> > However, that only breaks one loop of the playback. And I have to press a
> > dtmf for 4 times to stop the file.
> >
> > I tried sending 4 break commands all at once. But it didn't work. And
> even
> > worse, my program stops receiving dtmfs anymore. My guess is that the
> first
> > break stops the first loop, but before the second loop starts, the
> following
> > 3 breaks stop something else that I don't know what they are.
> >
> > Any help is appreciated.
> >
> > Thanks.
> > Daniel Liang
> >
> > _______________________________________________
> > 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
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090129/ef1635aa/attachment-0002.html 


More information about the FreeSWITCH-users mailing list