mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-20 12:20:12 +00:00
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:
@@ -1592,6 +1592,7 @@ int reload(void)
|
|||||||
|
|
||||||
reload_config();
|
reload_config();
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* Possibly register with a GK */
|
/* Possibly register with a GK */
|
||||||
if (gatekeeper_disable == 0) {
|
if (gatekeeper_disable == 0) {
|
||||||
if (h323_set_gk(gatekeeper_discover, gatekeeper, secret)) {
|
if (h323_set_gk(gatekeeper_discover, gatekeeper, secret)) {
|
||||||
@@ -1600,6 +1601,7 @@ int reload(void)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
restart_monitor();
|
restart_monitor();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user