mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-12 21:09:00 +00:00
Merge "chan_sip.c: fix websocket_write_timeout default value" into 13
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user