[cisco-voip] Destination Pattern Question

CarlosOrtiz at bayviewfinancial.com CarlosOrtiz at bayviewfinancial.com
Mon Feb 5 17:27:47 EST 2007


I agree with your assessment.  Just trying to confirm to convince others.



----- Original Message -----
From: "Jonathan Charles" [jonvoip at gmail.com]
Sent: 02/05/2007 05:25 PM
To: "CarlosOrtiz at bayviewfinancial.com" <CarlosOrtiz at bayviewfinancial.com>
Cc: cisco-voip at puck.nether.net
Subject: Re: [cisco-voip] Destination Pattern Question

The ^ matches the beginning of a string.

The [ ] match a range.

So, my thinking would be that the [^9] should match anything that begins
with a 9

However, so would:

9...

To match the not-9 do this:

[1-8]...



Jonathan

On 2/5/07, CarlosOrtiz at bayviewfinancial.com <
CarlosOrtiz at bayviewfinancial.com> wrote:
>
>
> Can someone confirm what this statement does?    It was added with the
> idea that everthing will match except anything beginning with 9.  From what
> I read it looks like it will match all ext's beginning with 9.
>
> destination-pattern [^9]...
>
> Carlos
> _______________________________________________
> cisco-voip mailing list
> cisco-voip at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://puck.nether.net/pipermail/cisco-voip/attachments/20070205/b372f3ba/attachment.html 
-------------- next part --------------
_______________________________________________
cisco-voip mailing list
cisco-voip at puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip


More information about the cisco-voip mailing list