Hello,
Well we are trying to setup our first Asterisk server to recieve incomming calls from a SIP VoIP number and when we dial that number we get a fast busy signal.
Here is the config info:
==========
sip.conf
egister => 200112002233:somepassword@sdev1.hq.galnet.ca:15061/200112002233
[200112002233]
type=friend
context=gt_incoming
username=200112002233
secret=somepassword
host=sdev1.hq.galnet.ca
fromuser=user
fromdomain=sdev1.hq.galnet.ca
insecure=very
qualify=no
==========
extensions.conf
[gt_incoming]
exten => gt_incoming,1,Answer()
exten => gt_incoming,2,Wait,1
exten => gt_incoming,3,Voicemail(u1)
am I missing something for why it does not answer?