asterisk/res/stasis
Scott Griepentrog cf21644d6a ARI: Add ability to raise arbitrary User Events
User events can now be generated from ARI.  Events can be signalled with
arbitrary json variables, and include one or more of channel, bridge, or
endpoint snapshots.  An application must be specified which will receive
the event message (other applications can subscribe to it).  The message
will also be delivered via AMI provided a channel is attached.  Dialplan
generated user event messages are still transmitted via the channel, and
will only be received by a stasis application they are attached to or if
the channel is subscribed to.

This change also introduces the multi object blob mechanism used to send
multiple snapshot types in a single message.  The dialplan app UserEvent
was also changed to use multi object blob, and a new stasis message type
created to handle them.

ASTERISK-22697 #close
Review: https://reviewboard.asterisk.org/r/3494/
........

Merged revisions 414405 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@414406 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2014-05-22 16:09:51 +00:00
..
app.c ARI: Add ability to raise arbitrary User Events 2014-05-22 16:09:51 +00:00
app.h ARI: Implement device state API 2013-11-23 17:48:28 +00:00
command.c ARI: Adding a channel to a bridge while a live recording is active blocks 2013-12-13 16:38:57 +00:00
command.h ARI: Adding a channel to a bridge while a live recording is active blocks 2013-12-13 16:38:57 +00:00
control.c res_stasis: Add progress indications to operations which perform media. 2014-04-30 12:42:42 +00:00
control.h ARI: Make bridges/{bridgeID}/play queue sound files 2014-04-18 20:09:24 +00:00