mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 02:43:32 +00:00
FS-8275 #resolve [RFC2833 DTMF broken in recent master]
This commit is contained in:
parent
39029080c2
commit
c71b0cbd86
@ -4434,7 +4434,7 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (best_te) {
|
if (best_te) {
|
||||||
if (sdp_type == SDP_TYPE_REQUEST) {
|
if (sdp_type == SDP_TYPE_RESPONSE) {
|
||||||
te = smh->mparams->te = (switch_payload_t) best_te;
|
te = smh->mparams->te = (switch_payload_t) best_te;
|
||||||
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "%s Set 2833 dtmf send payload to %u\n",
|
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "%s Set 2833 dtmf send payload to %u\n",
|
||||||
switch_channel_get_name(session->channel), best_te);
|
switch_channel_get_name(session->channel), best_te);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user