Skip to content

Latest commit

 

History

History
76 lines (63 loc) · 2.45 KB

README.md

File metadata and controls

76 lines (63 loc) · 2.45 KB

Migrating from Ombutel to VitalPBX

Table of Contents

Usage Instructions
Troubleshooting
Important Notes
Next Steps, Feedback, Social Networks

Usage Instructions

  1. Download the script ombutel-to-vpbx.sh:
wget https://raw.githubusercontent.com/VitalPBX/OmbutelMigration/master/ombutel-to-vpbx.sh
  1. Give execution permissions:
chmod +x ombutel-to-vpbx.sh
  1. Execute the Script:
./ombutel-to-vpbx.sh

Troubleshooting

  1. 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
  1. 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
  1. 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')"
  
  1. 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

Important Notes

  • 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

Next Steps

Social Networks

VPBX Logo