Merged revisions 165216 via svnmerge from

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.1@165218 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2008-12-17 19:54:40 +00:00
parent 5f50fb1dce
commit f9973f81a3

View File

@@ -21850,6 +21850,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")) {