Ubuntu 12.04, asterisk 11.5.0, freepbx 2.11, ugh

I followed this guide (http://wiki.freepbx.org/pages/viewpage.action?pageId=1409028), and get some errors, cannot start web ui, etc anyone can help? Thx

(1)
Setting freepbx settings form /etc/amportal.conf
freepbx setting [ASTMANAGERHOST] set to [localhost]
PHP Fatal error: Class ‘notifications’ not found in /usr/src/freepbx/amp_conf/htdocs/admin/libraries/utility.functions.php on line 1360

(2)

Also, if it matters, /var/www/html is empty

I am sorry Ubuntu is not a directly supported operating system. There are a few Debian folks that might be able to assist. You need to look at the install log and see where it failed.

Did anything fail while you were following the instructions?

Most problems are either missing prerequisites or permissions issues.

May I also ask, if you don’t know how to look at logs and chase issues why install on an unsupported operating system? We have a ISO distro that takes care of this for you. Heck, on any modern machine you could install the ISO to a VM, I know Ubuntu has packages for kvm, libvirt and bridge utils.

re-download and try again. If it fatals there it wont put anything under the html directory.

I re-downloaded it, same issue: PHP Fatal error: Class ‘notifications’ not found in /usr/src/freepbx/amp_conf/htdocs/admin/libraries/utility.functions.php on line 1360

I will go through the logs (which ones?), see if I see anything,

Lastly, I may try VM as suggested.

Any ideas? I can make out-going calls, but incoming just ring busy, like it never makes it to the extension, though I have setup inbound routes that I believe to be correct. Thanks.

I tried this to see if anything showed up:

asterisk -r
core set verbose 0
core set debug 0
sip set debug ip 10.11.12.155

sip set debug off
exit

tail full

FULL shows? :

[2013-09-01 17:26:16] VERBOSE[18359] asterisk.c: – Remote UNIX connection
[2013-09-01 17:31:34] VERBOSE[20489] asterisk.c: – Remote UNIX connection disconnected
[2013-09-01 17:35:10] VERBOSE[18359] asterisk.c: – Remote UNIX connection
[2013-09-01 17:37:13] VERBOSE[20592] asterisk.c: – Remote UNIX connection disconnected
[2013-09-01 17:38:41] VERBOSE[18359] asterisk.c: – Remote UNIX connection
[2013-09-01 17:38:55] VERBOSE[20619] asterisk.c: – Remote UNIX connection disconnected

Cam someone point me where better to look to try to resolve the issue of failed incoming calls? Thx

Looks like calls arent even hitting your PBX. You’d see more activity than that

I then set directmedia=no based on something I saw, then I see this in the log if it helps at all, so just need some help to debiug the issue

[2013-09-01 17:49:46] VERBOSE[20737] config.c: == Parsing ‘/etc/asterisk/sip_registrations.conf’: Found
[2013-09-01 17:49:46] VERBOSE[20737] config.c: == Parsing ‘/etc/asterisk/sip_custom.conf’: Found
[2013-09-01 17:49:46] VERBOSE[20737] config.c: == Parsing ‘/etc/asterisk/sip_additional.conf’: Found
[2013-09-01 17:49:46] VERBOSE[20737] config.c: == Parsing ‘/etc/asterisk/sip_custom_post.conf’: Found
[2013-09-01 17:49:46] WARNING[20737] res_phoneprov.c: Unable to load users.conf
[2013-09-01 17:49:46] VERBOSE[20737] loader.c: – Reloading module ‘res_rtp_asterisk.so’ (Asterisk RTP Stack)
[2013-09-01 17:49:46] VERBOSE[20737] config.c: == Parsing ‘/etc/asterisk/rtp.conf’: Found
[2013-09-01 17:49:46] VERBOSE[20737] config.c: == Parsing ‘/etc/asterisk/rtp_additional.conf’: Found
[2013-09-01 17:49:46] VERBOSE[20737] config.c: == Parsing ‘/etc/asterisk/rtp_custom.conf’: Found
[2013-09-01 17:49:46] VERBOSE[20737] res_rtp_asterisk.c: == RTP Allocating from port range 10030 -> 20030

“Looks like calls aren’t even hitting your PBX. You’d see more activity than that”

All needed ports are open, Incoming Route has no DID or CID, etc. I appreciate any pointers.

I had a port number wrong at flowroute, once I realized that, it rings, duh…