]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Media over Websocket Channel Driver
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 28 Apr 2025 16:39:50 +0000 (10:39 -0600)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 9 Jul 2025 17:42:22 +0000 (17:42 +0000)
commit5963e624e23bc48866fe98119f74f6d8bf69854a
tree8d800746a64a06b4789a3d3854fedc490d57242f
parentd5bd2b3ce952e7e7e49a2b787ca16fe8ebe95bfe
Media over Websocket Channel Driver

* Created chan_websocket which can exchange media over both inbound and
outbound websockets which the driver will frame and time.
See http://s.asterisk.net/mow for more information.

* res_http_websocket: Made defines for max message size public and converted
a few nuisance verbose messages to debugs.

* main/channel.c: Changed an obsolete nuisance error to a debug.

* ARI channels: Updated externalMedia to include chan_websocket as a supported
transport.

UserNote: A new channel driver "chan_websocket" is now available. It can
exchange media over both inbound and outbound websockets and will both frame
and re-time the media it receives.
See http://s.asterisk.net/mow for more information.

UserNote: The ARI channels/externalMedia API now includes support for the
WebSocket transport provided by chan_websocket.
channels/chan_websocket.c [new file with mode: 0644]
include/asterisk/http_websocket.h
main/channel.c
res/ari/resource_channels.c
res/ari/resource_channels.h
res/res_ari_channels.c
res/res_http_websocket.c
rest-api/api-docs/channels.json