Re: [SR-Users] Kamailio NAT traversal

2012-08-17 Thread Fred Posner
On my set-up, I forward incoming dids to freeswitch for handling, and then forward requests from registered users to another. There's a great tutorial from Daniel/asipto that should be a very good guide: http://kb.asipto.com/freeswitch:kamailio-3.1.x-freeswitch-1.0.6d-sbc With best regards,

Re: [SR-Users] Kamailio NAT traversal

2012-08-17 Thread Spencer Thomason
Hi Sammy and Fred, Basically I'm building a hosted PBX platform using a muti domain FreeSWITCH setup. Freeswitch and Kamailio are on a public IP. Previously all endpoints registered to Freeswitch directly which works great. For scalability purposes, my thought was to use Kamailio in front of

Re: [SR-Users] Kamailio NAT traversal

2012-08-17 Thread Daniel-Constantin Mierla
Hello, it should be straightforward starting with 3.3.0 to run Kamailio behind a port forwarding NAT (like amazon ec2), using the 'advertise' property of the listen parameter: http://www.kamailio.org/wiki/cookbooks/3.3.x/core#listen For example, default config will stay 'unchanged' apart of

Re: [SR-Users] Kamailio NAT traversal

2012-08-17 Thread Fred Posner
Hi Spencer, Is Kamailio also natted? If so, you may have some issues... if not, it should work great. I run a server like this as well... very happy with it. I gave up on kamailio/freeswitch behind nat. Well, didn't give up, just don't have the time to make it work. With best regards, Fred ht

Re: [SR-Users] Kamailio NAT traversal

2012-08-17 Thread SamyGo
Hi, You kind of sound a little different here. Are you saying that the REGISTRATIONs will be handled by Freeswitch but store the registration Data in Kamailio "location" table !? Just go through the Kamailio blog by-Miconda or kb.asipto.com specially the one on integrating the Asterisk Realtime w

[SR-Users] Kamailio NAT traversal

2012-08-16 Thread Spencer Thomason
Hello, I'd like to use Kamailio in from of FreeSWITCH to handle NAT traversal. Is there a way I can allow freeswitch to handle all auth but store the registration in usrloc as I need to send an options ping to the endpoints? My thought is something like this: natted endpoint -> kamailio -> f