提交 57a6fcca authored 作者: Anthony Minessale's avatar Anthony Minessale

MODAPP-225

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12367 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 59885432
......@@ -2886,6 +2886,8 @@ static switch_status_t voicemail_leave_main(switch_core_session_t *session, cons
args.buf = buf;
args.buflen = sizeof(buf);
switch_ivr_sleep(session, 100, SWITCH_TRUE, NULL);
if (!switch_strlen_zero(greet_path)) {
memset(buf, 0, sizeof(buf));
TRY_CODE(switch_ivr_play_file(session, NULL, greet_path, &args));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论