From: Georgiewskiy Yuriy Date: Thu, 23 Dec 2010 14:10:59 +0000 (+0300) Subject: change terminal type X-Git-Tag: v1.2-rc1~223^2~2^2^2~43^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03f5d55fc95d9c3ea2516e8d7a852d1a73cc0eac;p=thirdparty%2Ffreeswitch.git change terminal type --- diff --git a/src/mod/endpoints/mod_h323/mod_h323.cpp b/src/mod/endpoints/mod_h323/mod_h323.cpp index 3d79917434..a31f9a81fc 100644 --- a/src/mod/endpoints/mod_h323/mod_h323.cpp +++ b/src/mod/endpoints/mod_h323/mod_h323.cpp @@ -589,7 +589,7 @@ FSH323EndPoint::FSH323EndPoint() ,m_fax_old_asn(false) { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"======>FSH323EndPoint::FSH323EndPoint [%p]\n",this); - terminalType = e_GatewayOnly; + terminalType = e_GatewayAndMC; } FSH323EndPoint::~FSH323EndPoint()