From: David Yat Sin Date: Thu, 9 Jun 2011 20:40:26 +0000 (-0400) Subject: Changed default value of MTP2 T7 timer X-Git-Tag: v1.2-rc1~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=689375a37c099bfb11b5313e4274e6a54083f910;p=thirdparty%2Ffreeswitch.git Changed default value of MTP2 T7 timer --- diff --git a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c index a891c50108..8e327ea759 100644 --- a/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c +++ b/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_xml.c @@ -2205,7 +2205,7 @@ static int ftmod_ss7_fill_in_mtp2_link(sng_mtp2_link_t *mtp2Link) if ( mtp2Link->t7 != 0 ) { g_ftdm_sngss7_data.cfg.mtp2Link[i].t7 = mtp2Link->t7; }else { - g_ftdm_sngss7_data.cfg.mtp2Link[i].t7 = 40; + g_ftdm_sngss7_data.cfg.mtp2Link[i].t7 = 20; } return FTDM_SUCCESS;