mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 22:45:39 +00:00
add missing unregistration of a manager action on module unload
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37638 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10139,6 +10139,7 @@ static int __unload_module(void)
|
|||||||
ast_manager_unregister( "ZapDNDoff" );
|
ast_manager_unregister( "ZapDNDoff" );
|
||||||
ast_manager_unregister( "ZapDNDon" );
|
ast_manager_unregister( "ZapDNDon" );
|
||||||
ast_manager_unregister("ZapShowChannels");
|
ast_manager_unregister("ZapShowChannels");
|
||||||
|
ast_manager_unregister("ZapRestart");
|
||||||
ast_channel_unregister(&zap_tech);
|
ast_channel_unregister(&zap_tech);
|
||||||
ast_mutex_lock(&iflock);
|
ast_mutex_lock(&iflock);
|
||||||
/* Hangup all interfaces if they have an owner */
|
/* Hangup all interfaces if they have an owner */
|
||||||
|
Reference in New Issue
Block a user