diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e0f7196158..441080d9b9 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -21241,6 +21241,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")) { autocreatepeer = ast_true(v->value); } else if (!strcasecmp(v->name, "match_auth_username")) {