[mod_vmd] deprecate abandoned module that is replaced by mod_avmd

This commit is contained in:
Mike Jerris 2020-01-10 14:03:34 -07:00
parent 975e6a6032
commit 4ed2af733d
1 changed files with 1 additions and 0 deletions

View File

@ -518,6 +518,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_vmd_load)
*module_interface = switch_loadable_module_create_module_interface(pool, modname);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Voicemail detection enabled\n");
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "mod_vmd deprecated. Please migrate to mod_avmd\n");
SWITCH_ADD_APP(app_interface, "vmd", "Detect beeps", "Detect voicemail beeps", vmd_start_function, "[start] [stop]", SAF_NONE);