From 00fff0dbc1532be55aa124d8b15840fa5bd4999b Mon Sep 17 00:00:00 2001
From: Jeremy McNamara <jj@nufone.net>
Date: Tue, 13 Jan 2004 08:56:02 +0000
Subject: [PATCH] renable h.323 gk cycle, fixed

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/chan_h323.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index d7d3dfb16c..992bb4b109 100755
--- a/channels/chan_h323.c
+++ b/channels/chan_h323.c
@@ -1768,7 +1768,7 @@ int load_module()
 		ast_cli_register(&cli_trace);
 		ast_cli_register(&cli_no_trace);
 		ast_cli_register(&cli_show_codecs);
-//		ast_cli_register(&cli_gk_cycle);
+		ast_cli_register(&cli_gk_cycle);
 		ast_cli_register(&cli_hangup_call);
 		ast_cli_register(&cli_show_tokens);
 
@@ -1875,7 +1875,7 @@ int unload_module()
         ast_cli_unregister(&cli_trace);
         ast_cli_unregister(&cli_no_trace);   
         ast_cli_unregister(&cli_show_codecs);
-//      ast_cli_unregister(&cli_gk_cycle);
+        ast_cli_unregister(&cli_gk_cycle);
         ast_cli_unregister(&cli_hangup_call);
         ast_cli_unregister(&cli_show_tokens);
                         
-- 
GitLab