提交 db6f9857 authored 作者: Anthony Minessale's avatar Anthony Minessale

declinatio mortuus obfirmo!

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17045 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 3540503f
......@@ -3972,6 +3972,7 @@ SWITCH_STANDARD_API(voicemail_delete_api_function)
update_mwi(profile, id, domain, "inbox");
stream->write_function(stream, "%s", "+OK\n");
profile_rwunlock(profile);
} else {
stream->write_function(stream, "%s", "-ERR can't find user or profile.\n");
}
......@@ -4052,6 +4053,8 @@ SWITCH_STANDARD_API(voicemail_read_api_function)
update_mwi(profile, id, domain, "inbox");
stream->write_function(stream, "%s", "+OK\n");
profile_rwunlock(profile);
} else {
stream->write_function(stream, "%s", "-ERR can't find user or profile.\n");
}
......@@ -4134,6 +4137,7 @@ SWITCH_STANDARD_API(voicemail_list_api_function)
stream->write_function(stream, "</voicemail>\n");
}
profile_rwunlock(profile);
} else {
stream->write_function(stream, "%s", "-ERR can't find user or profile.\n");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论