Files
asterisk/main
Matthew Jordan 7fc567bd76 ARI: Add subscription support
This patch adds an /applications API to ARI, allowing explicit management of
Stasis applications.

 * GET /applications - list current applications
 * GET /applications/{applicationName} - get details of a specific application
 * POST /applications/{applicationName}/subscription - explicitly subscribe to
   a channel, bridge or endpoint
 * DELETE /applications/{applicationName}/subscription - explicitly unsubscribe
   from a channel, bridge or endpoint

Subscriptions work by a reference counting mechanism: if you subscript to an
event source X number of times, you must unsubscribe X number of times to stop
receiveing events for that event source.

Review: https://reviewboard.asterisk.org/r/2862

(issue ASTERISK-22451)
Reported by: Matt Jordan




git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@400522 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2013-10-04 15:54:57 +00:00
..
2013-08-01 17:07:52 +00:00
2013-08-29 21:34:52 +00:00
2013-10-04 15:54:57 +00:00
2013-08-20 15:36:10 +00:00
2013-09-30 15:24:00 +00:00
2013-07-19 23:30:10 +00:00
2013-07-25 04:06:32 +00:00
2013-10-03 18:44:10 +00:00
2013-09-10 18:03:45 +00:00
2013-08-30 19:20:47 +00:00
2013-07-04 13:06:15 +00:00
2013-06-29 00:18:57 +00:00
2013-08-16 17:33:21 +00:00
2013-07-14 02:05:04 +00:00
2012-10-18 14:17:40 +00:00
2013-10-04 15:54:57 +00:00
2013-09-10 18:03:45 +00:00
2013-08-16 16:26:11 +00:00
2013-09-10 18:03:45 +00:00
2013-09-06 18:49:09 +00:00
2012-12-11 22:25:21 +00:00
2013-10-04 15:54:57 +00:00
2013-09-20 14:25:32 +00:00
2013-08-23 21:49:47 +00:00
2013-08-16 17:33:21 +00:00
2013-08-30 19:20:47 +00:00
2012-06-15 16:20:16 +00:00
2013-08-16 17:33:21 +00:00
2013-10-02 22:08:49 +00:00
2012-12-11 22:25:21 +00:00
2013-02-14 18:47:56 +00:00
2012-12-11 22:25:21 +00:00
2013-08-30 19:20:47 +00:00