[OpenSIPS-Users] SIP/2.0 477 Send failed (477/TM) - Route

leo uzcudunl at yahoo.it
Wed Apr 15 21:34:51 CEST 2015


Hello Vlad:

The timer "$T_fr_timeout = 2;" it seems not working. Doing the following:

if (!t_relay("3"))
{
         if((is_method("INVITE")))
         {
                 exec_avp("some script to wake-up the client");
                 # relay to localhost, discart port
                 $du = "sip:127.0.0.1:9";
                 xlog("before timeout\n");
                 # wait two seconds for the client to register
                 $T_fr_timeout = 2;
                 t_on_failure("route_to_client");
                 xlog("after timeout\n");
                 t_relay();
                 exit;
         }
}

In the log file the difference of time between the logs is not 2 sec. And of
course, there isn't failure route and the t_relay() is processed.

Thanks,

Leo





--
View this message in context: http://opensips-open-sip-server.1449251.n2.nabble.com/SIP-2-0-477-Send-failed-477-TM-Route-tp7595929p7596547.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.



More information about the Users mailing list