提交 9ff741b9 authored 作者: Michael S Collins's avatar Michael S Collins

Add simple 'thank you' msg to the vm pass change function. This is a placeholder…

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'
上级 a61e4ab8
...@@ -2203,6 +2203,7 @@ static void voicemail_check_main(switch_core_session_t *session, vm_profile_t *p ...@@ -2203,6 +2203,7 @@ static void voicemail_check_main(switch_core_session_t *session, vm_profile_t *p
switch_safe_free(sql); switch_safe_free(sql);
ok = 1; ok = 1;
/* add feedback for user - let him/her know that password change was successful */ /* 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); switch_event_destroy(&params);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论