Search results

  1. N

    Postgres as core database

    Is anyone aware of a definitve guide (that works) of how to make FreeSwitch use Postgres as it's database rather than SQLITE? So that the whole FusionPBX system uses Postgres and SQLITE is not used at all. I can't seem to find a single one that results in a working system or actually stops some...
  2. N

    Ringback

    Evening. I've been trying in vain to set UK ringback tone for the whole system. If I understand correctly, I need to verify that there's a uk-ring variable under ringtones, checked and double checked. Then I create two variables under the "defaults" category - ringback and transfer_ringback...
  3. N

    Using default setting variables

    Evening all I've created some default setting entries under the Provisioning category. Let's take these examples: yealink_t46g_wallpaper = https://{$domain_name}/custom/wallpaper.png yealink_t46s_wallpaper = https://{$domain_name}/custom/wallpaper.png yealink_t46g_wallpaper_filename =...
  4. N

    Fresh install - FreeSwitch not starting correctly

    Hi So I did a fresh install of the latest release on a new install of Debian 12 yesterday. All phones were registering but were unable to call eachother - all calls going straight to VM. I checked the SIP Status screen in FPBX and got a socket error. I restarted FreeSwitch with "systemctl...
  5. N

    FQDN requirements

    Hi First: Great work! I can't wait to get this up and running properly so I can test it. I've followed the install instructions to the letter. As I don't have a public FQDN, I used a made up one during the installation. domain_name=djangopbx and default_domain_name=admin.djangopbx (both with...
  6. N

    FQDN for DjangoPBX

    Hi First: great work! I'm stoked to get this working so I can test it out! I've installed DjangoPBX following the instructions to the letter. For the domain_name and default_domain_name I've had to make something up - I just don't have access to a "real" public facing domain name at the...