Usage Instructions
Troubleshooting
Important Notes
Next Steps, Feedback, Social Networks
- Download the script ombutel-to-vpbx.sh:
wget https://raw.githubusercontent.com/VitalPBX/OmbutelMigration/master/ombutel-to-vpbx.sh
- Give execution permissions:
chmod +x ombutel-to-vpbx.sh
- Execute the Script:
./ombutel-to-vpbx.sh
- If Doesn't appears any of the audio prompts of asterisk, please execute the following commands:
yum reinstall asterisk-sounds-* -y yum reinstall vitalpbx-sounds* -y
- When you go to the GUI a database error appears
Fatal error: Uncaught exception 'Exception' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ombutel.ombu_role_permissions'
You must to go to the Linux console and execute the following script:
/usr/share/ombutel/scripts/apply_patches
- When you ran manually the patches script (apply_patches) a database error appears saying that there is a duplicated entry
Importing 20170330.2.directdial_feature_codes.sql... PHP Fatal error: Uncaught exception 'Exception' with message 'ERROR 1062 (23000) at line 5: Duplicate entry 'direct_toggle_cfi' for key 'feature_name'
You must to take the filename and insert it manually to the patches table as follow:
mysql -uroot ombutel -e"insert into ombu_patches(filename) values ('20170330.2.directdial_feature_codes.sql')"
- If Cannot install the VitalPBX Trunks Passthrough addon, go to the console and execute the following commands and then, try to install again:
yum remove ombutel-trunks-passthrough -y yum clean all rm -rf /var/cache/yum
- The Sonata Recordings add-on may be uninstalled when upgrading to VitalPBX, in such case, you must to install it from the VitalPBX add-ons module