mirror of
https://github.com/asterisk/asterisk.git
synced 2026-04-28 17:53:35 +00:00
UserNote: The category name in the chan_websocket.conf.sample file was incorrect. It should be "global" instead of "general".
11 lines
511 B
Plaintext
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
|