]> 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)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 8 Oct 2025 15:54:57 +0000 (15:54 +0000)
commita63eec2fbbf3edc2f028c27911ad52af8a3aab4c
tree69b8e212a993965fc090806359f5865e203c9e95
parent6a82f4c39059e776b2fec6170c24e328c19247b8
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