FreePBX Admin Password (default is user admin and password admin)
Administrators -> admin
Recommend that you change the username and set a strong password
Asterisk Manager Password
Edit /etc/asterisk/manager.conf. [admin] must match AMPMGRUSER=admin below.
- [admin]
- secret=yournewSTr0ngpassw0rd
复制代码
Edit /etc/amportal.conf
- # AMPMGRUSER: the user to access the Asterisk manager interface
- AMPMGRUSER=admin
- # AMPMGRPASS: the password for AMPMGRUSER
- AMPMGRPASS=yournewSTr0ngpassw0rd
复制代码
Flash Operator Panel Password
Edit /etc/amportal.conf
- # FOPPASSWORD: the secret code for performing transfers and hangups in the Flash Operator Panel
- FOPPASSWORD=yournewSTr0ngFOPpassw0rd
复制代码
ARI Admin password
Edit /etc/amportal.conf and add the following to the end of /etc/amportal.conf
- # ARI_ADMIN_USERNAME
- ARI_ADMIN_USERNAME=ariadmin
- # ARI_ADMIN_PASSWORD
- ARI_ADMIN_PASSWORD=yournewSTr0ngARIpassw0rd
复制代码
——————————————————————————————————— Recommend a reboot but you may get away with
Once the Asterisk is up and running, connect to asterisk process:
- # asterisk -rvvvvvvv
- pbx*CLI>
复制代码
While connected to the CLI, browse around FreePBX. This should cause the following output on the CLI.
- == Manager ‘admin’ logged on from 127.0.0.1
- == Manager ‘admin’ logged off from 127.0.0.1
- == Manager ‘admin’ logged on from 127.0.0.1
- == Manager ‘admin’ logged off from 127.0.0.1
- == Manager ‘admin’ logged on from 127.0.0.1
- == Manager ‘admin’ logged off from 127.0.0.1
- pbx*CLI>
复制代码
This shows that FreePBX is able to sucessfully logon to the running process.
|