Hi,
I am using asterisk 1.07, and have set up an account with sipgate for my out going calls. If i follow what it on the on the sipgate site (below) then neither incoming or outgoing works, but if i change it so the register doesnt have the extension on it then i can get incoming to work (but still not outgoing).
Its strange because also with my method it works incoming without changing any of my firewall forwarding... is it using UPNP?
What it says on the sip site and doesnt work,
In the sip.conf:
register => 9888...

ass@sipgate.co.uk/9888
[sipgate]
type=friend
username= 9888...
secret=pass
host=sipgate.co.uk
fromuser=9888...
fromdomain=sipgate.co.uk
nat=yes
authuser=9888...
dtmfmode=info
context=inbound
insecure=very
canreinvite=no
disallow=all
allow=ulaw
allow=alaw
In extensions.conf
exten => _7.,1,SetCallerID(01..9888...)
exten => _7.,2,Dial(SIP/${EXTEN:1}@sipgate,20,tr)
exten => _7.,3,Congestion
exten => _7.,4,Busy
exten => _7.,5,Hangup
[inbound]
exten => 9888...,1,Answer
exten => 9888...,2,Dial(sip/stuart)
And if i change sip.conf register line to just
register => 9888...

ass@sipgate.co.uk
and extensions.conf inbound to
[inbound]
exten => s,1,Answer
exten => s2,Dial(sip/stuart)
Then i get inbound only
Does it matter where you place the reister line... ie i have mine under the general bit, should it be at the top?
Thanks
stuart