Search results

  1. P

    No CDR on Call Detail Records menu after reboot

    @maurizio261 Since you are on 5.1, you can simply install the FS PBX dashboard on top of your system and enjoy the new CDR page with no bugs. Also, we fixed many false call statuses and errors with CDR upload. And you will have one line per each call with ability to open call detalis and see the...
  2. P

    Copyright on original work

    @markjcrane, labeling something as open source while imposing copyright restrictions that limit its usage contradicts the very definition of open source. If FusionPBX is genuinely open source, it should allow unrestricted use in any form. Could you clarify whether FusionPBX is truly open source...
  3. P

    SOLVED Enabling SRTP and SIP TLS

    Your external provider probably doesn't support secure media. You need to disable it before sending a call to them. rtp_secure_media=forbidden
  4. P

    IP authentication incoming calls are forbidden

    You need to ensure the provider sends traffic to port 5080 (default external profile port). Then, you need to add their IPs to the ACL list and possibly to your firewall list, depending on how strict your rules are. Any provider can be asked to send traffic to a different port. 5060 Is used fro...
  5. P

    Extension Registration Issue

    It's hard to tell without seeing what the phone is sending in the second Register packet. But my best guess is that it's not getting a response from the server and tries to register again. This is likely due to a firewall issue. TCP has better capability to penetrate through the firewalls. If...
  6. P

    CustomPBX GUI and API for Freeswitch

    Good work. I like it
  7. P

    FusionPBX Not Access

    This sounds like nginx issue. Check nginx logs and config.
  8. P

    911 emails

    You can accomplish this with a custom LUA script that will run during dialplan execution
  9. P

    FS PBX Now Supports Full Integration with Ringotel Mobile Apps!

    @RTL The installation requires FusionPBX 5.1 as a baseline. During the installation process, it integrates numerous updates from more recent versions. Full support for FusionPBX 5.3, as well as 5.4 (if released), is planned for later this year.
  10. P

    FS PBX Now Supports Full Integration with Ringotel Mobile Apps!

    @wouam31 Thank you for your kind words! We are actively working on integrating Polycom ZTP and Yealink RPS through the device management page. These integrations ensure that whenever a device is added, updated, or deleted, the respective service is notified and updated in real time. Our next...
  11. P

    FS PBX Now Supports Full Integration with Ringotel Mobile Apps!

    @RTL You need to install the FS PBX dashboard for FusionPBX. It's a modern GUI for managing FusionPBX and Freeswitch. https://github.com/nemerald-voip/fspbx/ I saw your other post about password reset not working in the latest versions of FusionPBX. FS PBX has a login module that handles...
  12. P

    FS PBX Now Supports Full Integration with Ringotel Mobile Apps!

    @RTL, installing the latest updates for FS PBX will add all settings under the Default Settings -> Mobiles apps category. You can modify them according to your preferences
  13. P

    FS PBX Now Supports Full Integration with Ringotel Mobile Apps!

    Thank you @wouam31. We have more coming soon. We are currently working on a lot of projects. Stay tuned
  14. P

    FS PBX Now Supports Full Integration with Ringotel Mobile Apps!

    We’re excited to announce that starting with FS PBX version 0.9.21, you can now fully integrate Ringotel mobile apps into your system. This new feature simplifies mobile VoIP management, making it easier than ever to extend FS PBX’s capabilities to your mobile workforce. Key Features...
  15. P

    Redirection option from an IVR with ring Group or contact center options

    There is probably a way to write a custom script to automate something like this. Otherwise, it will be manual work.
  16. P

    SSL Certficate does not work

    you need to make sure that nginx config is pointed to the certificate files you generated and then reload and restart nginx.
  17. P

    SOLVED quickscript not installing FusionPBX properly?

    Investigate why FreeSWITCH is not compiling—it might help shed some light on the issue. As I mentioned earlier, my setup started compiling without errors this week. However, just last week, it failed to compile with a variety of different errors.
  18. P

    SOLVED quickscript not installing FusionPBX properly?

    This was resolved. I was able to install FusionPbx yesterday without any issues
  19. P

    Internal Calls

    I still don’t understand how is your service any different than ours. We provide 10 digit numbers to users that are pointed to short local extensions. And everything works as expected. A 10 digit DID will point to a 3 digit IVR or 3 digit Ring group. This is how the system is designed to work...