Should the ARI DELETE /playback/{playbackId} be able to stop a playback when a number is being played? Here is a test I am running. I am playing multiple portions (sounds and numbers). curl -v -u asterisk:asterisk -X POST http://localhost:8088/ari/channels/1596750578.46/play?media=sound:hello-world,sound:tt-monkeys,number:553,sound:demo-instruct,number:123,number:456,number:789 If I attempt to stop while any of the numbers portions is being played, it does not stop the playback. I hear a skip or hiccup, but it continues playing. When I send the same exact stop playback a few seconds later (after the 553 portion playing the sound portion), it does stop the playback. I have run this test several times and it's failing. curl -v -u asterisk:asterisk -X DELETE http://localhost:8088/ari/playbacks/3b38730d-7954-4c50-9cdc-e4643ffc8c62 I am using 16.12.0 Is there some reason a DELETE playback doesn't work during a number portion or is this a bug? Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200806/1c89db58/attachment.html>
On Thu, Aug 6, 2020 at 7:28 PM Dan Cropp <dan at amtelco.com> wrote:> Should the ARI DELETE /playback/{playbackId} be able to stop a playback > when a number is being played? > > > > Here is a test I am running. I am playing multiple portions (sounds and > numbers). > > > > curl -v -u asterisk:asterisk -X POST > http://localhost:8088/ari/channels/1596750578.46/play?media=sound:hello-world,sound:tt-monkeys,number:553,sound:demo-instruct,number:123,number:456,number:789 > > > > If I attempt to stop while any of the numbers portions is being played, it > does not stop the playback. I hear a skip or hiccup, but it continues > playing. > > When I send the same exact stop playback a few seconds later (after the > 553 portion playing the sound portion), it does stop the playback. I have > run this test several times and it’s failing. > > > > curl -v -u asterisk:asterisk -X DELETE > http://localhost:8088/ari/playbacks/3b38730d-7954-4c50-9cdc-e4643ffc8c62 > > > > I am using 16.12.0 > > > > Is there some reason a DELETE playback doesn’t work during a number > portion or is this a bug? >They are two separate paths and implementations, and I don't think the number part has implemented the handling of stop and such. -- Joshua C. Colp Asterisk Technical Lead Sangoma Technologies Check us out at www.sangoma.com and www.asterisk.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200810/ab7f555e/attachment.html>
Thank you Joshua. That matches what I experienced last week. I will build the string to play the number prompts using individual sound prompts instead of using number. Dan From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Joshua C. Colp Sent: Monday, August 10, 2020 8:49 AM To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users at lists.digium.com> Subject: Re: [asterisk-users] ARI Stop Playback On Thu, Aug 6, 2020 at 7:28 PM Dan Cropp <dan at amtelco.com<mailto:dan at amtelco.com>> wrote: Should the ARI DELETE /playback/{playbackId} be able to stop a playback when a number is being played? Here is a test I am running. I am playing multiple portions (sounds and numbers). curl -v -u asterisk:asterisk -X POST http://localhost:8088/ari/channels/1596750578.46/play?media=sound:hello-world,sound:tt-monkeys,number:553,sound:demo-instruct,number:123,number:456,number:789 If I attempt to stop while any of the numbers portions is being played, it does not stop the playback. I hear a skip or hiccup, but it continues playing. When I send the same exact stop playback a few seconds later (after the 553 portion playing the sound portion), it does stop the playback. I have run this test several times and it’s failing. curl -v -u asterisk:asterisk -X DELETE http://localhost:8088/ari/playbacks/3b38730d-7954-4c50-9cdc-e4643ffc8c62 I am using 16.12.0 Is there some reason a DELETE playback doesn’t work during a number portion or is this a bug? They are two separate paths and implementations, and I don't think the number part has implemented the handling of stop and such. -- Joshua C. Colp Asterisk Technical Lead Sangoma Technologies Check us out at www.sangoma.com<http://www.sangoma.com> and www.asterisk.org<http://www.asterisk.org> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200810/d9f46a97/attachment.html>
Maybe Matching Threads
- ARI Stop Playback
- With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
- With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
- Is it possible to use Stasis to control both legs of a Local channel created using ARI?
- With ARI, is it possible to create (originate) a call and pass both the caller id name and number?