[SR-Users] T_precheck_trans
Abdelmuhaimen Seaudi
aseaudi at gmail.com
Fri Jan 12 07:39:37 CET 2018
Hi.
In the below part from kamailio.cfg, why didn't we just exit if
t_precheck_trans returns true ?
Why did we run t_check_trans, although there might be another process
already running the other t_check_trans ?
# handle retransmissions
if (!is_method("ACK")) {
if(t_precheck_trans()) {
t_check_trans();
exit;
}
t_check_trans();
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20180112/51aeb456/attachment.html>
More information about the sr-users
mailing list