mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
fix t38 flag for new spandsp.
This commit is contained in:
parent
a7c80aeeaf
commit
c1e5613e62
@ -1932,7 +1932,7 @@ PBoolean FSH323_ExternalRTPChannel::Start()
|
||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"------------------------->H323Capability::e_Data\n");
|
||||
isAudio = true;
|
||||
m_codec_ms = 20;
|
||||
switch_channel_set_app_flag(m_fsChannel, CF_APP_T38);
|
||||
switch_channel_set_app_flag_key("T38", m_fsChannel, CF_APP_T38);
|
||||
break;
|
||||
}
|
||||
default:break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user