mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-17 01:31:55 +00:00
[mod_sofia] don't auto unhold via media format for non-sip
This commit is contained in:
committed by
Andrey Volk
parent
5111b6ef73
commit
d2ccb93f3e
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user