Extensions don't register

I had an installation set up on a vmware, and it was working. Now I am installing it permanently on a computer, I downloaded the distro and installed it, got connected with SIPSTATION and everything seems to work. However I can’t get the extensions to connect! I’ve been through this before, and it was a little thing that was the problem.

What happens is that sip set debug ip address shows no activity. I have the firewall off, so that’s not the problem. The web admin works, so the network info is correct. What could be keeping the phones from connecting with asterisk? Here’s the section on my sip_additional.conf:
[101]
deny=0.0.0.0/0.0.0.0
secret=123abc
dtmfmode=rfc2833
canreinvite=yes
context=from-internal
host=dynamic
trustrpid=yes
sendrpid=no
type=friend
nat=no
port=5060
qualify=yes
qualifyfreq=60
transport=udp,tcp,tls
avpf=no
icesupport=no
encryption=no
callgroup=
pickupgroup=
dial=SIP/101
mailbox=101@device
permit=192.168.123.0/255.255.255.0
callerid=jmm <101>
callcounter=yes
faxdetect=no
cc_monitor_policy=generic

Thanks for the help.

James

is your extension 101 in the 192.168.123.0/255.255.255.0 network?

is the server in the same network

Yes. I can ping the server from the client. I’m afraid that there may be some problem with Asterisk. There is no “full” file in /var/log/asterisk and there are errors in the freepbx.log file, for example:
[2014-Jan-22 03:25:14] [PHP-NOTICE] (/var/www/html/admin/modules/endpointman/includes/rain.tpl.class.inc:0) - Undefined index: ntp_server
[2014-Jan-22 03:25:14] [PHP-NOTICE] (/var/www/html/admin/modules/endpointman/includes/rain.tpl.class.inc:0) - Undefined index: syslog_server
[2014-Jan-22 03:25:14] [PHP-NOTICE] (/var/www/html/admin/modules/endpointman/includes/rain.tpl.class.inc:0) - Undefined index: syslog_port
[2014-Jan-22 03:25:14] [PHP-NOTICE] (/var/www/html/admin/modules/endpointman/includes/rain.tpl.class.inc:0) - Undefined index: sip_dscp
[2014-Jan-22 03:25:14] [PHP-NOTICE] (/var/www/html/admin/modules/endpointman/includes/rain.tpl.class.inc:0) - Undefined index: rtp_dscp
[2014-Jan-22 03:25:14] [PHP-NOTICE] (/var/www/html/admin/modules/endpointman/includes/rain.tpl.class.inc:0) - Undefined index: 101
[2014-Jan-22 03:25:14] [PHP-NOTICE] (/var/www/html/admin/modules/endpointman/includes/rain.tpl.class.inc:0) - Undefined index: GuiHooks
[2014-Jan-22 03:25:14] [PHP-WARNING] (/var/www/html/admin/modules/endpointman/includes/rain.tpl.class.inc:0) - Invalid argument supplied for foreach()
[2014-Jan-22 03:25:14] [PHP-NOTICE] (/var/www/html/admin/modules/core/page.extensions.php:0) - Undefined index: GuiHooks
[2014-Jan-22 03:25:14] [PHP-WARNING] (/var/www/html/admin/modules/core/page.extensions.php:0) - Invalid argument supplied for foreach()

James

I reinstalled using the 32 bit distro. It worked right away! I think there is a problem with the 64 bit distros. I also installed Centos 6.5 and then manually install Freepbx. It also refused to allow the phones to register, and I have to fiddle around to get asterisk to work - and never did get it to work.

James