[asterisk-users] Asterisk 12 Dialplan

Matthew Jordan mjordan at digium.com
Mon Oct 27 12:44:09 CDT 2014


On Mon, Oct 27, 2014 at 10:56 AM, Murthy Gandikota <mgandikota at nts.net>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20141027/0b83bd93/attachment.html>


More information about the asterisk-users mailing list