Search results

  1. P

    Multi-Tenant, Single Admin

    Check out the FS PBX GUI for FusionPBX. I developed a multi-site admin role that can manage multiple accounts but is limited to only those accounts. https://github.com/nemerald-voip/laravel-freeswitch
  2. P

    Ring Group Custom Ringback

    if there is an issue with playing the file, you will see it in the fs_cli. When Freeswtch can't play a file for whatever reason it defaults to the default MOH. Fs_cli will hopefully show you the error and guide you in the right direction.
  3. P

    SOLVED Need to remove Privacy header

    Hello, I'm dealing with a doorbell that rejects a call because of Privacy: none header. Here is the the full INVITE. INVITE sip:600@192.168.12.12:37310;transport=TCP SIP/2.0 Via: SIP/2.0/TCP 149.28.xx.xx;rport;branch=z9hG4bKF4ZSHpc2vrcKj Route: <sip:600@69.112.xx.xx:60980>;transport=TCP...
  4. P

    Hello from LA

    That’s actually a great idea. I’ll do it within next few days and post a link here. Stay turned.
  5. P

    Calls Not Connecting

    This doesn’t seem right. It shouldn’t be doing it. What hardware or software do you use? If everything is configured correctly and you use proper hardware or app it will stay online. My first guess you may need keep alive configured but without knowing more it’s hard to tell.
  6. P

    Hello from LA

    @bcmike guilty as charged. The instructions for new installations are not fined tuned yet. I’ve been focusing on update scripts for existing installations. My own servers and all clients I consult for already have it installed so it’s rare to perform new installations. However, a well documented...
  7. P

    Hello from LA

    @whut I clarified step 3 and added step 4. I'll be honest with you: the installation is not very straightforward as of yet. If you try and run into any issues, open an issue on Github, and I'll help you get through it. Basically, it's required to install FisionPBX and move it to the Laravel...
  8. P

    Hello from LA

    @Adrian Fretwell, I have been an avid follower of this forum for some time and recently decided to start contributing and sharing solutions. Your work has consistently impressed me, particularly your efforts with DjangoPBX. FusionPBX is indeed a remarkable project, but its GUI feels dated and...
  9. P

    Hello from LA

    @whut I added screenshots to the GitHub page.
  10. P

    Hello from LA

    I have it on Github https://github.com/nemerald-voip/laravel-freeswitch.git
  11. P

    Calls Not Connecting

    sngrep is a command-line tool designed for analyzing and troubleshooting SIP (Session Initiation Protocol) communications. SIP is a protocol widely used in VoIP (Voice over Internet Protocol) for initiating, maintaining, and terminating real-time sessions that include voice, video, and messaging...
  12. P

    Hello from LA

    thank you!
  13. P

    Hello from LA

    Hello! I'm Dexter, and I bring a decade of expertise in managing VoIP systems to the table. My journey began as an Asterisk developer, but I found my true calling with FreeSWITCH. I'm particularly passionate about FusionPBX, and to enhance the user experience for my clients, I completely...
  14. P

    Send your ring group config so we can see what you did wrong.

    Send your ring group config so we can see what you did wrong.
  15. P

    freeswitch mod_callcenter bug

    Try a different ring strategy. For example, Round Robin. And see if the issue persists.
  16. P

    Calls Not Connecting

    do you see the call in sngrep?
  17. P

    Lost Installation Password

    It's not a member feature. Everyone can do it.
  18. P

    Calls Not Connecting

    Do you have more than one server?
  19. P

    Switching calls between softphone to deskphone

    Look into mobile-twining. You can find it on FsuonPBX Github. I'm not sure if it's still maintained. But it was developed for this reason
  20. P

    freeswitch mod_callcenter bug

    Disregard my previous answer. I dug deeper into the setup and priority scoring, and you are correct. The first call should be distributed first. Not the 8th call. The only theory I have is all 8 calls were being distributed at the same time to 8 available agents. The first 7 stopped a bit...