diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 135de63d6024b6f69484c4347a264fd99db1b1aa..0bf7795f79030c6b478b4a8f30569bcdb80ca625 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; }