]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add simple 'thank you' msg to the vm pass change function. This is a placeholder...
authorMichael S Collins <msc@freeswitch.org>
Fri, 27 Jan 2012 19:12:19 +0000 (11:12 -0800)
committerMichael S Collins <msc@freeswitch.org>
Fri, 27 Jan 2012 19:12:19 +0000 (11:12 -0800)
src/mod/applications/mod_voicemail/mod_voicemail.c

index 146a712dddb8e6ca066cb5f390ee6b6bd6816a85..2ae21ad6a0ae534b74ddf61b0e392c680431a05a 100644 (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);