reflect video fmtp on 1 legged calls

This commit is contained in:
Anthony Minessale 2011-08-25 09:24:17 -05:00
parent da0836c539
commit e644e620c8
1 changed files with 2 additions and 0 deletions

View File

@ -658,6 +658,8 @@ void sofia_glue_set_local_sdp(private_object_t *tech_pvt, const char *ip, switch
if (ov_fmtp) {
pass_fmtp = ov_fmtp;
} else {
pass_fmtp = switch_channel_get_variable(tech_pvt->channel, "sip_video_fmtp");
}
}