mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
chan_sip: Enable WebSocket support by default.
Per the documentation the WebSocket support in chan_sip is supposed to be enabled by default but is not. This change corrects that. Change-Id: Icb02bbcad47b11a795c14ce20a9bf29649a54423
This commit is contained in:
@@ -31510,6 +31510,7 @@ static int reload_config(enum channelreloadreason reason)
|
||||
sip_cfg.peer_rtupdate = TRUE;
|
||||
global_dynamic_exclude_static = 0; /* Exclude static peers */
|
||||
sip_cfg.tcp_enabled = FALSE;
|
||||
sip_cfg.websocket_enabled = TRUE;
|
||||
|
||||
/* Session-Timers */
|
||||
global_st_mode = SESSION_TIMER_MODE_ACCEPT;
|
||||
|
Reference in New Issue
Block a user