tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7920 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fa50712266
commit
aae504e003
|
@ -107,6 +107,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi
|
|||
top:
|
||||
|
||||
if (switch_channel_get_state(session->channel) >= CS_HANGUP) {
|
||||
*frame = NULL;
|
||||
return SWITCH_STATUS_FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue