From 9ff741b9f2e335308ac9ab60b3e9e1c04ead7ed2 Mon Sep 17 00:00:00 2001 From: Michael S Collins Date: Fri, 27 Jan 2012 11:12:19 -0800 Subject: [PATCH] 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' --- src/mod/applications/mod_voicemail/mod_voicemail.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index 146a712ddd..2ae21ad6a0 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -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(¶ms);