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