Best way to start over?

I have an existing Freepbx Distro install that I would like to wipe out and start over. I could reinstall with a new VM however I have commercial modules installed and have done a decent amount of work configuring the underlying OS.

Th main reason for this is I set the system up in Device and User mode but have decided to go back to extension mode. I know this really shouldn’t be an issue but since the system isn’t in production yet, I figured a clean slate might be more maintainable in the long run.

So my question is - is there a way to wipe out all the configuration in Freepbx while maintaining the installation ID and commercial modules?

Thanks in advance!

You might have to reset zend ID in portal using this method:

Go to mysql tool and issue drop database asterisk and drop database asteriskcdrdb

Run commands:

cd /usr/src/freepbx
mysqladmin create asterisk
mysqladmin create asteriskcdrdb
mysql asterisk < SQL/newinstall.sql
mysql asteriskcdrdb < SQL/cdr_mysql_table.sql

And you are back where you started from

Skyking, your knowledge never ceases to amaze me. Thanks for the help.

You might have to reset zend ID in portal using this method:

SkykingOH - I don’t think the link you are referencing is showing up in your post. Could you possibly repost it? Thanks in advance!

http://wiki.freepbx.org/display/FCM/How+to+Move+a+Deployment+ID+to+a+new+PBX