Hello Everyone,
I am trying clean up with dialplan  any characters from $rU except digits.
I tried regex rule

Matching Regular _expression_
 ([0-9]*)

Substitution Regular _expression_
([0-9]*)

Replacement _expression_
\1


Example:
fhgg592199477719hh#

I see that rule match regex, but rewrite is not happening.

Any help thank you.

volga629.
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to