On Mon, Oct 27, 2014 at 10:56 AM, Murthy Gandikota <[email protected]> wrote:
> ------------------------------ > > > > Thanks, Richard. How do I get manager events such as VarSetEvent ( > https://wiki.asterisk.org/wiki/display/AST/Asterisk+12+ManagerEvent_VarSet) > using ARI? > > Events are provided by your WebSocket connection - a good overview of how this works is provided on the wiki [1]. You will receive events for resources that you are subscribed to; you are automatically subscribed to any channel that enters your Stasis application [2]. You can create subscriptions to things outside of your application using the applications resource [3]. The possible events are all documented in the data models [4]. Specifically, however, an AMI VarSet event corresponds to an ARI ChannelVarSet event [5]. [1] https://wiki.asterisk.org/wiki/display/AST/Getting+Started+with+ARI [2] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Application_Stasis [3] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Applications+REST+API [4] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+REST+Data+Models [5] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+REST+Data+Models#Asterisk13RESTDataModels-ChannelVarset -- Matthew Jordan Digium, Inc. | Engineering Manager 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: http://digium.com & http://asterisk.org
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
