Steps to Do
- # Reset the passords of the default users
- # Increase the memory limit to 100 M
- # Change the Asterisk Manager Password
- # Enter email_id for online update checks
- #Download the latest FOP version
- # edit “httpd.conf”
Reseting the default password
There are two default accounts
“admin” with password “admin”
“freepbx” with password “fpbx”
change the “admin” password using the webinterface.
To change the freepbx user’s password , we need to edit two files and from “mysql”
they are (1) “/etc/amportal.conf” check for AMPDBPASS=mypass and (2) “/etc/asterisk/cdr_mysql.conf” and check for entry password=mypass
And in mysql prompt u need to change the password for the user “freepbx”
SET PASSWORD FOR freepbx@localhost=PASSWORD(‘welcome’);
Memory Limit
Edit “/etc/php.ini” change parameter as “memory_limit=100M
Asterisk Manager Password
edit “/etc/amportal.conf”
check the value:- AMPDBPASS=mypass
edit “/etc/asterisk/manager.conf”
check the value:- secret=mypass (Should be same as what we gave for AMPMGRPASS in /etc/amportal.com)
Email address for online update
In general setting tab , give the email address where notifications need to be send
edit httpd.conf
Instead of Apache as user give “asterisk”
Tags: AsteriskNow, FreePBX, PBX