From 71760659897fd2b399dc4388fcd886526a2ea77f Mon Sep 17 00:00:00 2001 From: George Joseph Date: Wed, 21 Jan 2026 09:13:02 -0700 Subject: [PATCH] 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". --- configs/samples/chan_websocket.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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