Sip help

I am registered now with my asterisk but when I call in I get this message:

NOTICE[5665]: chan_sip.c:13859 handle_request_invite: Call from ‘5598921147’ to extension ‘5598921147’ rejected because extension not found.

Here is my sip.conf
[sip.broadvoice.com]
type = peer
user = phone
host = sip.broadvoice.com
fromdomain = sip.broadvoice.com
fromuser = 5598921147
secret = *************
username = 5598921147
insecure = very
context = from-broadvoice
authname = 5598921147
dtmfmode = inband
dtmf = inband
canreinvite = no
nat = yes

[general]
context = default
allowoverlap = no
bindport = 5060
bindaddr = 0.0.0.0
srvlookup = yes
pedantic = no
register = 5598921147@sip.broadvoice.com:******************:5598921147@sip.broadvoice.com/100
allowexternaldomains = no
allowexternalinvites = no
allowguest = yes
allowsubscribe = no
allowtransfer = yes
alwaysauthreject = yes
autodomain = yes
callevents = no
compactheaders = no
dtmfmode = rfc2833
dumphistory = no
g726nonstandard = no
ignoreregexpire = no
jbenable = yes
jbforce = no
jblog = no
maxcallbitrate = 384
maxexpiry = 3600
minexpiry = 60
notifyringing = no
progressinband = never
promiscredir = no

[100]
type = peer
context = default
host = dynamic

[101]
type = peer
context = default
host = dynamic

Here is my extensions.conf

[numberplan-custom-1]
plancomment = DialPlan1
include = default
include = parkedcalls
exten = _9XXXXXXX,1,Macro(trunkdial,${Broadvoice}/${EXTEN:0})
comment = _9XXXXXXX,1,Local,standard
exten = _8XXXXXXX,1,Macro(trunkdial,${Broadvoice}/${EXTEN:0})
comment = _8XXXXXXX,1,Local2,standard
exten = _1XXXXXXXXX!,1,Macro(trunkdial,${Broadvoice}/${EXTEN:0})
comment = _1XXXXXXXXX!,1,Longdistance,standard
exten = _911,1,Macro(trunkdial,${Broadvoice}/${EXTEN:0})
comment = _911,1,911,standard

[timebasedrules]
exten = 1,1,NoOp(Business hours)
exten = 1,n,GotoIfTime(08:00-17:00|sun-sat|01-31|jan-dec?ringroups-custom-1,s,1)
exten = 1,n,Goto(voicemenu-custom-1,s,1)

[ringroups-custom-1]
gui_ring_groupname = Everyone
exten = s,1,NoOp(RINGGROUP)
exten = s,n,Dial(SIP/100&SIP/101&SIP/102,20)
exten = s,n,Voicemail(100,b)

[voicemenu-custom-1]
comment = mainmenu
alias_exten =
include = default
exten = s,1,Answer

[DID_Broadvoice]
include = default
exten = _X.,1,Goto(default|100|1)
exten = s,1,Goto(default|100|1)

[default]
exten = _1NXXNXXXXXX, 1, dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _1NXXNXXXXXX, 2, congestion()
exten = _1NXXNXXXXXX, 102, busy()
exten = _01130.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01131.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01132.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01133.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01134.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _011351.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _011352.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _011353.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _011378.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01139.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01141.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _011420.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01143.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01144.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01145.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01146.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01147.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01148.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01149[2-9].,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01154.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01155.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01156.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01160.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _01161.,1,dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = o,1,Goto(default,100,1)
exten = 290,1,Goto(ringroups-custom-

I need help. I can see it wants to dial in but I don’t know what to fix. I really need a response. This is my project for school. Any experts please assist me.

Your problem is exactly what this message says. There is no extension found that matches in you extensions.conf config.

you need a line like:

exten => 5598921147,1,Dial(SIP/phone1,20,tr)

or something of the like… have it dial whatever device you wish

and put it in context of your phone

Now I can’t call softphone to softphone. I am not sure which context is bad. I did some changes but still no inbound or out.

[general]
context = default
allowoverlap = no
bindport = 5060
bindaddr = 0.0.0.0
srvlookup = yes
pedantic = no
register = 5598921147@sip.broadvoice.com:Pass:5598921147@sip.broadvoice.com/100
allowexternaldomains = no
allowexternalinvites = no
allowguest = yes
allowsubscribe = no
allowtransfer = yes
alwaysauthreject = yes
autodomain = yes
callevents = no
compactheaders = no
dtmfmode = rfc2833
dumphistory = no
g726nonstandard = no
ignoreregexpire = no
jbenable = yes
jbforce = no
jblog = no
maxcallbitrate = 384
maxexpiry = 3600
minexpiry = 60
notifyringing = no
progressinband = never
promiscredir = no
nat = yes
recordhistory = no
relaxdtmf = no
rtcachefriends = no
rtsavesysname = no
rtupdate = no
sendrpid = no
sipdebug = no
t1min = 100
t38pt_udptl = no
trustrpid = no
usereqphone = no
videosupport = no

[100]
type = friend
context = from-broadvoice
host = dynamic
secret = ***
[101]
type = friend
context = from-broadvoice
host = dynamic
secret = ***
[sip.broadvoice.com]
type = peer
user = phone
host = sip.broadvoice.com
fromdomain = sip.broadvoice.com
fromuser = 5598921147
secret = ************
username = 5598921147
insecure = very
context = from-broadvoice
authname = 5598921147
dtmfmode = inband
dtmf = inband
canreinvite = no
nat = yes

EXTENSIONS.CONF
[from-broadvoice]
exten => 5598921147,1,Dial(SIP/100,30,tr)
exten => s,2,hangup
exten => 100,1,Dial(SIP/100)
exten => 101,1,Dial(SIP/101)
exten => 102,1,Dial(SIP/102)
exten = _1NXXNXXXXXX, 1, dial(SIP/${EXTEN}@sip.broadvoice.com,30)
exten = _1NXXNXXXXXX, 2, congestion()
exten = _1NXXNXXXXXX, 102, busy()

The old one was created in the GUI, I deleted most of it. I still don’t understand why the softphones can’t even call each other. I even tried the Xlite version 2.