Search results

  1. 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.
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. O

    delete me

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

    User processed in wrong dialplan context

    I have installed basic FreeSWITCH with the vanilla config. So far so good. My client app can authenticate fine as user 1019. The list_users command shows the 1019 id as in the "default" context. I then try to dial 5000 (which should be the IVR demo), but instead the call is processed as an...
  8. O

    SQLite instead of PostgreSQL for FusionPBX database

    Is it possible to store all of FusionPBX's data in a SQLite database instead of PostgreSQL? If so, how would I do that? And is FusionPBX going to force use of PostgreSQL in the future?
  9. O

    FreeSWITCH startup time too long

    It takes FreeSWITCH approx 15 seconds to start, one a very small/simple implementation. Is this normal? Is there a way to speed this up (or figure out where the time is going)
  10. O

    PostgreSQL version 13 supported?

    I just installed a new Debian 11 then ran the FusionPBX install script. I now have PostgreSQL 13 installed. Should I downgrade or should the script have installed PostgreSQL 11?
  11. O

    FusionPBX's PostgreSQL file location

    I just installed the latest FusionPBX onto Debian 11. Could someone tell me where FusionPBX's PostgreSQL database (file) is located? my /etc/postgresql/13/main/postgresql.conf file contains this line: data_directory = '/var/lib/postgresql/13/main' and that directory has lots of...