Skip to content

Instantly share code, notes, and snippets.

@mavhc
Created March 25, 2024 14:32
Show Gist options
  • Save mavhc/1048c2ca96418c2b283d1b725a18ce50 to your computer and use it in GitHub Desktop.
Save mavhc/1048c2ca96418c2b283d1b725a18ce50 to your computer and use it in GitHub Desktop.
Upgrade Freepbx 15 to 16 using OSSEPM endpointman
Backup sql tables:
mysqldump asterisk endpointman_brand_list endpointman_custom_configs endpointman_global_vars endpointman_line_list endpointman_mac_list endpointman_model_list endpointman_oui_list endpointman_product_list endpointman_template_list > ossepm.sql
Remove endpointman
Upgrade Freepbx to v16
Download zip from https://github.com/unex/endpointman
upload module, choose file, manage local, install
Restore sql tables:
mysql asterisk < ossepm.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment