Rejected because extension not found

Hi,
i am newbie and i have problem with dialplan
i have two extension,
i were called one to another,
i am hearing the person u are calling unavalible, Please try again.
and
at Asterisk console, system returned alert. it is
Notice[3461] cha_sip.c:18160 handle_request_invite: Call from '1000’to extension ‘1001’ rejected because extension not found

my sip.conf
[1000]
type=friend
username=1000
secret=pwdmaykut
host=dynamic
context=internal
callerid=maykut
mailbox=1000
dtmfmode=rfc2833
qualify=yes

[1001]
type=friend
username=1001
secret=pwdmaykut2
host=dynamic
context=internal
callerid=maykut2
mailbox=1001
dtmfmode=rfc2833
qualify=yes

my extension.conf;

[globals]

1000=SIP/1000

1001=SIP/1001

[general]

static=yes

writeprotect=no

autofallthrough=yes

[internal]

exten => 1000,1,Answer()

exten => 1000,n,Playback(/en/to-leave-message-for.g722)

exten => 1000,n,Voicemail(1000)

exten => 1000,n,Hangup()

exten => 1000,1,Answer()

exten => 1000,n,Playback(/en/to-leave-message-for.g722)

exten => 1000,n,Voicemail(1000)

exten => 1000,n,Hangup()

thanks
my best regards

both of your extensions are 1000.
so in the internal context change one of them to be 1001

this problem continue for along time
i am writing, accidently i do a mistake
due to copy paste

now there is no problem about extension 1001 definition
it is correct.

note; i used x-lite but now i change my softphone with bria

and my user status;