Recent content by OhSeeGee

  1. O

    Status of MySQL support

    We're actually not entrenched with any product, but we have to respect the wishes of our customers. MySQL/MariaDB has almost 50% market share of open source DBMS, compared to 17% PostgreSQL (see https://6sense.com/tech/relational-databases/postgresql-market-share) In a nutshell FusionPBX is a...
  2. O

    Any directories/files in use?

    Does DjangoPBX store anything in directories/files? (if so which ones) This could be config related, CDR's, recordings, etc... Or is everything kept in the SQL database? Assume I want to copy the full config/operating data from my existing DjangoPBX to a new installation.
  3. O

    Web interface missing static images

    Ok got that resolved by making a small change to nginx. Thanks
  4. O

    Web interface missing static images

    I tried that...still no images
  5. O

    Web interface missing static images

    I just finished installation and browsed to http://localhost:8009 and although a login page appears, there are no graphics. Looking at the code the images referece for example: /static/img/logo.png The static dir exists and that file exists, and the nginx defines the correct alias for this...
  6. O

    Migrating to MySQL confusing step

    The install script seemed like it had a lot left to do (from line 1088 onwards), set I just set install_postgresql_local to no, removed postgresql packages, and reran the installer. All went well except one issue...installing the default dialplan generated errors (wrong number of parameters)...
  7. O

    Migrating to MySQL confusing step

    Terrific - the migrate command finished succesfully. The instructions I was following ended after this command, and the django-pbx installer had already completed succesfully before I started the migration. At what point (in the docs) should I continue manually?
  8. O

    Migrating to MySQL confusing step

    I have just done a clean install of Django-PBX + FreeSWITCH onto Debian12. I'm at the point of migrating to MySQL, and I have modified the settings.py file as follows: as I want Django-PBX to use MySQL, and FreeSWITCH to use SQLite. But when performing the command I get error/warning "no...
  9. O

    MySQL instead of PostgreSQL update

    In that case I'll have to experiment with DjangoPBX over MySQL. Not enough time to experiment right now, but it gives me hope. I'm glad the design abstracts DBMS implementation
  10. O

    Status of MySQL support

    I looks like DjangoPBX offers full MySQL support, so I'll give that a try instead. For the purpose of a config generator, (and simple logging) there really shouldn't be a need for Postgres specific features in FusionPBX. Maybe some day the db module will be abstracted and then open to other DBMS'.
  11. O

    Status of MySQL support

    This topic was last actively discussed back in 2023 so I thought I would check in on this topic. I would like to deploy FS with a GUI for some customers, but there is always customer resistance to yet another DBMS in their environment. Since they already have MySQL expertise this is regularly...
  12. O

    MySQL instead of PostgreSQL update

    I read some forum posts that left me unsure if a DjangoPBX PBX server (including FreeSWITCH) can truly run completely with MySQL. My impression from a couple of comments was that FS will still needs native PostgreSQL, even if DjangoPBX can use MySQL. I also saw this comment in another post...
  13. O

    Installation on Debian 12

    I know it's been mentioned before, but releasing an (official) VM with everything installed would make life easier for many people - certainly the beginners. I would be happy to do this (share the VM I built) - BUT, does this violate any license terms? Now the FreeSWITCH download is behind a...
  14. O

    Can I create FusionPBX cluster

    There is a free edition of the HAfs product gflow mentioned above. (From this website) I use the free edition for my home freeswitch and also development PBX cluster. I found out about it from an ITSP I worked with...so as gflow said its rock solid. (Meant for ITSP/carriers/mission critical...
  15. O

    delete me

    delete me - created by accident Is there some way for me to delete my own post? Can't find it