From c1e5613e62a5910bc25d28ed5edfa0a142385098 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 3 Aug 2010 15:35:57 +0400 Subject: [PATCH] fix t38 flag for new spandsp. --- src/mod/endpoints/mod_h323/mod_h323.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_h323/mod_h323.cpp b/src/mod/endpoints/mod_h323/mod_h323.cpp index cfd84e93f2..bc6e84a63e 100644 --- a/src/mod/endpoints/mod_h323/mod_h323.cpp +++ b/src/mod/endpoints/mod_h323/mod_h323.cpp @@ -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;