Add simple 'thank you' msg to the vm pass change function. This is a placeholder until we have a recording for 'your password has been changed'

This commit is contained in:
Michael S Collins 2012-01-27 11:12:19 -08:00
parent a61e4ab82c
commit 9ff741b9f2
1 changed files with 1 additions and 0 deletions

View File

@ -2203,6 +2203,7 @@ static void voicemail_check_main(switch_core_session_t *session, vm_profile_t *p
switch_safe_free(sql);
ok = 1;
/* add feedback for user - let him/her know that password change was successful */
switch_ivr_phrase_macro(session, VM_CHANGE_PASS_SUCCESS_MACRO, NULL, NULL, NULL);
}
switch_event_destroy(&params);