Hi !
I’m close to become nuts… I’ve tried several forums before but gotten no useful hints.
I have a unix machine with a dynamic public IP. Asterisk 1.0.7 is running on it. I have configured x-lite to test the config.
I can make internal calls (e.g. voicebox).
I can’t make or receive external calls. When I try to call I’m getting is a busy signal and a 404 …
Debugging on sipgate shows a “noisy feedback” message complaining that in_uri and out_uri are the same:
[quote]Sip read:
SIP/2.0 200 OK
Via: SIP/2.0/UDP [my public IP]:5060;branch=z9hG4bK2054335d
From: sip:3333333@sipgate.co.uk;tag=as7de7fa02
To: sip:3333333@sipgate.co.uk;tag=019efdbfb68dd123f382ae5ce73ea92d.1f46
Call-ID: 668f1faa6e12779b5b3057383b786311@10.0.0.1
CSeq: 103 REGISTER
Contact: <sip:3333333@[my public IP]>;q=0.00;expires=120
Server: sipgate ser
Content-Length: 0
Warning: 392 217.10.79.219:5060 “Noisy feedback tells: pid=22991 req_src_ip=[my public IP] req_src_port=5060 in_uri=sip:sipgate.co.uk out_uri=sip:sipgate.co.uk via_cnt==1”[/quote]
sip.conf
[quote][general]
disallow=all
allow=gsm
allow=ulaw
allow=alaw
bindaddr=0.0.0.0
canreinvite=no
;language=de
nat=no
localnet=10.0.0.0/255.255.255.0
dtmfmode=info
;defaultexpirey=1200
;maxexpirey=3600
srvlookup=yes
insecure=very
qualify=no
register => 3333333:mysecret@sipgate.co.uk/3333333
; x-lite
[2005]
type=friend
username=2005
secret=softphone
auth=md5
host=dynamic
reinvite=no
canreinvite=no
nat=no
context=default
qualify=1000
dtmfmode=inband
; sipgate.co.uk
[3333333]
;[sipgate.co.uk]
;authuser=3333333
fromuser=3333333
fromdomain=sipgate.co.uk
host=sipgate.co.uk
insecure=very
;nat=yes
;qualify=yes
secret=mysecret
type=friend
username=3333333
context=inbound[/quote]
extensions.conf