mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-16 08:30:37 -07:00
2d11bb044e
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