mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 22:13:03 +00:00
Merge pull request #1436 from seven1240/fix-vmd
[mod_vmd] fix shutdown function not being called
This commit is contained in:
commit
ee1dc921fe
@ -123,7 +123,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_vmd_shutdown);
|
|||||||
SWITCH_STANDARD_API(vmd_api_main);
|
SWITCH_STANDARD_API(vmd_api_main);
|
||||||
|
|
||||||
SWITCH_MODULE_LOAD_FUNCTION(mod_vmd_load);
|
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);
|
SWITCH_STANDARD_APP(vmd_start_function);
|
||||||
|
|
||||||
/*! Type that holds state information about the beep. */
|
/*! Type that holds state information about the beep. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user