Hi all,
I’m new to this, and have a configuration problem I believe.
I have Asterisk 1.09 installed.
My sip.conf
register => 2058922015@sip.broadvoice.com:secretpass:2058922015@sip.broadvoice.com/1001
[sip.broadvoice.com]
type=peer
user=phone
host=sip.broadvoice.com
fromdomain=sip.broadvoice.com
fromuser=2058922015
secret=secretpass
username=2058922015
insecure=very
context=from-broadvoice
authname=2058922015
dtmfmode=inband
dtmf=inband
;Disable canreinvite if you are behind a NAT
canreinvite=no
[1001]
type=friend
username=1001
secret=acm3
host=dynamic
context=acm3
My extensions.conf file
[acm3]
exten => 1001,1,Dial(SIP/1001)
am I missing something?