Re: [SR-Users] Kamailio as pass through proxy

2015-07-14 Thread Daniel Tryba
On Monday 13 July 2015 13:19:32 kai.ohnac...@cbc.de wrote: > To change the IP address which is used from the private server as the > destination address, I added the following lines to the Kamailio.cfg. > > modparam("registrar", "use_path",1) > modparam("registrar", "path_mode", 2) > modparam("re

[SR-Users] Kamailio as pass through proxy

2015-07-13 Thread kai.ohnacker
Hello, I try to setup a SIP infrastructure with Kamailio server in private network and a pass through Kamailio proxy in the DMZ for NAT handling. (-> TEST.jpg) The pass through proxy uses a new routing algorithm and this works fine for external calls to internal calls. (->Kamailio.cfg.txt) The l

Re: [SR-Users] Kamailio as pass through proxy?

2014-11-30 Thread Rizwan Khan
Thanks for the help guys. I used a stateless proxy and was able to register. Now I am able to make calls as well but there is an issue. I receive multiple ringing but not receiving 200 ok after that. I keep on receiving the ringing messages. Although the call gets connected and I hear two way voi

Re: [SR-Users] Kamailio as pass through proxy?

2014-11-27 Thread Daniel Tryba
On Thursday 27 November 2014 08:29:51 Rizwan Khan wrote: > We want to use Kamailio as the pass-thru proxy in front of the SBC just to > receive the request on a random port, and then forward the request to the > SBC internally being on the same private network. > > What would be the best way to do

Re: [SR-Users] Kamailio as pass through proxy?

2014-11-27 Thread Ben Langfeld
You could quite easily just do this with iptables. See http://askubuntu.com/questions/320121/simple-port-forwarding for ideas. On 27 November 2014 at 05:29, Rizwan Khan wrote: > Hi All, > > What we want to do is to by-pass the restrictions imposed by different > ISPs etc. which normally block ba

[SR-Users] Kamailio as pass through proxy?

2014-11-26 Thread Rizwan Khan
Hi All, What we want to do is to by-pass the restrictions imposed by different ISPs etc. which normally block based on the port 5060 The SIP server(including SBC) is a commercial one running on port 5060, that we cannot change. It is already taking care of the NAT issues. We want to use Kamailio