Hi all,
Im trying to rewrite the sip uri with textops module as follows:
subst_uri('/sip:0([0-9]+)@(.*)$/sip:0034\1@voipprovider.com/i');
I see in the openser output:
17(17303) ERROR: parse_msg: message=<INÖTE sip:00349999999@voipprovider.com SIP/2.0
It seems the subst_uri is modifying also the SIP method.
Am I doing something wrong? Any known bug? Im working with the current CVS version.
Thank you very much.
G.