Re: [SR-Users] modify connection information field from a 200 OK response

2012-05-15 Thread Openser Kamailio
Hi, I have an issue with this function fix_nated_sdp(). The old address in *connection information* that i wanted to change is in * IPv4* format, i want replace this one with an *IPv6* address. When i replace it with an IPv6 address, the* owner address* type (of owner/creator) and the *connection

Re: [SR-Users] modify connection information field from a 200 OK response

2012-05-15 Thread Openser Kamailio
Thanks Reda, it finally works with fix_nated_sdp("10","@IP Kamailio"). On Tue, May 15, 2012 at 11:00 AM, Reda Aouad wrote: > Hi, > > Try this function from nathelper module: fix_nated_sdp > http://kamailio.org/docs/modules/stable/modules_k/nathelper.html#id2533354 > > Reda > > > > On Tue, May 15,

Re: [SR-Users] modify connection information field from a 200 OK response

2012-05-15 Thread Openser Kamailio
Thanks but it still doesn't work. On Tue, May 15, 2012 at 11:00 AM, Reda Aouad wrote: > Hi, > > Try this function from nathelper module: fix_nated_sdp > http://kamailio.org/docs/modules/stable/modules_k/nathelper.html#id2533354 > > Reda > > > > On Tue, May 15, 2012 at 10:54 AM, Openser Kamailio <

Re: [SR-Users] modify connection information field from a 200 OK response

2012-05-15 Thread Reda Aouad
Hi, Try this function from nathelper module: fix_nated_sdp http://kamailio.org/docs/modules/stable/modules_k/nathelper.html#id2533354 Reda On Tue, May 15, 2012 at 10:54 AM, Openser Kamailio < kamailioopen...@gmail.com> wrote: > hi, > > I try to change the IP address in connection information

[SR-Users] modify connection information field from a 200 OK response

2012-05-15 Thread Openser Kamailio
hi, I try to change the IP address in connection information field from a 200 OK request passing through Kamailio. I want the IP address of the Kamailio in connection information. So, I've tried rtpproxy_answer("","@IP kamailio"), rtppproxy_offer("","@IP kamailio), rtpproxy_manage("","@IP kamailio