Hi All,
How can I redirect calls to pstn to another gateway when one gateway doesn't respond to an INVITE (maybe because it has a problem), or when that gateway sends me 503 service unavailable or 404 not found.
TIA
Nhadie
Nhadie writes:
How can I redirect calls to pstn to another gateway when one gateway doesn't respond to an INVITE (maybe because it has a problem), or when that gateway sends me 503 service unavailable or 404 not found.
you can check if lcr module in CVS HEAD would fill your needs.
-- juha
Hi Nhadie.
* Juha Heinanen jh@tutpro.com [050428 12:49]:
Nhadie writes:
How can I redirect calls to pstn to another gateway when one gateway doesn't respond to an INVITE (maybe because it has a problem), or when that gateway sends me 503 service unavailable or 404 not found.
you can check if lcr module in CVS HEAD would fill your needs.
Or you can in 0.8.14 doit with failure_routes and something like
falure_route[1]{ if(t_check_status(503)){ rewritehostport("gw_nr_2"); }; t_relay...
}
-Atle
-- juha
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers