diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 135de63d60..0bf7795f79 100755 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -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; }