Hi, hope someone can help with this. Basically I'm trying to get a sip client to register from outside my local network. I had this working, briefly, yesterday... but obviously something has changed now because it's not working anymore.
I have this in my 'sip_general_custom.conf':
I have UDP 5060, 10000->20000 forwarded to PIAF box
firewall logs show lots of entries along the lines of:
clientIP random_port -> PIAF 5060 ALLOWED
if I do
tail -n100 -f /var/log/asterisk/full
whilst trying to register I get nothing relating to this registration though, no 'registration failed' or anything, as if the client isn't even reaching the box.
the client reports 'timeout'.
Any clues how to start diagnosing this?
Cheers.
I have this in my 'sip_general_custom.conf':
Code:
externip=80.177.49.XX
localnet=192.168.250.0/255.255.255.0
nat=yes
outboundproxy=192.168.250.1
I have UDP 5060, 10000->20000 forwarded to PIAF box
firewall logs show lots of entries along the lines of:
clientIP random_port -> PIAF 5060 ALLOWED
if I do
tail -n100 -f /var/log/asterisk/full
whilst trying to register I get nothing relating to this registration though, no 'registration failed' or anything, as if the client isn't even reaching the box.
the client reports 'timeout'.
Any clues how to start diagnosing this?
Cheers.