fix t38 flag for new spandsp.

This commit is contained in:
root 2010-08-03 15:35:57 +04:00
parent a7c80aeeaf
commit c1e5613e62
1 changed files with 1 additions and 1 deletions

View File

@ -1932,7 +1932,7 @@ PBoolean FSH323_ExternalRTPChannel::Start()
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"------------------------->H323Capability::e_Data\n"); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"------------------------->H323Capability::e_Data\n");
isAudio = true; isAudio = true;
m_codec_ms = 20; 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; break;
} }
default:break; default:break;