From: Michael S Collins Date: Fri, 27 Jan 2012 19:12:19 +0000 (-0800) Subject: Add simple 'thank you' msg to the vm pass change function. This is a placeholder... X-Git-Tag: v1.2-rc1~19^2~1^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff741b9f2e335308ac9ab60b3e9e1c04ead7ed2;p=thirdparty%2Ffreeswitch.git 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' --- 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);