search for: 021245711

Displaying 1 result from an estimated 1 matches for "021245711".

2008 Oct 20
1
a little regex help needed
...0${REGEX("21245711*")} ] ? "Office":${CALLERID(name)} )}) The main office callerid's are all 212 457 11xx. But this statement seems to match everything, including callerid(num)="" What I'd expect is a callerid(num) of 2124571123 to generate an if test of [02124571123 == 021245711*] or TRUE. But I've messed up the regex statement somehow. Thanks for any help. sean