Hi what wrong in my conf ?
Please fix for me
Test-CentOSCLI> dial 200
No such extension ‘200’ in context 'default’
Test-CentOSCLI>
;;/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