change terminal type

This commit is contained in:
Georgiewskiy Yuriy 2010-12-23 17:10:59 +03:00
parent 34a0ca5096
commit 03f5d55fc9

View File

@ -589,7 +589,7 @@ FSH323EndPoint::FSH323EndPoint()
,m_fax_old_asn(false) ,m_fax_old_asn(false)
{ {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"======>FSH323EndPoint::FSH323EndPoint [%p]\n",this); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG,"======>FSH323EndPoint::FSH323EndPoint [%p]\n",this);
terminalType = e_GatewayOnly; terminalType = e_GatewayAndMC;
} }
FSH323EndPoint::~FSH323EndPoint() FSH323EndPoint::~FSH323EndPoint()