git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7920 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-03-18 21:40:32 +00:00
parent fa50712266
commit aae504e003
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}