FS-3358 please test and close if it works

This commit is contained in:
Anthony Minessale
2011-06-20 13:21:20 -05:00
parent d4fe85ed24
commit 8decee307b
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -929,6 +929,8 @@ static switch_status_t sofia_read_frame(switch_core_session_t *session, switch_f
}
while (!(tech_pvt->read_codec.implementation && switch_rtp_ready(tech_pvt->rtp_session) && !switch_channel_test_flag(channel, CF_REQ_MEDIA))) {
switch_ivr_parse_all_messages(tech_pvt->session);
if (--sanity && switch_channel_up(channel)) {
switch_yield(10000);
} else {