From 03f5d55fc95d9c3ea2516e8d7a852d1a73cc0eac Mon Sep 17 00:00:00 2001 From: Georgiewskiy Yuriy Date: Thu, 23 Dec 2010 17:10:59 +0300 Subject: [PATCH] change terminal type --- 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 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()