Search results

  1. P

    Freeswitch 1.11.3

    You did restart FreeSWITCH after the update, right? Does this happen every time you restart FreeSWITCH? Or was it a one-off issue after the upgrade?
  2. P

    FS PBS throwing 404 to Inbound CallCentric

    I found your issue 404 not found 199.87.144.69 destination_number CallCentric-1777 sip_to_user CallCentric-DID sip_req_user gw+0ef24007-6de9-4969-951d-f267f96d0831 I assume CallCentric-DID is the real DID you are dialing, and you just replaced it for privacy. So that means CallCentric is...
  3. P

    FS PBS throwing 404 to Inbound CallCentric

    Attach screenshots so we can see what you are doing. The rule remains the same. Do not modify inbound routes manually. Create a phone number, and it will create an inbound route for you. In your case, it's best to delete phone numbers from the inbound routes and phone numbers page and start from...
  4. P

    Freeswitch 1.11.3

    Awesome to hear that @kenn10. Thank you for giving it a try. Don't forget we use our own fork of FreeSWITCH, and it includes bug fixes we've discovered over the years. We've had many conversations with FreeSWITCH support about adding those to their main repo and have submitted PRs, but they've...
  5. P

    Freeswitch 1.11.3

    FS PBX v2.0.1 now supports FreeSWITCH 1.11.3. Upgrade FreeSWITCH separately from FS PBX, following our official guide.
  6. P

    Freeswitch 1.11.3

    @kenn10, we discovered that almost immediately. Even before we merged the updates into our fork. This is one of the things we are testing to make sure the update goes smoothly. We always read the docs carefully, along with the code itself, to understand what is new and what's required.
  7. P

    Freeswitch 1.11.3

    We have started our testing environment. It's not ready yet for release
  8. P

    Contacts page

    Make yourself a menu link to the /speed-dial page
  9. P

    Contacts page

    So give them access to Speed Dial page to set those up
  10. P

    TallPBX

    It's quite similar. I use Vue.js, while you use Alpine.js. I moved away from Livewire because it was too slow. I then switched to Inertia, which was faster but still not as fast as I desired. Now, my setup is entirely API-driven and lightning fast. Laravel is modular by design, so we have that...
  11. P

    Contacts page

    @Voipy You are looking for the Speed Dial page. I believe
  12. P

    [SOLVED] postgres local replication script issue

    Likely causes: - Incorrect local database password. Possibly the remote server’s password, Linux password, or FS PBX login password was entered instead. When you run the script, it asks you 4 questions: 1) current server IP 2) remote server IP 3) Current server database password 4) Remote...
  13. P

    TallPBX

    It's actually very important for some people to know the developer's skill set. The stack that TallPBX was built on is very similar to FS PBX. I might consider hiring him. Unfortunately, with AI, we have a lot of rookie developers, and proper vetting is required. AI can write code. Everyone...
  14. P

    TallPBX

    Looks like this was vibe-coded with AI about a week ago. So how much actual coding experience do you have yourself, and how much VoIP knowledge?
  15. P

    AI Agent - working well

    AI is expensive, but clients want it. Since this feature is so popular and clients want to pay for it, we decided to introduce it in FS PBX to make things easier. When I have time, I'll post a full video tutorial on YouTube. One of my personal clients said he would rather pay $500 for an AI...
  16. P

    New features I see :-)

    Here is a possible use case and how it works. You have 50 DIDs for a client. All of them need to check business hours first and then route to their own destination. Old configuration (without dynamic routes module): You will have to create 50 Business hours sets and adjust the individual route...
  17. P

    FS PBX Contact Center: Queue Callbacks and Automatic Synchronization Across Redundant Servers

    The new FS PBX Contact Center update brings two major additions: callers can request a callback without losing their queue priority, and queue configuration and agent availability can now stay synchronized across redundant servers. These are capabilities people look for when comparing...
  18. P

    [SOLVED] securing web server script for 2 nodes not working

    Connection timed out after 5002 milliseconds Yesterday, someone blocked their own IP in the firewall, and they got that exact error message. We unblocked it, and the ACME challenge succeeded. Other possibilities: 1) Port 80 is blocked 2) Port 80 is geofenced and not open to the whole world...
  19. P

    New features I see :-)

    Ah, you got me caught red-handed. The features are there, but I haven't documented them yet. It's been busy here at FS PBX. I'll get around it soon.
  20. P

    Where to report a bug at?

    @Starburst, GitHub issues are the best place to report small bugs like this. This way, they get proper attention and don't get lost. Can you share an example of the number that isn't properly formatted?