Douglas Garstang writes:
Being able to set a priority for each gateway means I could do this...
mysql> select * from lcr; +----+--------+---------------+--------+----------+ | id | prefix | from_uri | grp_id | priority | +----+--------+---------------+--------+----------+ | 8 | 1303 | @203.84.213.8 | 1 | 1 | <-- (Hong Kong) | 10 | 1303 | @67.151.19.114| 2 | 1 | <-- (USA) +----+--------+---------------+--------+----------+
you can set priority to each gw group. perhaps you could define here three gw groups for 203.84.213.8 to 1303 each with different priority.
-- juha