Hi,
I am an Asterisk Newbie.
I am trying to originate a Call to an internal extension 1007 no as below,
Action:Originate
Channel:SIP/1006
Exten:1007
Context:from-internal
Priority:1
but after submitting the command I can see a Warning in Asterisk CLI as channel.c:5681 __ast_request_and_dial: Unable to request channel SIP/1006 and command returns
Response: Error
Message: Originate failed
My sip.conf
[1006]
type=friend
context=from-internal
allow=ulaw,alaw
secret=**********
host=dynamic
[1007]
type=friend
context=from-internal
allow=ulaw,alaw
secret=12345678
host=dynamic
also please note the below sip show peers command output
Name/username Host Dyn Forcerport Comedia ACL Port Status Description
1006 (Unspecified) D Yes Yes 0 Unmonitored
1007 (Unspecified) D Yes Yes 0 Unmonitored
2 sip peers [Monitored: 0 online, 2 offline Unmonitored: 0 online, 2 offline]
Please advice me how to resolve the issue?