OK... I have pretty much everything now. Just a couple more quick questions.
1 - The "flags" column in the LCR table, what exactly does it do? All
I could find the docs is: "Gateway specific flags". Not sure what
they would be for, or how I would use them.
2 - Say I had a gateway which was having problems. Maybe not down
hard, but just failing to route properly. Is there an easy way to
disable it without deleting the record?
Thanks to everyone.
Geoff
On Thu, Mar 5, 2009 at 7:31 PM, Juha Heinanen <jh(a)tutpro.com> wrote:
Geoffrey Mina writes:
Thanks everyone. I was unclear from the docs the
definition of "tag"
and "strip", which was the original reason for my request. I thought
those might have something to do with this, but I wasn't 100% sure.
As everyone knows, the "tag" keyword is thrown around a lot in SIP, so
I didn't want to assume anything.
...
> lcr routes
> +----+-----------------+----------+--------+----------+
> | id | prefix | from_uri | grp_id | priority |
> +----+-----------------+----------+--------+----------+
> | 1 | 5555551212 | | 1 | 1 |
> | 2 | 5555551212 | | 2 | 1 |
> | 3 | 5555551212 | | 3 | 1 |
> +----+-----------------+----------+--------+----------+
in the above case, you could also have only one entry in lcr table and
put your three gws in the same group. if gws are not of same size, you
can also assign them a weight accordingly.
-- juha