Shuffle RESTful URL's around.
This patch moves the RESTful URL's around to more appropriate locations for release. The /stasis URL's are moved to /ari, since Asterisk REST Interface was a more appropriate name than Stasis-HTTP. (Most of the code still has stasis_http references, but they will be cleaned up after there are no more outstanding branches that would have merge conflicts with such a change). A larger change was moving the ARI events WebSocket off of the shared /ws URL to its permanent home on /ari/events. The Swagger code generator was extended to handle "upgrade: websocket" and "websocketProtocol:" attributes on an operation. The WebSocket module was modified to better handle WebSocket servers that have a single registered protocol handler. If a client connections does not specify the Sec-WebSocket-Protocol header, and the server has a single protocol handler registered, the WebSocket server will go ahead and accept the client for that subprotocol. (closes issue ASTERISK-21857) Review: https://reviewboard.asterisk.org/r/2621/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393528 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- configure 215 additions, 1 deletionconfigure
- configure.ac 24 additions, 0 deletionsconfigure.ac
- include/asterisk/autoconfig.h.in 6 additions, 0 deletionsinclude/asterisk/autoconfig.h.in
- include/asterisk/http.h 20 additions, 0 deletionsinclude/asterisk/http.h
- include/asterisk/stasis_http.h 55 additions, 11 deletionsinclude/asterisk/stasis_http.h
- include/asterisk/utils.h 39 additions, 0 deletionsinclude/asterisk/utils.h
- res/Makefile 3 additions, 0 deletionsres/Makefile
- res/res_http_websocket.c 30 additions, 10 deletionsres/res_http_websocket.c
- res/res_http_websocket.exports.in 4 additions, 0 deletionsres/res_http_websocket.exports.in
- res/res_stasis_http.c 49 additions, 18 deletionsres/res_stasis_http.c
- res/res_stasis_http.exports.in 1 addition, 0 deletionsres/res_stasis_http.exports.in
- res/res_stasis_http_asterisk.c 3 additions, 1 deletionres/res_stasis_http_asterisk.c
- res/res_stasis_http_bridges.c 3 additions, 1 deletionres/res_stasis_http_bridges.c
- res/res_stasis_http_channels.c 3 additions, 1 deletionres/res_stasis_http_channels.c
- res/res_stasis_http_endpoints.c 3 additions, 1 deletionres/res_stasis_http_endpoints.c
- res/res_stasis_http_events.c 21 additions, 13 deletionsres/res_stasis_http_events.c
- res/res_stasis_http_playback.c 3 additions, 1 deletionres/res_stasis_http_playback.c
- res/res_stasis_http_recordings.c 3 additions, 1 deletionres/res_stasis_http_recordings.c
- res/res_stasis_http_sounds.c 3 additions, 1 deletionres/res_stasis_http_sounds.c
- res/res_stasis_websocket.c 0 additions, 293 deletionsres/res_stasis_websocket.c
Loading
Please register or sign in to comment