Search results

  1. Y

    1.6.5 2fa on by default?

    when i updated to 1.6.5 2fa turned on when i had it off previously. i did not run git stash on 1.6.6 update, is that going to mess things up ? should i rerun the whole 1.6.6 update with git stash ? everything appears to be fine after disabling email_challenge.
  2. Y

    autoprovision yealink t58v

    thanks @pbxgeek. i was able to auto provision a different T54W phone with your instructions. as always super helpful! have a great weekend! At first i tried wifi MAC in devices since the phone is wifi connected, but when the phone reaches out it's actually requesting nic mac.cfg!
  3. Y

    autoprovision yealink t58v

    so it looks like the phone is trying to pull from prov/ but it cant find .boot file etc which are not in the prov? [DCMN]ssl cipher:AES:!ADH:!LOW:!EXPORT:!NULL Apr 16 12:22:05 ATP [760.789]: DURL<6+info > [DCMN]I will write to file: /tmp/xxx.cfg Apr 16 12:22:05 ATP [760.789]: DURL<6+info >...
  4. Y

    autoprovision yealink t58v

    sorry i fixed the title to reflect the correct model. i tried t44w+and it's still throwing the same error im also getting 404 when i try to go to https://pbx.mydomain.com/app/provision/001565f75e9a.cfg and authenticate https://pbx.mydomain.com/app/provision/index.php?mac=ccb8a81b8090 and auth...
  5. Y

    autoprovision yealink t58v

    @pbxgeek , the phone was discontinued a while ago, but i updated it to the latest firmware dated eoy 2025 im not sure where that *.us.domain.com setting is but yeah right now it seems file cannot be pulled
  6. Y

    autoprovision yealink t58v

    i set up mac entry in devices put https://pbx.domain.com/app/provision/ yealink auto provision setting with user/pass, which were enabled entered prior in Default Settings on fspbx Stack trace: #0 /var/www/fspbx/public/app/provision/index.php(530): require_once() #1 {main} thrown in...
  7. Y

    break HA and replace secondary node

    hi, if i need to switch / replace 2nd node in HA do i just execute DROP SUBSCRIPTION IF EXISTS fspbx_subscription_b_to_a; DROP SUBSCRIPTION IF EXISTS fspbx_subscription_a_to_b; DROP PUBLICATION IF EXISTS fspbx_publication_a; DROP PUBLICATION IF EXISTS fspbx_publication_b; on primary server...
  8. 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
  9. 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.
  10. 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
  11. 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...
  12. 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...
  13. 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...
  14. Y

    create new fax server failed

    thank you @pbxgeek ! ill wait for the update
  15. 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]...
  16. Y

    1.4.0 update HA setup fail

    Thank you @pbxgeek . Will do just for a good measure!
  17. 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...
  18. Y

    1.4.0 update HA setup fail

    @pbxgeek per your suggestions i created all records before pulling the files migration | batch | id...
  19. 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...
  20. 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...