I have no idea why this comes, I use asterisk 1.2.6 and upgraded to 1.2.7.1 for the occasion of finding this bug I’m having (Im pretty sure it’s my ignorance and not an asterisk bug).
My dialplan per extension is quite simple:
In the CLI, I get this:
sip show peers reveals this:
Name/username Host Dyn Nat ACL Port Status
1000/1000 192.168.0.101 D 6908 LAGGED (50 ms)
1 sip peers [1 online , 0 offline]
I dont think the 50ms in lag is relevant.
the asterisk machine is 192.168.0.102, so I don’t think there is any problem with a route to destination.
Furthermore if, I do this in the dialplan:
all of a sudden, it works and both extensions ring. however, my problem still exists of not being able to call just one extension.
sip.conf
[general]
language=en
context=from-unknown
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
videosupport=yes
rtcachefriends=yes
any suggestions?