FSCORE-603

This commit is contained in:
Anthony Minessale
2010-05-04 11:24:35 -05:00
parent a2874b8e33
commit 468956e109
3 changed files with 14 additions and 13 deletions
+2
View File
@@ -1562,6 +1562,8 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
if (send_invite) {
switch_channel_set_flag(channel, CF_REQ_MEDIA);
sofia_glue_do_invite(session);
} else {
status = SWITCH_STATUS_FALSE;
}
}
break;