diff --git a/src/modules/tm/t_lookup.c b/src/modules/tm/t_lookup.c index 3d114e2b0ec..64fb797f1f3 100644 --- a/src/modules/tm/t_lookup.c +++ b/src/modules/tm/t_lookup.c @@ -618,11 +618,6 @@ int t_lookup_request( struct sip_msg* p_msg , int leave_new_locked, if (! STR_EQ(get_from(t_msg)->tag_value, get_from(p_msg)->tag_value)) continue; -#ifdef TM_E2E_ACK_CHECK_FROM_URI - if (! STR_EQ(get_from(t_msg)->uri, - get_from(p_msg)->uri)) - continue; -#endif /* all criteria for proxied ACK are ok */ if (likely(p_cell->relayed_reply_branch!=-2)) {