Merge pull request #1436 from seven1240/fix-vmd

[mod_vmd] fix shutdown function not being called
This commit is contained in:
Andrey Volk 2021-12-04 01:29:14 +03:00 committed by GitHub
commit ee1dc921fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_vmd_shutdown);
SWITCH_STANDARD_API(vmd_api_main);
SWITCH_MODULE_LOAD_FUNCTION(mod_vmd_load);
SWITCH_MODULE_DEFINITION(mod_vmd, mod_vmd_load, NULL, NULL);
SWITCH_MODULE_DEFINITION(mod_vmd, mod_vmd_load, mod_vmd_shutdown, NULL);
SWITCH_STANDARD_APP(vmd_start_function);
/*! Type that holds state information about the beep. */