aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 08:56:02 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-13 08:56:02 +0000
commit2c2e8015bbc490a7d7c31b36ca638a1f45cc1273 (patch)
tree16c881dfdbb2677f8168b396054809164033c0b7
parent6830e8b08b8e9bed2e947595d9522b73bc1261a7 (diff)
renable h.323 gk cycle, fixed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2017 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xchannels/chan_h323.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_h323.c b/channels/chan_h323.c
index d7d3dfb16..992bb4b10 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);