Re: [asterisk-dev] Adding new ARI for application execute

2019-04-04 Thread Sung-tae Kim
day, April 4, 2019 4:35:47 AM > > Subject: Re: [asterisk-dev] Adding new ARI for application execute > > > 2019년 4월 4일 (목) 오전 12:07, Matt Fredrickson < [ mailto:cres...@digium.com > | > > cres...@digium.com ] >님이 작성: > > I concur with Joshua and Matt. > > J

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-04 Thread Michael L. Young
- Original Message - > From: "Sung-tae Kim" > To: "Asterisk Developers Mailing List" > Sent: Thursday, April 4, 2019 4:35:47 AM > Subject: Re: [asterisk-dev] Adding new ARI for application execute > 2019년 4월 4일 (목) 오전 12:07, Matt Fredrickson <

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-04 Thread Sung-tae Kim
2019년 4월 4일 (목) 오전 12:07, Matt Fredrickson 님이 작성: > On Tue, Apr 2, 2019 at 6:05 PM Kevin Harwell wrote: > > > > On Tue, Apr 2, 2019 at 4:01 PM Sungtae Kim wrote: > >> > >> So, here's some API draft. > >> > >> I will introduce 2 new ARI requests and 1 ARI event. > > > > > > ARI is meant to be an

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-03 Thread Matt Fredrickson
On Tue, Apr 2, 2019 at 6:05 PM Kevin Harwell wrote: > > On Tue, Apr 2, 2019 at 4:01 PM Sungtae Kim wrote: >> >> So, here's some API draft. >> >> I will introduce 2 new ARI requests and 1 ARI event. > > > ARI is meant to be an alternative to diaplan applications, and not act as a > layer on top o

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-02 Thread Kevin Harwell
On Tue, Apr 2, 2019 at 4:01 PM Sungtae Kim wrote: > So, here's some API draft. > > I will introduce 2 new ARI requests and 1 ARI event. > ARI is meant to be an alternative to diaplan applications, and not act as a layer on top of them. Which I feel is the direction this idea is heading towards.

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-02 Thread Sungtae Kim
Hi Kevin, Thank you for replying. Yes, I agree with how the ARI was designed. Btw, because of that, I can see some improvement point. While the channel is out from the Stasis to executing the other application as you said(Yes, I'm doing that now), the ARI losing the control of the channel.

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-02 Thread Kevin Harwell
Just throwing an idea out there (I have no idea if this is possible or how feasible it would be to do this). ARI is built to interface with applications. A given application controls, and manipulates channels, bridges, etc... within its context. There are already mechanism in place that allow a ch

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-02 Thread Sungtae Kim
So, here's some API draft. I will introduce 2 new ARI requests and 1 ARI event. * POST ari/channels/{channelId}/application? Add the application execution into the queue. * * parameters name: application name args: application arguments * DELETE ari/channels/{channelId}/application Exit from t

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-01 Thread Joshua C. Colp
On Mon, Apr 1, 2019, at 7:16 PM, Sungtae Kim wrote: > >>> What events are created? Do they get propagated to ARI? > > It was looks like this. > > Dial: https://pastebin.com/8tdBZBrM > > Confbridge: https://pastebin.com/FLjJDDNT > > Transfer: https://pastebin.com/GmkCupyg > > The ARI couldn'

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-01 Thread Sungtae Kim
On 4/1/19 9:31 PM, Matt Fredrickson wrote: On Mon, Apr 1, 2019 at 2:23 PM naruto360 wrote: Hello Are you talking to me about the problem that was asked by me They're having a discussion about Asterisk ARI development. ARI is Asterisk's REST API. Matthew Fredrickson في الاثنين، ١ ابريل، ٢٠

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-01 Thread Matt Fredrickson
On Mon, Apr 1, 2019 at 2:23 PM naruto360 wrote: > > Hello Are you talking to me about the problem that was asked by me They're having a discussion about Asterisk ARI development. ARI is Asterisk's REST API. Matthew Fredrickson > > في الاثنين، ١ ابريل، ٢٠١٩ ٨:٤٣ م Joshua C. Colp كتب: >> >> On

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-01 Thread naruto360
Hello Are you talking to me about the problem that was asked by me في الاثنين، ١ ابريل، ٢٠١٩ ٨:٤٣ م Joshua C. Colp كتب: > On Mon, Apr 1, 2019, at 3:25 PM, Sungtae Kim wrote: > > > > > >> So, I was thinking how about make the stasis/ARI possible to execute > the > > >> applications? And I've cre

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-01 Thread Joshua C. Colp
On Mon, Apr 1, 2019, at 3:25 PM, Sungtae Kim wrote: > >> So, I was thinking how about make the stasis/ARI possible to execute the > >> applications? And I've created ticket for adding this feature to ARI > >> which is enabling the ARI to executing the application. > >> https://issues.asterisk.or

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-01 Thread Sungtae Kim
On 4/1/19 4:22 PM, Joshua C. Colp wrote: On Sat, Mar 30, 2019, at 7:45 PM, Sungtae Kim wrote: Hi Asterisk team, I want to talk about some feature for the ARI. Currently, ARI doesn't allow executing the Asterisk application. But this makes ARI users giving up and tired to use the ARI. Because

Re: [asterisk-dev] Adding new ARI for application execute

2019-04-01 Thread Joshua C. Colp
On Sat, Mar 30, 2019, at 7:45 PM, Sungtae Kim wrote: > Hi Asterisk team, > > I want to talk about some feature for the ARI. > > Currently, ARI doesn't allow executing the Asterisk application. > > But this makes ARI users giving up and tired to use the ARI. > Because to use the Application, it h

[asterisk-dev] Adding new ARI for application execute

2019-03-30 Thread Sungtae Kim
Hi Asterisk team, I want to talk about some feature for the ARI. Currently, ARI doesn't allow executing the Asterisk application. But this makes ARI users giving up and tired to use the ARI. Because to use the Application, it has to be exit from the Stasis and jump to the dialplan to executing