fix a bunch of stuff you want this version

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2752 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-09-19 15:33:02 +00:00
parent 1923ccc8f9
commit 7045c12e3b
5 changed files with 33 additions and 21 deletions

View File

@@ -2892,9 +2892,6 @@ SWITCH_DECLARE(void) switch_core_session_run(switch_core_session_t *session)
endstate = switch_channel_get_state(session->channel);
if (endstate >= CS_HANGUP) {
goto done;
}
if (midstate == endstate) {
switch_thread_cond_wait(session->cond, session->mutex);