mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
renable h.323 gk cycle, fixed
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2017 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user