[Users] distinguish between fr_timer and fr_inv_timer timeout
Bogdan-Andrei Iancu
bogdan at voice-system.ro
Wed Feb 7 10:32:23 CET 2007
Hi Klaus,
that is an old and a bit heavy approach - you can directly use in
failure route the t_local_replied() function:
http://www.openser.org/docs/modules/1.2.x/tm.html#AEN438
if t_local_replied("all") is true, it means that all replies wee local
generated, so nothing was received.
try in failure route:
if (t_check_status("408") && _local_replied("all")) {
}
regards,
bogdan
Klaus Darilion wrote:
> Hi Atle!
>
> Thanks for the quick response.
>
> I thought there are some limitations inside reply route regarding flags -
> but apperently I was wrong.
>
> regards
> klaus
>
>
More information about the Users
mailing list