i updated my tm module from git and replaced tm timer avps with t_set_fr
calls. before i start calling next_gw()/t_relay(), i do
t_set_fr(75000, 3000)
accuracy of fr_timeout became good, but i'm still getting the error
messages:
Jun 22 19:38:53 localhost /usr/sbin/sip-router[11411]: INFO: Routing initial INVITE to
<sip:0407058050@192.98.101.21:5060> and <<null>>
Jun 22 19:38:56 localhost /usr/sbin/sip-router[11437]: INFO: Routing next INVITE to
<sip:0407058050@192.98.101.24:5060>
Jun 22 19:38:59 localhost /usr/sbin/sip-router[11437]: INFO: Routing next INVITE to
<sip:0407058050@192.98.101.23:5060>
Jun 22 19:39:02 localhost /usr/sbin/sip-router[11437]: INFO: Routing next INVITE to
<sip:0407058050@192.98.101.22:5060>
Jun 22 19:39:05 localhost /usr/sbin/sip-router[11437]: INFO: Routing next INVITE to
<sip:0407058050@192.98.100.10:5060>
Jun 22 19:39:07 localhost /usr/sbin/sip-router[11412]: ERROR: tm [t_reply.c:1066]: ERROR:
t_should_relay_response: status rewrite by UAS: stored: 408, received: 403
Jun 22 19:39:07 localhost /usr/sbin/sip-router[11411]: ERROR: tm [t_reply.c:1066]: ERROR:
t_should_relay_response: status rewrite by UAS: stored: 408, received: 403
Jun 22 19:39:07 localhost /usr/sbin/sip-router[11410]: ERROR: tm [t_reply.c:1066]: ERROR:
t_should_relay_response: status rewrite by UAS: stored: 408, received: 403
like before, in this test the first four t_relays resulted in fr_timeout
(gw didn't respond) and the last returned 403 (forbidden).
what is the next step, i.e., how to get rid of the error messages? i
don't see that i would be doing anything wrong here in my cfg file.
-- juha