Hi,
I am trying to rewrite a 5 digit number to a 11 digit number by adding a prefix "121285". To achieve that I use the following:


avp_subst("$avp(s:fromuri)","/^(sip:)([EMAIL PROTECTED])/\1+121285\2/");

in openser.log   new fromuri = sip:[EMAIL PROTECTED]

It works fine because of the "+" after \1

This avp_subst does not work properly if the "+" is taken out. How can I use "\1" followed by another digit?

avp_subst("$avp(s:fromuri)","/^(sip:)([EMAIL PROTECTED])/\1121285\2/");

in openser.log:  new fromuri = [EMAIL PROTECTED]


What am i doing wrong?

Thanks in advance for your help.

--
Zahid

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

Reply via email to