Re: [SR-Users] Kamailio as IPv6 to IPv4 Gateway

2010-10-18 Thread Henning Westerholt
On Friday 15 October 2010, Joe Uelk wrote: > [..] > Also, the potential for IPv6 addresses in the Via header of IPv4 clients > that Klaus mentioned could be an issue... is there a way to enable > topology hiding or something similar? Hi Joe, there is the "topoh" module, which does some topology h

Re: [SR-Users] Kamailio as IPv6 to IPv4 Gateway

2010-10-16 Thread Ovidiu Sas
Can you detail what is not working in 3.1.0? Regards, Ovidiu Sas On Fri, Oct 15, 2010 at 5:24 PM, Joe Uelk wrote: > Thanks for the information Klaus and Ovidiu! > It seems the 4to6.cfg file referenced is for a different version of > Kamailio. I'm using 3.1.0 and I was unable to get it to run wit

Re: [SR-Users] Kamailio as IPv6 to IPv4 Gateway

2010-10-16 Thread Joe Uelk
Thanks for the information Klaus and Ovidiu! It seems the 4to6.cfg file referenced is for a different version of Kamailio. I'm using 3.1.0 and I was unable to get it to run with that .cfg file. I installed Kamailio on Fedora 10 as an rpm. It runs successfully with the default configuration. Also

Re: [SR-Users] Kamailio as IPv6 to IPv4 Gateway

2010-10-15 Thread Klaus Darilion
Am 15.10.2010 02:59, schrieb Joe Uelk: Hello all, I'm looking to implement the following scenario: Step 1 SIP Server A sends INVITE to port 5060 over IPv6 to Kamailio: 2001::1 --udp/tcp--> 2001::2:5060 Step 2 Kamailio SIP NATs the INVITE and sends it out IPv4 to SIP Server B on port 6000 1.1

Re: [SR-Users] Kamailio as IPv6 to IPv4 Gateway

2010-10-15 Thread Ovidiu Sas
Hello Joe, Check out the example provided in the source tree: http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob_plain;f=modules_k/rtpproxy/examples/4to6.cfg;hb=ad7f00d840082989132f335914aa0db223a0e46e Regards, Ovidiu Sas On Thu, Oct 14, 2010 at 8:59 PM, Joe Uelk wrote: > Hello al

[SR-Users] Kamailio as IPv6 to IPv4 Gateway

2010-10-15 Thread Joe Uelk
Hello all, I'm looking to implement the following scenario: Step 1 SIP Server A sends INVITE to port 5060 over IPv6 to Kamailio: 2001::1 --udp/tcp--> 2001::2:5060 Step 2 Kamailio SIP NATs the INVITE and sends it out IPv4 to SIP Server B on port 6000 1.1.1.1 --udp/tcp--> 1.1.1.2:6000 Step 3 All