There is t_check_status() function in tm module.
But AFAIK unfortunately it will show only the highest received response
code. I.e. whne you received 404 from one branch and 407 from the other,
you will always get 407 in response to t_check_status() call.
Or am I wrong?
--
Regards,
Arek Bekiersz
sip wrote:
I may have asked this last week, but if I did, I
apologise.
I have a rewriteuri call in SER. It essentially forwards all the packets to a
different IP/port. Sometimes, when calling, everything goes through.
Sometimes, that network is congested or confused, and I get a 404.
I'm wondering if there's a good, clean way to handle those errors... is there
some sort of check status or some such I could use to handle errors from a
particular destination to which I forward certain calls?