Re: [SR-Users] Kamailio - passing registration to another sip server

2016-09-05 Thread Daniel Tryba
On Fri, Sep 02, 2016 at 07:13:13PM +0200, Klaus Darilion wrote: > I see 2 solutions: > a) fix_nated_contact ... > b) if the Contact header must be preserved (strict clients) or if the > registrar does not apply NAT traversal, then it is necessary to do heavy > message rewriting and registration in

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-09-02 Thread Klaus Darilion
Am 25.08.2016 um 16:19 schrieb E. Schmidbauer: Hi Matt, Check out this post and config: https://blog.voipxswitch.com/2016/08/11/kamailio-and-freeswitch-on-the-same-server-with-nsq-and-jansson-rpc/ It demonstrates how to handle NAT & forward a REGISTER to FreeSWITCH (on localhost) Thanks, Emm

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-26 Thread Daniel Tryba
On Fri, Aug 26, 2016 at 07:39:02AM -0400, Mike Patterson wrote: > Thank you for your response. Can you tell me what value I need to put > in is_in_subnet? Is this the local network of the Kamailio server or > is it the network of the down-stream sip server? It is the subnet (or ip) of your downs

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-26 Thread Mike Patterson
? -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel Tryba Sent: Friday, August 26, 2016 4:52 AM To: sr-users@lists.sip-router.org Subject: Re: [SR-Users] Kamailio - passing registration to another sip server On Thu, Aug 25, 2016 at 01:34:30PM

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-26 Thread Daniel Tryba
On Thu, Aug 25, 2016 at 01:34:30PM -0400, Mike Patterson wrote: > Thank you. I am reviewing the doc. I am new to Kamailio so it will > take some time for me. Good luck then :) Here is my slightly redacted config for a setup similar to yours (which is just a loadbalancer/proxy), which uses both

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread Mike Patterson
: Re: [SR-Users] Kamailio - passing registration to another sip server Err sorry Mike (not matt) On Thu, Aug 25, 2016 at 9:57 AM, Daniel Tryba mailto:d.tr...@pocos.nl> > wrote: On Thu, Aug 25, 2016 at 09:38:12AM -0400, Mike Patterson wrote: > I have configured Kamailio to pass a reg

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread E. Schmidbauer
Err sorry Mike (not matt) On Thu, Aug 25, 2016 at 9:57 AM, Daniel Tryba wrote: > On Thu, Aug 25, 2016 at 09:38:12AM -0400, Mike Patterson wrote: > > I have configured Kamailio to pass a registration request to another VoIP > > provider. The reason I am doing this is to provide a sip port for us

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread E. Schmidbauer
Hi Matt, Check out this post and config: https://blog.voipxswitch.com/2016/08/11/kamailio-and-freeswitch-on-the-same-server-with-nsq-and-jansson-rpc/ It demonstrates how to handle NAT & forward a REGISTER to FreeSWITCH (on localhost) Thanks, Emmanuel On Thu, Aug 25, 2016 at 9:57 AM, Daniel Tryba

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread Daniel Tryba
On Thu, Aug 25, 2016 at 09:38:12AM -0400, Mike Patterson wrote: > I have configured Kamailio to pass a registration request to another VoIP > provider. The reason I am doing this is to provide a sip port for users > where the ISP is blocking SIP. I am able to pass the registrations to the > VoIP

[SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread Mike Patterson
I have configured Kamailio to pass a registration request to another VoIP provider. The reason I am doing this is to provide a sip port for users where the ISP is blocking SIP. I am able to pass the registrations to the VoIP provider but I'd like to have inbound calls working as well. I see the