]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix t38 flag for new spandsp.
authorroot <root@proxy-2.(none)>
Tue, 3 Aug 2010 11:35:57 +0000 (15:35 +0400)
committerroot <root@proxy-2.(none)>
Tue, 3 Aug 2010 11:35:57 +0000 (15:35 +0400)
src/mod/endpoints/mod_h323/mod_h323.cpp

index cfd84e93f297926cbb3618b24a64b0e9a5a583ee..bc6e84a63e7866ba3a44bc3138dc8e7eb97ea890 100644 (file)
@@ -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;