This commit is contained in:
Anthony Minessale 2013-06-20 13:23:55 -05:00
parent ad5f689fb7
commit 0c132707ce
1 changed files with 2 additions and 2 deletions

View File

@ -674,8 +674,8 @@ void sofia_glue_set_local_sdp(private_object_t *tech_pvt, const char *ip, switch
continue;
}
if (switch_channel_direction(session->channel) == SWITCH_CALL_DIRECTION_INBOUND &&
switch_channel_test_flag(session->channel, CF_NOVIDEO)) {
if (switch_channel_direction(tech_pvt->channel) == SWITCH_CALL_DIRECTION_INBOUND &&
switch_channel_test_flag(tech_pvt->channel, CF_NOVIDEO)) {
continue;
}