]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change terminal type
authorGeorgiewskiy Yuriy <bottleman@icf.org.ru>
Thu, 23 Dec 2010 14:10:59 +0000 (17:10 +0300)
committerGeorgiewskiy Yuriy <bottleman@icf.org.ru>
Thu, 23 Dec 2010 14:10:59 +0000 (17:10 +0300)
src/mod/endpoints/mod_h323/mod_h323.cpp

index 3d799174340a89ff9246415cdf536a00b4faf439..a31f9a81fcdb6b7863912ebe77d897b26a21f27e 100644 (file)
@@ -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()