Dial problem

Hi what wrong in my conf ?
Please fix for me
Test-CentOSCLI> dial 200
No such extension ‘200’ in context 'default’
Test-CentOS
CLI>

;;/etc/asterisk/sip.conf;;
[general]
context=default
port=5060
bindaddr=0.0.0.0
disallow=all
allow=gsm
allow=ulaw
allow=alaw

[me1]
type=friend
username=me1
secret=password
host=dynamic
context=home

[me2]
type=friend
username=me2
secret=password
host=dynamic
context=home

musiconhold=default

==============

;;/etc/asterisk/extensions.conf;;
[general]
autofallthrough=yes
clearglobalvars=yes
[globals]
CONSOLE=Console/dsp
[default]
;no entry yet

[home]
exten => 200,1,Dial(SIP/me1)

exten => 201,1,Dial(SIP/me2)

Thanks

You need to change the line ‘context=default’ in sip.conf to ‘context=home’

Hi thanks for reply

I changed but got same result

Please help me again

Hi
info for dial problem
I logged in with xlite and call to 200
I got

[Mar 5 21:34:06] WARNING[2706]: app_dial.c:1286 dial_exec_full: Unable to create channel of type ‘SIP’ (cause 20 - Unknown)

can you check?