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

changes/70/570/10
Matt Jordan 10 years ago committed by Gerrit Code Review
commit 1a1f64f36f

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

Loading…
Cancel
Save