It is, unfortunately, not possible. The uac_req_send() requests fly under the radar of TM
state.
--
This message was painstakingly thumbed out on my mobile, so apologies for brevity, errors,
and general sloppiness.
Alex Balashov - Principal
Evariste Systems LLC
260 Peachtree Street NW
Suite 2200
Atlanta, GA 30303
Tel: +1-678-954-0670
Fax: +1-404-961-1892
Web:
http://www.evaristesys.com/
On Jan 16, 2012, at 5:08 PM, Nathan Angelacos <nangel(a)nothome.org> wrote:
I'm trying to arm the failure route for a message sent via uac_req_send - similar
to:
{
$uac_req(method)="OPTIONS";
$uac_req(ruri)="sip:kamailio.org";
$uac_req(furi)="sip:kamailio.org";
$uac_req(turi)="sip:kamailio.org";
t_on_failure("UAC_FAIL");
uac_req_send();
}
failure_route("UAC_FAIL") {
xlog ......
}
If there is no response from the remote server, kamailio resends until the timers expire;
but the failure route is not run. Similarly, if a 404 is sent back from the remote
server, the failure route is not run.
Am I missing something obvious?
Thanks
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users