[mod_sofia] don't auto unhold via media format for non-sip

This commit is contained in:
Anthony Minessale
2020-04-13 23:16:27 +00:00
committed by Andrey Volk
parent 5111b6ef73
commit d2ccb93f3e
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -160,6 +160,7 @@ void sofia_glue_attach_private(switch_core_session_t *session, sofia_profile_t *
switch_channel_set_cap(tech_pvt->channel, CC_FS_RTP);
switch_channel_set_cap(tech_pvt->channel, CC_RTP_RTT);
switch_channel_set_cap(tech_pvt->channel, CC_MSRP);
switch_channel_set_cap(tech_pvt->channel, CC_MUTE_VIA_MEDIA_STREAM);
switch_channel_set_cap(tech_pvt->channel, CC_QUEUEABLE_DTMF_DELAY);