I am trying to modify 
Contact: <sip:[EMAIL PROTECTED];transport=udp;maddr=1.1.1.1>

to
Contact: <sip:[EMAIL PROTECTED];transport=udp;maddr=2.2.2.2>


I am using the following statement but it doesn't work:
 if ( subst('/^Contact:(.*)sip:[EMAIL 
PROTECTED]@([a-zA-Z0-9.]+);(.*)$/contact:\12.2.2.2;\2/ig') ) {};

Am I missing anything?

Thanks,
Alex



> Date: Wed, 19 Nov 2008 11:06:53 -0500
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> CC: [email protected]
> Subject: Re: [Kamailio-Users] Contact field
> 
> The various NAT traversal modules modify the Contact to suit their ends, 
> according to their own scheme.
> 
> There is a module that will allow you to modify any header to anything 
> you want:
> 
> http://www.kamailio.org/docs/modules/1.4.x/textops.html
> 
> 
> Alex R.S.M wrote:
> 
> > Hi,
> > 
> > Is there a function that can modify "Contact" field in SIP header?
> > 
> > Thanks,
> > Alex
> > 
> > ------------------------------------------------------------------------
> > Windows Live Hotmail now works up to 70% faster. Sign up today. 
> > <http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_faster_112008>
> > 
> > 
> > ------------------------------------------------------------------------
> > 
> > _______________________________________________
> > Users mailing list
> > [email protected]
> > http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
> 
> 
> -- 
> Alex Balashov
> Evariste Systems
> Web    : http://www.evaristesys.com/
> Tel    : (+1) (678) 954-0670
> Direct : (+1) (678) 954-0671
> Mobile : (+1) (706) 338-8599

_________________________________________________________________
Windows Live Hotmail now works up to 70% faster.
http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_faster_112008
_______________________________________________
Users mailing list
[email protected]
http://lists.kamailio.org/cgi-bin/mailman/listinfo/users

Reply via email to