don't deal with gatekeeper on reload, known issue..someone fix

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1540 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeremy McNamara 2003-09-24 10:59:24 +00:00
parent 29d2a6d9d2
commit b54c5c7561
1 changed files with 2 additions and 0 deletions

View File

@ -1592,6 +1592,7 @@ int reload(void)
reload_config();
#if 0
/* Possibly register with a GK */
if (gatekeeper_disable == 0) {
if (h323_set_gk(gatekeeper_discover, gatekeeper, secret)) {
@ -1600,6 +1601,7 @@ int reload(void)
return -1;
}
}
#endif
restart_monitor();
return 0;
}