Hey David,
IMHO first you need to decide if you want to proxy the media traffic
or not (look at bypass_media), as you are behind a NAT it suggests
that you are perhaps using a cable or adsl connection to the internet
and may not want to give up some of your bandwidth for VOIP calls to
external con
You will also need to modify the dial-string in conf/directory/
default.xml because it only looks on internal for registered users.
/b
On May 19, 2009, at 7:56 AM, Anthony Minessale wrote:
edit your sip profile and comment out every line that contains the
string nat to disable all the nat au
edit your sip profile and comment out every line that contains the string
nat to disable all the nat auto-detection.
for dmz, you need to set the rtp-ext-ip and sip-ext-ip to be the live ip and
sip-ip and rtp-ip to be the lan ip (the real one)
On Mon, May 18, 2009 at 8:02 PM, David Robinson wrot
> My suspicion is that the RTP traffic isn't traversing the NAT
> properly. You
> may have to configure the routers at both ends to forward the RTP
> packets to
> the correct destinations. There is a good discussion of NAT on the
> wiki.
Situation: FS (10.0.0.12) -> DMZ (124.254.81.250) ->
Can you post the INVITE and 200 OK messages from your mates end of the
call. Even if you forward the ports on the router, the RTP will not
traverse correctly if the advertised IP address is an internal one for
both ends.
On Mon, May 18, 2009 at 6:20 PM, David Robinson wrote:
> Ok, my FS box is o
David Robinson wrote:
> Is this correct ? Am I missing something fundamental ?
My suspicion is that the RTP traffic isn't traversing the NAT properly. You
may have to configure the routers at both ends to forward the RTP packets to
the correct destinations. There is a good discussion of NAT on t
Ok, my FS box is on a LAN IP (10.0.0.12), but it is setup as the DMZ
machine on my modem so it can receive incoming connections without any
NAT related problems.
I'm trying to get a user outside on the internet to connect to my FS
box and register as an internal user. He is using X-Lite on h