Yeah, I saw that in the README file. But I guess I was asking if next_contacts() could be used to implement a type of "follow-me" service in addition to the PSTN failover functionality that next_gw() provides.
Regards, Paul
On Sun, 20 Feb 2005 01:58:00 +0200, Juha Heinanen jh@lohi.tutpro.com wrote:
Java Rockx writes:
Can sequential forking (mutiple contacts) be used with multiple gateways? In other words if next_gw() is used from a failure_route block to try failover gateways, can I also use the next_contacts() for serial forking?
as the name says, next_gw() gives you only one next gateway. there is thus no need for serial forking.
If so, can you tell me how I would structure my failure_route or other necessary code blocks?
basically you call next_gw() and if that succeeds you set failure route again and call t_relay.
-- juha