[Kamailio-Users] t_check_trans() fails
Alex R.S.M
alex_rsm at hotmail.com
Fri Jan 9 19:45:21 CET 2009
Hi,
What might be the cause that t_check_trans() function fails and ACK message is not being routed?
This is a simple SIP to SIP call.
if ( is_method("ACK") )
{
if ( t_check_trans() )
{
# non loose-route, but stateful ACK; must be an ACK after a 487 or e.g. 404 from upstream server
t_relay();
exit;
}
else
{
# ACK without matching transaction ... ignore and discard.\n");
exit;
}
}
_________________________________________________________________
Windows Live™ Hotmail®: Chat. Store. Share. Do more with mail.
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_hm_justgotbetter_explore_012009
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20090109/15dc7ef9/attachment.htm>
More information about the sr-users
mailing list