1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-24 19:52:35 +00:00
This commit is contained in:
Michael Jerris 2010-05-03 16:57:17 -04:00
parent 073f9c3db9
commit ea5fc46550

@ -3392,7 +3392,7 @@ uint8_t sofia_glue_negotiate_sdp(switch_core_session_t *session, sdp_session_t *
}
}
if (sofia_test_flag(tech_pvt->profile, PFLAG_DISABLE_HOLD) ||
if (sofia_test_pflag(tech_pvt->profile, PFLAG_DISABLE_HOLD) ||
((val = switch_channel_get_variable(tech_pvt->channel, "sip_disable_hold")) && switch_true(val))) {
sendonly = 0;
}