Proper placement of context = from-sip-external? Hello All,
I am trying to get Asterisk@home 2.2 to work with Broadvoice and can place outgoing calls without a problem. I cannot receive inbound calls. I have been looking at the forums and think my Context from sip external may be in the wrong place. My Asterisk box is getting the call but rejecting it. The caller gets a fast busy signal. I have posted my sip.conf file for review, I must be missing something simple.
Thanks for any help you can give.
[general]
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
disallow=all
allow=ulaw
allow=alaw
context = from-sip-external ; Send unknown SIP callers to this context
callerid = Unknown
pedantic=no
register => 5175440797@sip.broadvoice.com:PASSWO...broadvoice.com/5175440797
[sip.broadvoice.com]
type=peer
user=5175440797
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
fromuser=5175440797
secret=PASSWORD
username=5175440797
insecure=very
context=from-broadvoice
authname=5175440797
dtmfmode=inband
dtmf=inband
;Disable canreinvite if you are behind a NAT
canreinvite=no |