Re: [OpenSIPS-Users] DR and failover

2013-11-15 Thread Nick Cameo
Perfect! Thanks Mike ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] DR and failover

2013-11-15 Thread Mike Tesliuk
on failure route you should use the function use_next_gw if (use_next_gw()) { route(4); } you have a tutorial on opensips website http://www.opensips.org/Documentation/Tutorials#toc2 2013/11/15 Nick Cameo > Hello Everyone, > > We use the DR module and LOVE IT! Qui

[OpenSIPS-Users] DR and failover

2013-11-15 Thread Nick Cameo
Hello Everyone, We use the DR module and LOVE IT! Quick question regarding failing over to the next gateway. Do we need to do anything in the failure route of our script? Or is it just as simple as entering the gateway in dr_rules.gwlist (ie, 1,2,3.), and having the entry in dr_gatways? Kind