[asterisk-app-dev] Changing POST /bridges/{bridgeId}/addChannel
Paul Belanger
paul.belanger at polybeacon.com
Tue Oct 15 12:00:17 CDT 2013
Anybody have any objections with moving:
POST /bridges/{bridgeId}/addChannel
POST /bridges/{bridgeId}/removeChannel
into:
POST /channels/{channelId}/bridge
DELETE /channels/{channelId}/bridge
It feels like it makes more sense to control a channel within the
/channels namespace. Specifically since you have to pass the channel
id to the bridge.
Thoughts?
--
Paul Belanger | PolyBeacon, Inc.
Jabber: paul.belanger at polybeacon.com | IRC: pabelanger (Freenode)
Github: https://github.com/pabelanger | Twitter: https://twitter.com/pabelanger
More information about the asterisk-app-dev
mailing list