I’ve finally configured my Asterisk server how I want it, but I am
having a big problem which I can’t find a solution for. I tried posting this to Google Groups, and this is my first time on this forum.
I have one Polycom SoundPoint IP 301 phone and my Asterisk server on my
home network. One of my friends bought a Handytone 286 ATA for his
house. He can successfully register with my Asterisk server (using an
outbound proxy and STUN server). I am able to call him (x1137) just
fine.
The problem is that when he tries to call my Polycom phone (x1000), it
rings, but as soon as I pick it up, the call dropps. He also can’t dial
out to my ZAP trunk, or even to voicemail.
Any ideas what is going on? I know that there is some way to get it
wokring because I can call him, but I’m really stuck on this one.
This may be an issue with your firewall, or it may be an issue with your sip.conf. It may be something totally unrelated to either, but I would suspect one of those. Can you elaborate?
My Asterisk server is on the DMZ on my router/firewall, so there should be no problems there.
Here is my sip.conf:
[general]
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
allow=all
;disallow=all
;allow=ulaw
;allow=alaw
context = from-internal ;from-sip-external Send unknown SIP callers to this context
callerid = Unknown
dtmfmode=rfc2833