Re: [OpenSIPS-Users] help with drouting

2009-12-02 Thread Bogdan-Andrei Iancu
Hi Justin, The DR module exports only 2 functions - do_routing() which selects a list of GWs to be used for the call ad use_next_gw() used for consuming/using the next GW from the list. See: http://www.opensips.org/html/docs/modules/devel/drouting.html#id272402 So, in your script, when

[OpenSIPS-Users] help with drouting

2009-12-01 Thread Justin Moore
Hello, I'm trying to adapt my current Opensips 1.5 installation to use drouting such that a call will try the least cost route first, and if that gateway is not available, then it will fail over to the next gateway in the list. I've already set up Opensips-CP and have made the necessary databas