Skip to content
Snippets Groups Projects
Commit 923b8cb9 authored by Matt Jordan's avatar Matt Jordan Committed by Gerrit Code Review
Browse files

Merge "chan_sip.c: fix websocket_write_timeout default value"

parents e3f1dbd9 6dc21bbf
No related branches found
No related tags found
No related merge requests found
...@@ -31511,6 +31511,7 @@ static int reload_config(enum channelreloadreason reason) ...@@ -31511,6 +31511,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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment