-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Henning,
hmmm, I thing I did a mistake ....
modparam("group", "reg_exp_column", "re")
should be
modparam("group", "re_exp_column", "re")
... sorry ....
Other Question about Groups.
Is there a documentation how the reg expr syntax for re_grp table should be? I tried something like
sip:1234([12][0-9]|3[0-1])@
but no success.
When I try following in perl it works:
- ------------------------- $a="sip:123431@";
if($a=~/sip:1234([12][0-9]|3[0-1])@/) { print "Matched $1\n"; } - -------------------------
Any idea?
regards helmut