Commit 7176065989 for asterisk.org

commit 71760659897fd2b399dc4388fcd886526a2ea77f
Author: George Joseph <gjoseph@sangoma.com>
Date:   Wed Jan 21 09:13:02 2026 -0700

    chan_websocket.conf.sample: Fix category name.

    UserNote: The category name in the chan_websocket.conf.sample file was
    incorrect.  It should be "global" instead of "general".

diff --git a/configs/samples/chan_websocket.conf.sample b/configs/samples/chan_websocket.conf.sample
index 19a6b7a1ac..bae06f9541 100644
--- a/configs/samples/chan_websocket.conf.sample
+++ b/configs/samples/chan_websocket.conf.sample
@@ -1,6 +1,6 @@
 ; Configuration for chan_websocket
 ;
-;[general]
+;[global]
 ;control_message_format = plain-text ; The format for the control messages sent
                                      ; and received on the websocket.
                                      ; plain-text: The legacy single-line message