Recent content by pbxgeek

  1. P

    FS PBX some pages are still old FusionPBX

    That is correct. When we are done, there will be no FusionPBX left in the system.
  2. P

    Outbound route impact on inbound calls

    Check the sip_from_user variable and make sure it doesn't match one of your extensions via regex before testing the "^(\d{3,20})$" condition. This should work to bypass your outbound rule. https://developer.signalwire.com/freeswitch/Channel-Variables-Catalog/sip_from_user_16354276/
  3. P

    FS PBX some pages are still old FusionPBX

    @rcksl we are working on redesigning each page one by one. When we release them it’s not just a face lift but we also make sure all back end code is optimized. So it takes time. We started with all customer facing pages so they can do self management if needed. Then we moved on to the admin...
  4. P

    FS PBX High Availability (HA) Setup Scripts — Database + File Replication

    We’ve added documentation and new scripts for High Availability (HA) deployments in FS PBX With two FS PBX nodes, you can now run your platform in Primary–Standby mode — both servers stay synchronized, ready for instant cutover if one fails. Overview The HA setup uses bi-directional...
  5. P

    FreePBX & FusionPBX Trunking

    It'd be very hard for you to configure them to talk to each other if they are all connected to different servers. It's not entirely impossible through a clever use of bridge statements, but it's not the best practice.
  6. P

    Cannot provision phones, and Connection to Event Socket failed

    You have a problem with one of the FreeSwitch files, hence all the errors. The phone won't register until you resolve your FreeSWITCH errors.
  7. P

    FreePBX & FusionPBX Trunking

    Why do you need three servers? Wouldn't it be easier to combine all into one server? Then they can talk to each other
  8. P

    PMS Integration

    Here is their announcement post https://www.linkedin.com/posts/char-pmslink_we-are-pleased-to-announce-our-new-integration-activity-7391753701931167744-m8qe?utm_source=share&utm_medium=member_desktop&rcm=ACoAAAX9V3wBokumHu5jhNqsefmVVOSpQ2sRxB0
  9. P

    PMS Integration

    I'm not sure about FusionPBX, but FS PBX does have CharPMS integration. We just got certified by them. That gets you access to many hotel systems, including the one using HotelKey. They don't advertise it on their website, but they fully support it. We built a module to manage hotel rooms...
  10. P

    Enforce a code before accessing outbound dialtone - only on certain users

    Totally possible. You’ll need two dialplans — one that matches the number with a leading 9, and another that matches the same number without it. Then, in the dialplan without the 9, add a condition to check whether the extension is on the allowed list.
  11. P

    FSPBX replication - files/folders

    @marc8lange normally we see direcotries and files owned by www-data. This directory - /usr/share/freeswitch/sounds/music should sync without any issues. Make sure the dehydrated is also owned by the same user. I think you overcomplicated it a bit, or perhaps didn't set up Syncthing correctly. I...
  12. P

    FS PBX — Now with Official Debian 13 (“Trixie”) Support

    Thank you @SIPVoIPDumMe. I'm glad you are enjoying it.
  13. P

    Is event guard working

    Initially, I suggested that you may have a well-protected system. But there is always a chance that a bug exists in the version of Event Guard you are running. There is also a chance it's not designed to protect from whatever you are seeing. I would reach out to support and see if they have any...
  14. P

    Is event guard working

    Security through obscurity may not be the best security tactic, but it certainly helps. When you run a hosted service and also have mobile apps, it's virtually impossible to lock your system down to just a few IPs. Clients connect from all types of networks. Some of them have dynamic IPs. Unless...
  15. P

    Is event guard working

    It's actually easier than that. Just use a port SIP scanners aren't programmed to test and you will see nothing in Event Guard.