Files
asterisk/configs/samples/chan_websocket.conf.sample
George Joseph 7ee7020201 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".
2026-01-21 14:36:28 -07:00

11 lines
511 B
Plaintext

; Configuration for chan_websocket
;
;[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
; format.
; json: All messages are properly formatted
; JSON.
; Default: plain-text