summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 46e7958c0..700da766b 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -22809,6 +22809,8 @@ static int reload_config(enum channelreloadreason reason)
}
ast_copy_string(global_outboundproxy.name, proxyname, sizeof(global_outboundproxy.name));
+
+ proxy_update(&global_outboundproxy);
} else if (!strcasecmp(v->name, "autocreatepeer")) {
sip_cfg.autocreatepeer = ast_true(v->value);
} else if (!strcasecmp(v->name, "match_auth_username")) {