[Siproxd-users] Siproxd as "middle-man" fails.
Status: Beta
Brought to you by:
tries
From: Henrik A. S. <hen...@gm...> - 2011-08-29 03:56:16
|
I'm running Kamailio SIP server on one server. It works fine with SIP clients etc. Now I'm trying to run Siproxd SIP Proxy on another server. I've installed Siproxd and calling netstat -tulpn | grep 5060 shows: tcp 0 0 0.0.0.0:5060 0.0.0.0:* LISTEN 22216/siproxd udp 0 0 0.0.0.0:5060 0.0.0.0:* 22216/siproxd So it is running. But when I try to connect clients to my original Kamailio SIP server with the server IP from the one running Siproxd as proxy, it fails. Can anyone help my out debug the problem? And shouldn't this solution, when it works, make my clients looks as if they come from the IP of the server running Siproxd? |