Hello all,
Hate to be a bother to the list, but the documentation for the LCR module (and googling afterwards) left me slightly puzzled. . . The way I read it, it seems like EVERY user on the system would have to have an entry in the gw table, in order to match the FROM URI and get a gateway prioritized....
Anyone have some light to shed on LCR? Maybe a solid doc somewhere?
Other than that, please keep up the excellent work! O_SER is definitely a wonderful piece of work!
SKM
=# SELECT * from gw; gw_name | ip_addr | port | uri_scheme | transport | grp_id | prefix ----------+------------+------+------------+-----------+--------+-------- gateway1 | 1803927123 | 5060 | 1 | 2 | 2 | level3 | 1074393045 | 5060 | 1 | 2 | 3 | gateway2 | 1820704339 | 5060 | 1 | 2 | 99 | kplx | 19306451 | 5060 | 1 | 2 | 1 | (4 rows)
at43=# SELECT * from gw_grp ; grp_id | grp_name --------+---------- 1 | local-site 2 | main-site 3 | level3 (3 rows)
at43=# SELECT * from lcr ; prefix| from_uri | grp_id | priority ------+----------+--------+---------- 201 | % | 1 | 1 133 | % | 2 | 1 135 | % | 2 | 1 105 | % | 2 | 1 102 | % | 2 | 1 136 | % | 2 | 1 118 | % | 2 | 1 113 | % | 2 | 1 144 | % | 2 | 1 125 | % | 3 | 1 (10 rows)
just as an example!
klaus
Juha Heinanen wrote:
rushowr writes
Anyone have some light to shed on LCR? Maybe a solid doc somewhere?
from README file:
From URI can contain special characters % and _ matching any number of any characters and any one character, respectively.
-- juha
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users