Match Value with Asterisk
Hello all,
I would like to know how to implement a patern-rule match-value of a header rule stating that I should reject INVITES' request-uri that starts with the three characters 20*.
(My problem is with the asterisk: I tried ^20[*]* but even prefix 20 is rejected.)
Regards,