(closes issue #18135)
Reported by: lmadsen
Patches:
crazy_ports_v2.diff uploaded by dvossel (license 671)
Tested by: lmadsen
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@291942
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_log(LOG_ERROR, "Bad ACL entry in configuration line %d : %s\n", v->lineno, v->value);
}
}
+ } else if (peer->dnsmgr && !peer->host_dynamic) {
+ /* force a refresh here on reload if dnsmgr already exists and host is set. */
+ ast_dnsmgr_refresh(peer->dnsmgr);
}
if (port && !realtime && peer->host_dynamic) {