Thursday, August 13, 2009

The cake is a lie...

There is a neat user portal feature in FreePBX that allows users to login via the web using their extension:password. This URL is usually http://IPofPBX/recordings/

After logging in, our users were unable to access anything on the side menu; it would just boot them back to the login screen.

Permission issues again. SOLVED

nano -w /etc/php.ini

Found session.save_path = "/var/lib/php/session"

Checked permissions:
ls -l /var/lib/php/session

Apache?! (>_<)
Changed permissions:
chown asterisk /var/lib/php/session

Users can now access the cake via portal.