[asterisk-commits] dlee: branch dlee/stasis-http r385040 - /team/dlee/stasis-http/rest-api/api-d...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 8 16:06:23 CDT 2013


Author: dlee
Date: Mon Apr  8 16:06:19 2013
New Revision: 385040

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=385040
Log:
Added references to the new events

Modified:
    team/dlee/stasis-http/rest-api/api-docs/events.json

Modified: team/dlee/stasis-http/rest-api/api-docs/events.json
URL: http://svnview.digium.com/svn/asterisk/team/dlee/stasis-http/rest-api/api-docs/events.json?view=diff&rev=385040&r1=385039&r2=385040
==============================================================================
--- team/dlee/stasis-http/rest-api/api-docs/events.json (original)
+++ team/dlee/stasis-http/rest-api/api-docs/events.json Mon Apr  8 16:06:19 2013
@@ -56,7 +56,11 @@
 				"stasis_start": { "type": "StasisStart" },
 				"stasis_end": { "type": "StasisEnd" },
 				"channel_state_change": { "type": "ChannelStateChange" },
-				"application_replaced": { "type": "ApplicationReplaced" }
+				"application_replaced": { "type": "ApplicationReplaced" },
+				"bridge_created": { "type": "BridgeCreated" },
+				"bridge_destroyed": { "type": "BridgeDestroyed" },
+				"channel_entered_bridge": { "type": "ChannelEnteredBridge" },
+				"channel_left_bridge": { "type": "ChannelLeftBridge" }
 			}
 		},
 		"StasisStart": {




More information about the asterisk-commits mailing list