Recent content by pbxgeek

  1. P

    New in FS PBX: Yealink RPS Integration

    I built it for Yealink RPS. Are you using RPS or YMCS? I'm now reading more about the differences, and it looks like they are using different APIs.
  2. P

    Mailgun Setup - Initial Failure/Hiccup

    try (.*)@fax.mydomain.com.au instead of .*@fax.mydomain.com.au
  3. P

    Mailgun Setup - Initial Failure/Hiccup

    The URL giving you an error is correct. It's not supposed to be a URL you can open in the browser. This is how I have it set up for my test server. It looks like you did everything correctly. But please double-check your setup. Did you pass the verification for your domain in Mailgun...
  4. P

    Caller id issue: SOLVED

    There have been no changes to how Caller ID works for extensions in over a year. If you set it up on the extension itself, those are the values passed unless you override them in your dialplan. I tested with the vanilla dialplan that ships with FS PBX just now and received an expected result...
  5. P

    Current node.js and npm

    There are a few underlying things that need upgrading. But we take it slow since we don't want to bring anyone's production system to a stop. So far, we've been managing most of the updates with as few hiccups as possible. Specifically, about Node.js, once the assets are built during updates...
  6. P

    New in FS PBX: Yealink RPS Integration

    We’ve added native Yealink Redirection and Provisioning Service (RPS) integration to FS PBX. Yealink RPS solves the “first connection” problem for new and factory-reset phones. Instead of manually entering a provisioning URL or configuring DHCP option 66, the phone contacts Yealink RPS and is...
  7. P

    Email template text

    @yaboc Thank you for the detailed example. I found the bug and committed a fix. Please go ahead and try updating again. For anyone else who updated prior to this fix and experiences the same issue, here is how to fix it. Run these commands on both servers: su postgres psql fusionpbx...
  8. P

    Email template text

    @yaboc, that means you might have an issue with database replication. Our update guide specifically outlines how to perform updates and database migrations for redundant servers. You might have missed a step. Postgres log can confirm that
  9. P

    Problem with all email templates

    @joseweb Heads up, version 1.9.6 now includes a brand new Email Template page where you can create a copy and override any default templates. This is a breaking change. Because templates under /var/www/fspbx/resources/views/emails will no longer be used. You will need to git stash your...
  10. P

    Email template text

    @willy Lafort Heads up, version 1.9.6 now includes a brand new Email Template page where you can create a copy and override any default templates. This is a breaking change. Because templates under /var/www/fspbx/resources/views/emails will no longer be used. You will need to git stash your...
  11. P

    Email template text

    For now they are stored here: /var/www/fspbx/resources/views/emails This will change soon. There have been a lot of requests to make this simpler.
  12. P

    fspbx 1.9.4 ringback not sound when active recordcall SOLVED

    Could you elaborate on this issue and provide the steps to reproduce it so we can permanently fix it for everyone?
  13. P

    Problem with all email templates

    @joseweb We have not consolidated all email templates into a single place. This is one of the remaining pages we have to redesign. So currently, not all templates used by the system are stored there. If you have any questions, please reach out to support, and we'll help you figure out a...
  14. P

    recordings manager

  15. P

    recordings manager

    It can be done in FS PBX just as well, but through a different procedure. Instead of going to the Recording Manager, navigate directly to IVR or the ring group. Under the recording name, you can see the transcribed text. You can copy it and then click the plus button to add a new greeting. Paste...