Hello there,
I'm using t_set_fr(0,2000) on calls to registered phones but by any reason this isn't working, the call only enters on the failure route after 30 seconds in case of no response from SBC/Phone, anyone has any idea what can be the reason for that?
if(lookup("location")) {
xlog("L_INFO", "routing to registered phone ruid=$ruid R=$ru - ID=$ci \n");
t_set_fr(0, 2000);
t_on_failure("ASBC_FAILURE");
t_on_branch("ASBC_BRANCH");
route(RELAY);
exit;
}