From: George Joseph Date: Wed, 21 Jan 2026 16:13:02 +0000 (-0700) Subject: chan_websocket.conf.sample: Fix category name. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71760659897fd2b399dc4388fcd886526a2ea77f;p=thirdparty%2Fasterisk.git 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