Call failed: 404 Not Found

I have set up both asterisk and x-lite, x-light is loging in but cant call.

extensions_additional.conf

[globals]
RINGTIMER = 15
REGTIME = 7:55-17:05
REGDAYS = mon-fri
RECORDEXTEN = ""
PARKNOTIFY = SIP/200
OUT_1 = ZAP/g0
OUT = ${OUT_1}
OPERATOR =
NULL = ""
IN_OVERRIDE = none
INCOMING = EXT-201
FAX_RX_EMAIL = fax@mydomain.com
FAX_RX = system
FAX =
E201 = SIP
DIRECTORY = last
DIAL_OUT_1 = 9
DIAL_OUT = ${DIAL_OUT_1}
DIAL_OPTIONS = tr
DIALOUTIDS = 1
CALLFILENAME = ""
AFTER_INCOMING =

[ext-local]
exten => 200,1,Macro(exten-vm,200,200)
exten => 201,1,Macro(exten-vm,201,201)

[outbound-trunks]
exten => _${DIAL_OUT_1}.,1,Macro(dialout,1,${EXTEN})

sip.conf

; Note: If your SIP devices are behind a NAT and your Asterisk
; server isn’t, try adding “nat=1” to each peer definition to
; solve translation problems.

[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

#include sip_nat.conf
#include sip_additional.conf

sip_additional.conf

[200]
username=200
type=friend
secret=abc123
qualify=no
port=5060
nat=never
mailbox=200
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
callerid=“Test User” <200>

[201]
username=201
type=friend
secret=201
qualify=no
port=5060
nat=never
mailbox=201
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
callerid=“201” <201>

Thanks

Post back the CLI output during the call

Hi,

i had a corrupt extensions.conf file, replaced it and its working!

Thanks tho

i would appreciate a copy of your sip.conf and extensions.conf as i’m having the call not found issue on an asteriskNOW install