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

Daniel Liang Daniell at airg.com
Fri Jan 30 17:17:49 PST 2009


It works. Thank you.

________________________________

From: freeswitch-users-bounces at lists.freeswitch.org
[mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of
Anthony Minessale
Sent: January 29, 2009 1:54 PM
To: freeswitch-users at lists.freeswitch.org
Subject: Re: [Freeswitch-users] How to break a playback with loops


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
<mailto:MSN%3Aanthony_minessale at hotmail.com> 
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
<mailto:PAYPAL%3Aanthony.minessale at gmail.com> 
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
<mailto:sip%3A888 at conference.freeswitch.org> 
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org
<mailto: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/20090130/17ca7b75/attachment-0002.html 


More information about the FreeSWITCH-users mailing list