summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels/chan_sip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 500aeb785..c2df516e2 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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;