declinatio mortuus obfirmo

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8842 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-06-25 19:56:20 +00:00
parent cedc611837
commit 6b56e60c61
1 changed files with 2 additions and 1 deletions

View File

@ -730,8 +730,9 @@ static void *SWITCH_THREAD_FUNC switch_core_session_thread(switch_thread_t *thre
const char *val;
session->thread = thread;
switch_core_session_run(session);
switch_core_media_bug_remove_all(session);
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Session %" SWITCH_SIZE_T_FMT " (%s) Locked, Waiting on external entities\n",
session->id, switch_channel_get_name(session->channel));
switch_core_session_write_lock(session);