Re: [asterisk-dev] Dynamic server side event type filtering in ARI

2018-12-13 Thread George Joseph
On Thu, Dec 13, 2018 at 2:27 PM Kevin Harwell wrote: > Greetings, > > I'm looking into adding the ability for an ARI application to dynamically > control which event types it would like sent to it[1] (i.e. server side > event type filtering). I'm currently leaning toward implementing this as a >

[asterisk-dev] Dynamic server side event type filtering in ARI

2018-12-13 Thread Kevin Harwell
Greetings, I'm looking into adding the ability for an ARI application to dynamically control which event types it would like sent to it[1] (i.e. server side event type filtering). I'm currently leaning toward implementing this as a blacklist. I believe doing so would ease the development burden

Re: [asterisk-dev] ARI, Stasis, and Dialplan

2018-12-13 Thread Seán C . McCord
Sorry if I was unclear. Yes, I would love to extend the "Continue" function to add App and AppArgs as an option to use instead of Context/Extension/Priority. "Originate" and "Create" both allow these already. Adding these to "Continue" would be very helpful. On Thu, Dec 13, 2018 at 2:45 PM Ben

Re: [asterisk-dev] ARI, Stasis, and Dialplan

2018-12-13 Thread Dan Jenkins
I'd want to be able to specify an application and pass arguments to it. On Thu, 13 Dec 2018, 19:46 Ben Ford, wrote: > To elaborate on this further, would it be fine the way it is currently, > where you specify a context and extension, or is there any interest in > being able to alternatively

Re: [asterisk-dev] ARI, Stasis, and Dialplan

2018-12-13 Thread Ben Ford
To elaborate on this further, would it be fine the way it is currently, where you specify a context and extension, or is there any interest in being able to alternatively specify an application and arguments to pass to it? On Thu, Dec 13, 2018 at 12:37 PM Seán C. McCord wrote: > Absolutely. I

Re: [asterisk-dev] ARI, Stasis, and Dialplan

2018-12-13 Thread Seán C . McCord
Absolutely. I really forgot about that, because I've just molded my design approach to maintain a single ARI application per node, but that extension to Continue (similar to Originate's App/AppArgs properties), would be enormously helpful. On Thu, Dec 13, 2018 at 11:47 AM Ben Ford wrote: > I

Re: [asterisk-dev] ARI, Stasis, and Dialplan

2018-12-13 Thread Ben Ford
I think having a context that's created when the application starts sounds like a solid approach. Another thing to consider is how to move from one application to the next. Any thoughts on the use of /continue to tackle this? Is this something you'd like to be able to make use of in your