Hi guys,
I have registered two users in X-Lite but they can’t seem to even dial each other. Both phones say “Registering” and no error/time out message is given but when dialing another extension nothing happens at all.
Here is my sip.conf
[code][testone]
type=friend
username=test
secret=sosecret
host=dynamic
context=extensions
[testtwo]
type=friend
username=testtwo
secret=sosecret
host=dynamic
context=extensions[/code]
extensions.conf
[extensions]
exten => 561,1,Dial(SIP/testone)
exten => 562,1,Dial(SIP/testtwo)
FROM The CLI:
testone/testone (Unspecified) D 255.255.255.255 0 Unmonitored
testtwo/testtwo (Unspecified) D 255.255.255.255 0 Unmonitored
Please Please Help
thx [/quote][/code]