Search results

  1. M

    extension, version 5.3

    Translation from Brazilian Portuguese Se você não puder re-adicionar a extensão, tente executá-la pelo menu -> atualizar -> esquema. Em seguida, tente salvar a extensão novamente. Isso é provavelmente o motivo se houver um campo faltando no esquema de atualização do banco de dados, ele...
  2. M

    SOLVED FAILED SOCKET CONNECTION

    When compiling FreeSwitch, libtool is installed with the following script. If one of those packages is not available from the same command, that could prevent libtool from installing. https://github.com/fusionpbx/fusionpbx-install.sh/blob/master/debian/resources/switch/source-release.sh
  3. M

    Notification email not working

    You are better off using a service that is more dedicated to email relay - https://www.smtp2go.com/ - https://sendgrid.com
  4. M

    SOLVED No CDR on Call Detail Records

    I would help you if you called me. My number can be found at this link. https://www.fusionpbx.com/support
  5. M

    Auto Dialer for FreeSWITCH – Now with Predictive Dialing & Call Transcription!

    @whut The fusionpbx-app-phone is meant as a browser-based softphone. It's not a dialer in the sense of this forum post. @MrObscured FusionPBX has been improved year after year in all areas. As far as phone dialers it's not my priority. I'm not that excited about dialers because they are often...
  6. M

    SOLVED Let's Encrypt guide does not correspond with the Nginx directory (Docs Updated)

    I've updated the documentation and removed the extra bit that I believe more than 99% of people aren't using. - https://docs.fusionpbx.com/en/latest/getting_started/lets_encrypt.html
  7. M

    SOLVED Let's Encrypt guide does not correspond with the Nginx directory (Docs Updated)

    What are you trying to do? - Single domain - One parent domain with multiple sub domains - Multiple parent domains
  8. M

    PAY for 5.1.0 to 5.3 upgrade

    Please send an email to mark@fusionpbx.com or support@fusionpbx.com
  9. M

    Running php or bash script in dialplan + push notification

    FusionPBX takes security more seriously than some people realize or might want to admit. FusionPBX has many security improvements over the years and this is one of many. For this reason, system and bgsystem are default disabled. You can enable it if you want to use it. Just keep in mind the...
  10. M

    SOLVED User Passwords Gone

    If something disappears in FusionPBX, in most cases, a new permission was added. To fix it, just update your permissions from Advanced -> Permissions -> Restore Default, then log out and back in. Another option is to manually find and assign the missing permissions.
  11. 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.
  12. 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...
  13. 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?
  14. M

    Issue uploading wav files

    how large is the file that you are trying to upload?
  15. 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...
  16. 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...
  17. M

    CDR status issue with Version 5.4.1

    Thanks for reporting the issue. A small change was committed to fix the issue.
  18. 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...
  19. 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.
  20. 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.