Merge "chan_sip.c: fix websocket_write_timeout default value" into 13

This commit is contained in:
Matt Jordan
2015-12-28 09:44:10 -06:00
committed by Gerrit Code Review

View File

@@ -31465,6 +31465,7 @@ static int reload_config(enum channelreloadreason reason)
global_dynamic_exclude_static = 0; /* Exclude static peers */ global_dynamic_exclude_static = 0; /* Exclude static peers */
sip_cfg.tcp_enabled = FALSE; sip_cfg.tcp_enabled = FALSE;
sip_cfg.websocket_enabled = TRUE; sip_cfg.websocket_enabled = TRUE;
sip_cfg.websocket_write_timeout = AST_DEFAULT_WEBSOCKET_WRITE_TIMEOUT;
/* Session-Timers */ /* Session-Timers */
global_st_mode = SESSION_TIMER_MODE_ACCEPT; global_st_mode = SESSION_TIMER_MODE_ACCEPT;