29 May
2006
29 May
'06
3:28 p.m.
Mike Jakubik <mikej@rogers.com> wrote:
Well, it does not in my case. Here is the table:
+----+------------+-------------------+----+------------+ | id | GroupName | Attribute | op | Value | +----+------------+-------------------+----+------------+ | 11 | restricted | Called-Station-Id | := | 4166231473 | | 16 | restricted | Called-Station-Id | := | 4166231474 |
What you're trying to do is to "OR" the different entries. The SQL module doesn't do that, unfortunately. You'll have to have one entry & a regular expression for it to work. Alan DeKok.