提交 1b0ec755 authored 作者: Jeff Lenk's avatar Jeff Lenk

fix stuck channel with voicemail and loopback

上级 3e33540a
......@@ -788,7 +788,7 @@ static switch_status_t channel_receive_message(switch_core_session_t *session, s
switch_status_t r = SWITCH_STATUS_FALSE;
switch_core_session_t *other_session;
if (switch_core_session_get_partner(tech_pvt->other_session, &other_session)) {
if (switch_core_session_get_partner(tech_pvt->other_session, &other_session) == SWITCH_STATUS_SUCCESS) {
r = switch_core_session_receive_message(other_session, msg);
switch_core_session_rwunlock(other_session);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论