SIP Manipulation Pattern Matching
Morning All.
I have a nice sip-manip that pattern matches on a number. I want to adjust the pattern match to be able to match on two numbers.
Number 1. 20-1223-4500
Number 2. 20-2656-4500
So at the moment I use:
comparison-type pattern-rule
match-value 2012234500
Could I use something like:
match-value. 20\b(1223|2656)\b4500
Would like to do this rather than create two identical SIP-Manips
PDS