]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_websocket.c: Change payload references to command instead.
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 8 Oct 2025 13:42:41 +0000 (07:42 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 30 Oct 2025 16:05:56 +0000 (16:05 +0000)
commit3feee6dfb68e2c39bbcfa9bb785521050c951b66
treee1bc1f28e1ff4d2f20cb7c9d47d74673b1f2e179
parentd58e7ac759417332ccc5f2468f1d14a9e37c5c25
chan_websocket.c: Change payload references to command instead.

Some of the tests in process_text_message() were still comparing to the
websocket message payload instead of the "command" string.

Resolves: #1525
channels/chan_websocket.c