[SOLVED]Cannot get X-Lite to work

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 :smile:[/quote][/code]

It’s ok. I solved this one.

It basically came down to a firewall was blocking the traffic between the phone and Asterisk! I didn’t think of it because I thought things were fine since the Asterisk server was receiving calls fine but couldn’t register any users.

Now its time to move on to other things that I’m sure I’ll need help with!