mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
clean up output and print that we are unregistering a channel type
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2025 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6573,7 +6573,6 @@ int unload_module()
|
||||
struct sip_pvt *p, *pl;
|
||||
|
||||
/* First, take us out of the channel loop */
|
||||
ast_channel_unregister(type);
|
||||
ast_unregister_application(app_dtmfmode);
|
||||
ast_cli_unregister(&cli_show_users);
|
||||
ast_cli_unregister(&cli_show_channels);
|
||||
@@ -6584,6 +6583,7 @@ int unload_module()
|
||||
ast_cli_unregister(&cli_no_debug);
|
||||
ast_cli_unregister(&cli_inuse_show);
|
||||
ast_rtp_proto_unregister(&sip_rtp);
|
||||
ast_channel_unregister(type);
|
||||
if (!ast_mutex_lock(&iflock)) {
|
||||
/* Hangup all interfaces if they have an owner */
|
||||
p = iflist;
|
||||
|
Reference in New Issue
Block a user