From 8fb24677a407a49d41324fffa23445e8405a3ba0 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Tue, 13 Jan 2004 09:24:26 +0000 Subject: [PATCH] last try git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2020 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_h323.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/channels/chan_h323.c b/channels/chan_h323.c index 5e23480e64..4077ea6141 100755 --- a/channels/chan_h323.c +++ b/channels/chan_h323.c @@ -1328,9 +1328,7 @@ static int h323_no_debug(int fd, int argc, char *argv[]) static int h323_gk_cycle(int fd, int argc, char *argv[]) { return RESULT_SUCCESS; - -/* This works from a full console, but not -r ?! */ - +#if 0 if (argc != 3) { return RESULT_SHOWUSAGE; } @@ -1338,11 +1336,12 @@ static int h323_gk_cycle(int fd, int argc, char *argv[]) /* Possibly register with a GK */ if (!gatekeeper_disable) { -// boom if -r if (h323_set_gk(gatekeeper_discover, gatekeeper, secret)) { + if (h323_set_gk(gatekeeper_discover, gatekeeper, secret)) { ast_log(LOG_ERROR, "Gatekeeper registration failed.\n"); } } return RESULT_SUCCESS; +#endif } static int h323_ep_hangup(int fd, int argc, char *argv[])