https://origsvn.digium.com/svn/asterisk/trunk
........
r165216 | file | 2008-12-17 15:52:40 -0400 (Wed, 17 Dec 2008) | 4 lines
Call proxy_update so that the IP address gets populated. Sending stuff to 0.0.0.0 is silly!
(closes issue #14055)
Reported by: chris-mac
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@165217
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
}
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")) {