freetdm: SS7 - Removed unintentional TX of ITX message

This commit is contained in:
David Yat Sin 2011-05-13 12:03:41 -04:00
parent 3b2019cd1f
commit 20210a9f9d
1 changed files with 0 additions and 3 deletions

View File

@ -674,9 +674,6 @@ ftdm_status_t ftdm_sangoma_ss7_process_state_change (ftdm_channel_t * ftdmchan)
} else {
/*INBOUND...so FS told us it was going to answer...tell the stack */
ft_to_sngss7_anm(ftdmchan);
#if 1 /* DAVIDY */
ft_to_sngss7_itx(ftdmchan);
#endif
}
break;