=# 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