Skip to content
Snippets Groups Projects
Commit 00fff0db authored by Jeremy McNamara's avatar Jeremy McNamara
Browse files

renable h.323 gk cycle, fixed

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent e46d9edc
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment