mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user