]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
adding TCP transport support
authorkapil <kgupta@sangoma.com>
Thu, 21 Jun 2012 13:52:14 +0000 (19:22 +0530)
committerkapil <kgupta@sangoma.com>
Thu, 21 Jun 2012 13:52:14 +0000 (19:22 +0530)
src/mod/endpoints/mod_media_gateway/media_gateway_stack.c

index d6fe2c56143957eb57961e12f75017771dcbd3a9..55fd3ee9b01f07a5fa8aed69b97d695f5467cacd 100644 (file)
@@ -782,6 +782,8 @@ int mgco_mg_gen_config(void)
        cfg->noEDInst = 1;
 #endif /* CM_ABNF_MT_LIB */
 
+       cfg->entType  = LMG_ENT_GW; 
+
 #ifdef GCP_CH
        cfg->numBinsPeerCmdHl = 20;
        cfg->numBinsTransReqHl = 50;