Search results

  1. Y

    SOLVED 1.5.0 update blank gui

    @pbxgeek ahh i did git stash command as the git pull instructed me to do so, because it was aborting. as a side note would it make sense to introduce HA status somewhere in the dashboard? i understand it's db replication but would something like that be of any help to get a visual status
  2. Y

    SOLVED 1.5.0 update blank gui

    hi, just updated to 1.5.0 in HA config with proxy in front of it, when i get to the PBX url i see blank page. no changes to env file. SOLVED File app/Http/Middleware/TrustProxies.php was overwritten had to re-add my proxy there.
  3. Y

    create new fax server failed

    thanks @pbxgeek . ill work on this and fax is not critical at this moment. one question is how can i remove failed fax entry from fax server and fax queue pages
  4. Y

    create new fax server failed

    i did add 9999 prefix outbound route and i see mailgun processing fax fine , getting this [2026-03-01 20:44:42] production.DEBUG: FaxSendService@send error : preg_match(): Compilation failed: unmatched closing parenthesis at offset 13 at /var/www/fspbx/app/helpers.php:246 i just copied my...
  5. Y

    create new fax server failed

    i just found this thread https://www.pbxforums.com/threads/issues-with-faxing.8871/ and i opted to remove 9999 prefix in fax server > advanced settings, and still no luck production.ERROR: No outbound route found for fax to +1xxxxxxxxxx (domain: xxxxxxxx-xxxx-xxxx-ad7a-5286b401b869) also...
  6. Y

    create new fax server failed

    thanks @pbxgeek . i'm able to create fax server, tied it to mailgun but im getting errer below when I attempt to send email 2 fax with body and attachment. im using # that can make/receive calls. [2026-03-01 04:29:52] production.ERROR: No outbound route found for fax to +1xxxxxxxxxx (domain...
  7. Y

    create new fax server failed

    thank you @pbxgeek ! ill wait for the update
  8. Y

    create new fax server failed

    I'm on the latest fspbx and when I create new fax server i get Error! Request failed with status code 500 I know i was able to create it like two versions back but i just got around to it with the latest ver. laravel.log shows that a function doesn't exist } [2026-03-01 03:57:17]...
  9. Y

    1.4.0 update HA setup fail

    Thank you @pbxgeek . Will do just for a good measure!
  10. Y

    1.4.0 update HA setup fail

    Thanks @pbxgeek . i did run the php artisan migrate:delete-last-batch php artisan migrate php artisan db:refresh-subscriptions on Server 2 afterwards so i have 2025_10_28_181730_create_call_transcriptions_table | 1 | 554a2c5f-6c35-4110-9938-970f36d6635e...
  11. Y

    1.4.0 update HA setup fail

    @pbxgeek per your suggestions i created all records before pulling the files migration | batch | id...
  12. Y

    1.4.0 update HA setup fail

    @pbxgeek it shows empty on both :/. i'm not sure how that happened i've only done one upgrade prior to 1.4.0 and i there was no pending changes. fusionpbx=# select * from migrations ; migration | batch | id -----------+-------+---- (0 rows) Is there a way to recover/fix this or do i need to...
  13. Y

    1.4.0 update HA setup fail

    hi i'm trying to update HA 2 node setup, i pull updates on both servers, then when i try to update pending database updates i get php artisan migrate:status Migration name ............................................................. Batch / Status...
  14. Y

    email to fax queued up failed message retrying everyday

    thanks @pbxgeek . I'll try to re-do my fax server with subdomain per your suggestion. I also deleted my existing fax server set up with primary domain which hopefully stops those failed email messages. To clarify i'm using smpt2go for any FSPBX outbound emails so it's FSPBX instance sending...
  15. Y

    email to fax queued up failed message retrying everyday

    Hi, I'm trying to set up fax with fspbx and got mailgun account. I'm just trying to figure out how to get it to work with my stalwart mail server. Do i need to update my mx records at all for it to work? I was trying to set it up and keep getting some queued-up email message that the fax...
  16. Y

    Web portal some pages are blank when accessed through the floating IP/A record

    thanks @pbxgeek. you save the day once again. All pages load on my client-facing URL! Appreciate you man!
  17. Y

    Web portal some pages are blank when accessed through the floating IP/A record

    Hi, I've set up a 2-node HA FSPBX, and it works wonderfully. I've been doing my testing, looking at both web interfaces to make sure everything gets replicated. My DNS is as follows A pbxone.domain.com 10.0.0.1 A pbxtwo.domain.com 10.0.0.2 A pbx.domain.com 10.0.0.1/2 (client facing web url), IP...
  18. Y

    2FA for web logins

    will do! thank you!
  19. Y

    Custom MOH not working

    @pbxgeek i added my wav files per domain like @kenn10's screenshot and after editing dialplan domain-variables as you showed my custom moh is now working. thank you guys! ill book this thread if i want to change global moh as well.
  20. Y

    2FA for web logins

    @pbxgeek thanks for detailed info. i went into /var/backups/fspbx and only saw some files that didn't look like back up files so i ran the php artisan app:backup in /var/www/fspbx and that produced -rw-r--r-- 1 root root 147M Jan 6 20:33 backup_2026-01-07.tgz drwxr-xr-x 2 root root 4.0K Jan 6...