[Newbie] Ekiga doesn't register "Method not Allowed"

Hi everybody,
first of all, I want to make clear that I am really new to Asterisk, and I am quite sure that my problem is trivial…but I have not been able to fix it alone, even following tutorials online or searching this very forum.
So here I am.

I use Asterisk 1.8 and FreePBX 2.8. I created an extension 58444 and I tried to connect from another host on the same LAN.
When I try to connect, Ekiga returns a “Method not allowed”.
I analyzed the traffic with wireshark and this is what I get in the UDP stream…

From my client: 143.215.206.163
REGISTER sip:143.215.204.123 SIP/2.0
CSeq: 54 REGISTER
Via: SIP/2.0/UDP 143.215.206.163:5060;branch=z9hG4bKf47e14a0-5f2d-e011-8dd2-001de05adda9;rport
User-Agent: Ekiga/3.2.6
From: sip:[email protected];tag=e01410a0-5f2d-e011-8dd2-001de05adda9
Call-ID: 56f90fa0-5f2d-e011-8dd2-001de05adda9@xxxx-laptop
To: sip:[email protected]
Contact: sip:[email protected];q=1, sip:[email protected];q=0.500
Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING
Expires: 7000
Content-Length: 0
Max-Forwards: 70

From the server: 143.215.204.123
SIP/2.0 405 Method Not Allowed
CSeq: 54 REGISTER
Via: SIP/2.0/UDP 143.215.206.163:5060;branch=z9hG4bKf47e14a0-5f2d-e011-8dd2-001de05adda9;rport
From: sip:[email protected];tag=e01410a0-5f2d-e011-8dd2-001de05adda9
Call-ID: 56f90fa0-5f2d-e011-8dd2-001de05adda9@xxxx-laptop
To: sip:[email protected]
Contact: sip:[email protected]
Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING
Content-Length: 0

In the extension I tried both with nat yes and no…i left deny and permit blank, the extension is set as “friend” and set as “dynamic”…
While I was trying to connect, I checked the CLI with verbosity 5 and nothing popped up when Ekiga failed to connect…
Any idea why it doesn’t work?? Where is the problem?

I checked online, followed a couple of tutorials, but the problem is still here…

For what I can see, it’s like the server doesn’t allow REGISTER, which doesn’t make sense at all to me…is it possible that I deactivated (or didn’t activated in the first place) the possibility to register a Softphone to an extension?
If that was the case, where should I check in FreePBX?

Thank you very much everybody!

Matteo

I solved it!
Even if FreePBX said that Asterisk WAS running, looks like it WAS NOT running, so I restarted manually, and now it works.
Thank you anyways everybody! Bye