On Tue, 2009-05-12 at 12:43 -0400, David Saint wrote:
> If the [3-4] is not part of the prefix I would think that it 
> shouldn't be shown in the prefix field, otherwise how's the 
> installer supposed to know what the real prefix is?
> 
> The page itself says:
>   Prefixes can be integers (e.g. 2), ranges (e.g. 1-5),or lists (e.g.
> 2,3,4)
> 
> There's no mention that ranges and lists will be treated differently.
> (Note: the page comment is missing the [] around the ranges and lists)

The problem is that you want to have a "variable part" in the prefix,
but the {vdigits} construction includes the first non-constant part of
the matched string and everything after it.

To implement what you want (and we probably need), we need some way that
the regexp can explicitly demarcate which part is the "vdigits" part.
That shouldn't be too hard, though we have to add something to the
regexp syntax (which is non-standard already).

Dale


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to