mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-05 04:19:46 +00:00
freetdm: SS7 - Removed unintentional TX of ITX message
This commit is contained in:
parent
3b2019cd1f
commit
20210a9f9d
@ -674,9 +674,6 @@ ftdm_status_t ftdm_sangoma_ss7_process_state_change (ftdm_channel_t * ftdmchan)
|
|||||||
} else {
|
} else {
|
||||||
/*INBOUND...so FS told us it was going to answer...tell the stack */
|
/*INBOUND...so FS told us it was going to answer...tell the stack */
|
||||||
ft_to_sngss7_anm(ftdmchan);
|
ft_to_sngss7_anm(ftdmchan);
|
||||||
#if 1 /* DAVIDY */
|
|
||||||
ft_to_sngss7_itx(ftdmchan);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user