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