Hi,
Thanks for your reply , it’s working fine now.
Yet, when a call is rerouted to a gateway which cancel it (by clicking on ignore button), call is then rerouted to next gateway which is not correct.
I tried to add this condition : If(t_check_status(“486”)) { exit;} in failure_route function to exit when cancel occur , but didn’t work L.
Appreciate your help.
Regards,
Ali Taher Technical Support Engineer | | |||
T&F M W A | +961-5-457437 Ext 215 +961-70-010600 Vanrise Building, Facing Galerie Semaan Hazmiyeh Highway – Beirut, Lebanon | |||
Join us at | ||||
From: sr-users [mailto:sr-users-bounces@lists.sip-router.org] On Behalf Of Dmitri Savolainen
Sent: Tuesday, May 26, 2015 3:40 PM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Kamailio drouting failure not working
if (t_check_status("[34][0-9][0-9]")) {
exit;
}
request timeout == 408 error, so "if (use_next_gw()) {" never called
--
Savolainen Dmitri