minor tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17069 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-03-22 17:32:03 +00:00
parent 4e554cc92e
commit 438dddc668
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_wait_for_answer(switch_core_session_t
status = SWITCH_STATUS_FALSE;
}
if (caller_channel && !switch_channel_ready(caller_channel)) {
if (caller_channel && !switch_channel_up(caller_channel)) {
status = SWITCH_STATUS_FALSE;
}