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
changes/31/1831/1
Joshua Colp 11 years ago
parent 280adca0a5
commit 158a0a5422

@ -31464,6 +31464,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;

Loading…
Cancel
Save