]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_websocket.c: Tolerate other frame types
authorJoe Garlick <jcbjoe@users.noreply.github.com>
Wed, 12 Nov 2025 11:47:38 +0000 (11:47 +0000)
committerJoe Garlick <jcbjoe@users.noreply.github.com>
Wed, 19 Nov 2025 17:23:20 +0000 (17:23 +0000)
commite5139be1723056ab43e00a4f76a5c9dde6a7eaf9
tree5ba1766e3b8206df2a8335c08c744b94ca83b142
parent951ead13d872c95c4f3174a67f1313ad52be14d1
chan_websocket.c: Tolerate other frame types

Currently, if chan_websocket receives an un supported frame like comfort noise it will exit the websocket. The proposed change is to tolerate the other frames by not sending them down the websocket but instead just ignoring them.

Resolves: #1587
channels/chan_websocket.c