Re: [sipX-dev] userPatterns
On Tue, 2007-04-17 at 15:10 -0400, Damian Krzeminski wrote:
> So it's either:
>
> {prefix}xxxx // number of x corresponds to number of digits selected in
> sipXconfig UI
>
> or:
>
> {prefix}. // . means any number of digits here
Let me make sure I understand... One pattern is a fixed prefix,
followed by a specific number of digits (not characters, but digits
0-9). And the other pattern is a fixed prefix, followed by 1 or more
arbitrary characters?
I'm sure that the first case is being used in many production systems.
Do we know that the second case is being used?
> DialPatternTest should have more examples.
I'll take a look...
Dale