Hello,
I have installed Asterisk 11 and I can’t make call outgoing using my VOIP.
The CLI returns
== Using SIP RTP CoS mark 5
-- Executing [29886871@ramais:1] Dial("SIP/3028-00000340", "Sip/29886871@tellfree,60,Tt") in new stack
== Using SIP RTP CoS mark 5
-- Called Sip/29886871@tellfree
-- Got SIP response 484 "Address Incomplete" back from xxx.xx.209.42:5060
== Everyone is busy/congested at this time (1:0/0/1)
-- Auto fallthrough, channel 'SIP/3028-00000340' status is 'CHANUNAVAIL'
See my sip.conf
[general]
allowguest=no
autocreatepeer=no
awayssauthreject=yes
udpbindaddr=0.0.0.0:5089
context=ramais
disallow=all
allow=ulaw;gsm
externhost=mydomain.noip.us:5089
localnet=192.3.1.2/255.255.255.0
register => ******:******@tellfree
;;
[tellfree]
username=******
type=peer
secret=*******
qualify=yes
insecure=port,invite
host=sip2.tellfree.net
port=5089
fromuser=*******
fromdomain=sip.tellfree.net
domain=sip.tellfree.net
disallow=all
context=ramais
allow=gsm
allow=ulaw
What’s is wrong?