Search results

  1. P

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

    @vuthy09 send me a private message. We can it offline and figure out what's going on.
  2. P

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

    This is only needed if you specifically changed the default settings for the ESL connection. Have you confirmed that you can open fs_cli?
  3. P

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

    I'm glad you like it. I post new videos whenever I can. There is so much I could make videos for, but it's a tedious process. You can use all sources (FS PBX wiki on Github, my YouTube channel and general FusionPBX docs)
  4. P

    Calls wont disconnect, using hangup button

    If you are using SQlite for your freeswtch database, you can create a script that will remove stale calls. Sometimes calls get stuck and need to be removed manually. I've posted a script example here earlier https://www.pbxforums.com/threads/active-call-stuck.7872/#post-32062
  5. P

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

    @franciscom.corona, I haven't tried it myself, but you would be able to change the external to internal IP in the .env file based on the wiki page and have everything working locally.
  6. P

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

    @vuthy09 Something is not working on your machine. I just checked a newly installed server, and sip profiles and modules pages load without any issue. Is Freeswitch running on your machine?
  7. P

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

    @vuthy09 Did the link above not help you? You get this error when the session variable doesn't match the browser URL address. It's a security measure that the Laravel framework has against people trying to brute force. If you follow all the steps in the article, you should be able to fix it. If...
  8. P

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

    @franciscom.corona, please take a look at the end of the document here under Updating Environment Configuration. You need those variables to match what you enter in the browser https://github.com/nemerald-voip/fspbx/wiki/How-to-Secure-FS-PBX-with-a-Let%E2%80%99s-Encrypt-SSL-Certificate
  9. P

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

    @vuthy09 Run this to install it. sudo cp /var/www/fspbx/public/app/event_guard/resources/service/debian.service /etc/systemd/system/event_guard.service sudo sed -i "s|WorkingDirectory=/var/www/fusionpbx|WorkingDirectory=/var/www/fspbx/public|" /etc/systemd/system/event_guard.service sudo sed -i...
  10. P

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

    @TharunV My post above should also solve your issue. Follow the steps and let me know.
  11. P

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

    Thank you all for reporting additional issues following the initial installation. I have made several improvements to the script, including automatic updates for menu links, resolving CDR upload issues, and addressing other minor enhancements. These updates have now been integrated into the main...
  12. P

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

    @TharunV I was able to reproduce this problem on another server. I'm looking into this, and I will get back to you shortly.
  13. P

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

    @vuthy09 You made it to the last command in the install script. Can you try running this command separately cd /var/www/fspbx php artisan fspbx:initial-seed If it fails, check this log for the last errors /var/www/fspbx/storage/logs/laravel.log. If not, rerun the install script again, and...
  14. P

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

    @markjcrane It's great to see your enthusiasm for FusionPBX, and we genuinely appreciate the foundation it has provided. However, the claim that FS PBX does not integrate seamlessly with FusionPBX is simply incorrect. Many FusionPBX features work out of the box with FS PBX, and in many cases...
  15. P

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

    @ou812 We are not a traditional software development company. We are a VoIP service provider and originally developed FS PBX for our own in-house use. With over 15 years in the industry, we recognized a need within the community for a better GUI for FusionPBX, which led us to open-source FS PBX...
  16. P

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

    @vuthy09 @babak Can you make sure these are installed: sudo apt update sudo apt install -y software-properties-common apt-transport-https curl gnupg Then, rerun the installation. Let me know if this helps and I'll update the script
  17. P

    SOLVED outgoing call stop working ?

    Oh, I got it. Same call with but two different legs. Makes more sense now. Well, after the call leaves your box the other side isn't responding. Hence why you keep resending the INVITEs. It could be an issue with resolving their IP address. Have you asked them to find these calls and see if...
  18. P

    SOLVED outgoing call stop working ?

    Are both of these external outbound calls? First screenshot: The beginning of communication looks good. You are sending an INVITE and the other side replies with 401 to authenticate. Are you using REGISTER instead of IP Authentication? It's OK if you do. Just want to make sure. After your...
  19. P

    CDR status issue with Version 5.4.1

    @mudasar321 I sent you a private message with the link.
  20. P

    CDR status issue with Version 5.4.1

    This issue has been around at least since the 5.1 version. The CDR upload script had a bug. I have a fix for it in my private repo.