I’m running asterisk behind nat. I can make an outgoing sip call.
But if anyone calls in on fwd, they get an unavailable message.
sip.conf:
[general]
context=default
srvlookup=yes
language=en
disallow=all
allow = gsm ; what we deem is necessary
allow = ilbc
allow = speex
allow = g726
allow = ulaw
tos_sip = cs3
tos_audio = ef
tos_video = af41
register => fwdnumber:fwdpassword@fwd.pulver.com
context = fwd-incoming
nat=yes
insecure=port,invite
extensions.conf:
[fwd-incoming]
exten => s,1,Answer()
exten => s,2,Dial(Zap/1)
The register seems to work:
– parse_srv: SRV mapped to host fwd.pulver.com, port 5060
My asterisk server is behind a nat, but if I can make a sip connection one way, why not the other? I’ve also tried it not behind the nat. Same result.
puzzled.
sean