Hello,
I am new in asterisk. After my basic installation and configuration on centos system, i tried to connect through x-lite. But its not getting connected. When check on sip show peers its showing below result.
welcome*CLI> sip show peers
Name/username Host Dyn Forcerport ACL Port Status Description
105 (Unspecified) D N A 0 Unmonitored
1 sip peers [Monitored: 0 online, 0 offline Unmonitored: 0 online, 1 offline]
Also find my configurations in sip.conf & extensions.conf below
[general]
[105]
type=peer
deny=0.0.0.0/0.0.0.0
permit=0.0.0.0/0.0.0.0
secret=105
host=dynamic
context=from-internal
nat=yes
port=5060
quality=yes
callerid=name <105>
then in extensions.conf
[general]
[from-internal]
exten=> 1234,1,Answer
same=>n,playback(demo-congrats)
same=>n,hungup
Then i tried running ethereal in my machine running x-lite. its giving the below result.
astersik server to my machine - sip protocol - status: 405 Method not allowed (1bindings)
Please help me to solve the issue.
Thanks,
Randeep.A.R