Search results

  1. M

    Calls wont disconnect, using hangup button

    The root of the problem is a FreeSwitch bug. The script is a work around. I refer to these inactive calls as stale calls.
  2. M

    Using FusionPBX as SIPTRUNK server

    IP Authentication Create an extension for the authorized IP address using Accounts -> Extensions. Then, use the CIDR on the extension edit page to authorize the IP address. This is easier to accomplish on FusionPBX 5.3 or higher. After that, got to Status -> SIP Status and press the RELOADACL...
  3. M

    Issue uploading wav files

    That is small enough the issue is not caused by an upload size limit. What is your version of FusionPBX and how did you install it?
  4. M

    Issue uploading wav files

    how large is the file that you are trying to upload?
  5. M

    FS PBX Now Installs in One Command – No More Separate FusionPBX Setup!

    FS PBX benefits greatly from FusionPBX by using its foundation, database, and code, saving you an enormous amount of work. Then you benefit even more from using this forum as a place for marketing people. The collaboration offer wasn't offered ahead of time. There was no indication of how you...
  6. M

    FS PBX Now Installs in One Command – No More Separate FusionPBX Setup!

    @hfoster I agree with you I think the statement "Integration with FusionPBX: Seamless integration with FusionPBX features." is inaccurate because it's built on top of FusionPBX 5.1. It would be less misleading if they told people that it's based on FusionPBX 5.1 and integrates seamlessly into...
  7. M

    CDR status issue with Version 5.4.1

    Thanks for reporting the issue. A small change was committed to fix the issue.
  8. M

    CDR status issue with Version 5.4.1

    @mudasar321 this can be reported on https://www.fusionpbx.com as bug. If you don't do that, then you hope that it gets seen here by someone who will put in a pull request or by @markjcrane. I'm the creator of FusionPBX and the person who fixes many of the FusionPBX bugs. This is a third party...
  9. M

    Call Recording playback at 2x speed

    Symptoms Audio playback of call recording is too fast Bug This seems to be a bug in FreeSWITCH. That causes the audio to playback too fast. Solution Make sure the call is recorded only one time.
  10. M

    Call recordings transcription

    We have call recording transcription in FusionPBX 5.3. It does need more improvements to be ideal. The master branch has a little more progress in this regard. I'm hoping to complete that work soon.
  11. M

    Zero-To-Hero Messages App Integration

    You have made your point, and an opt-out makes sense for a campaign. On a different note, the messages feature I'm developing will not be focused on insecure and highly regulated SMS. The US government required backdoors into the PSTN. Backdoors are irresponsible to put into software because...
  12. M

    Zero-To-Hero Messages App Integration

    Those were added to support the false assumption that everyone is doing a campaign when they use SMS. The campaigns don't even have a category for conversational SMS. I'm not building a mass campaign SMS tool. I'm not interested in making software for SMS spammers. When you buy a mobile phone...
  13. M

    Zero-To-Hero Messages App Integration

    Yes, that is required in the United States for SMS messages. It's unfortunate, in my opinion, that everyone who wants to use SMS gets forced into signing up for a campaign even if they aren't doing a campaign of any kind. I believe this is government overreach. Hoping that regulations like this...
  14. M

    Zero-To-Hero Messages App Integration

    The public documentation you are seeking on this topic can be found here. It was added to the public documentation on Aug 29, 2023. - https://docs.fusionpbx.com/en/latest/applications/messages.html
  15. M

    Git confusion

    That looks like it should work fine. Make sure to run a new
  16. M

    Use FusionPBX as a VOIP router - gateway

    @wifx People are using FusionPBX for this. The SIP trunks feature will help with registration-based SIP trunks. IP authentication-based SIP trunks are also possible.
  17. M

    LetsEncrypt / TLS Info in Docs still current?

    Yes, a major downside of adding all domains manually to the SSL certificate is that they are all visible in the certificate. For this reason, a wildcard SSL is a better option as long as the firmware the phones use can support it. With Polycom I've had best luck with TCP. As far as NAT busting...
  18. M

    Zero-To-Hero Messages App Integration

    @bradyc What VoIP provider are you using? Ringotel has their own implementation for SMS.
  19. M

    LetsEncrypt / TLS Info in Docs still current?

    When you define the domains with the letsencrypt script just put a space between each domain name. Letsencrypt seems to allow more domains today than they did in the past limit maybe 100 subdomains. The certificates are combined into one cert.
  20. M

    LetsEncrypt / TLS Info in Docs still current?

    FusionPBX Documentation is being update. We are putting in more work to update FusionPBX documentation. Latest major improvements to the documentation. Updated screenshots showing the latest version of FusionPBX Currently migrating documentation from RST format to MD (markdown format)...