Search results

  1. P

    mod_verto security concerns

    Thanks, happy to hear I'm thinking along the same lines as someone whose experience far exceeds mine. In my search for WebRTC clients SaraPhone was the easiest for me to setup and start using, it won't work with fusion 5.x out of the box but there's an open PR with the changes needed to make it...
  2. P

    mod_verto security concerns

    So... I'm thinking to close down the verto port by default and open it for a configurable time window for any IP that has an authenticated session. Any thoughts?
  3. P

    API for enable/disable extension and domain

    I considered hacking something like this together except using testcafe instead of selenium, thankfully I was too busy to play with it and now I’m aware of DjangoPBX. The older I get the more I realize that just because you can do something doesn’t mean that you should. A selenium layer...
  4. P

    How big is big

    Thanks Adrian, the fact that you you didn’t bat an eye at the backup size has me feeling better, though I forgot to mention the backup now is just the database dump as I have a job move recordings off the host before the backup starts. Thanks for the tip about xmlcdr table (at least older) CDR...
  5. P

    How big is big

    Hello world, I've been maintaining a FusionPBX install and each time the hardware/cloud provider changed I'd just move over the database. Usage has traditionally been low but over the past year or two I've seen a steady growth to the point where if I don't move the day's recordings off local...
  6. P

    mod_verto security concerns

    Hello world, I've been experimenting with mod_verto and a browser based webRTC softphone (SaraPhone by Giovanni Maruzzelli of OpenTelecom.IT, submitted a PR last night that should fix it in 5.x, a column name change is what broke it). Seems like a neat concept, but I'm concerned about...
  7. P

    External IP in Azure when clustered

    @Alocaurd, any chance you're open to sharing notes/documentation about how you went about setting up a cluster? @Neyamt sounds like you've got some real world experience with clustering, any and all resources you can point me to regarding a highly available or load balanaced FusionPBX cluster...
  8. P

    API for enable/disable extension and domain

    Unless I missed an announcement the API is only for those with a membership, you can get one here: FusionPBX Alternatively, there's an opensource project DjangoPBX where the API isn't pay-walled, and there have been others who've written api layers on top of the fusion DB, but if you're going...
  9. P

    New provider, no recordings

    Thanks, I've been trying to build for 3 days!!!
  10. P

    New provider, no recordings

    So its most likely, anyone here using mod_bcg729 in your fusion installation? I'll be playing over the weekend but it would be nice to know if others have taken this path before me.
  11. P

    New provider, no recordings

    It’s just the proxy, credentials, and codecs, I’ll try removing the codecs
  12. P

    New provider, no recordings

    Hello world, Tried out a new provider today and noticed that recordings aren't being generated, I suspect it has something to do with the codecs they're enforcing, anyone else experience and resolve said symptoms? Thanks in advance!
  13. P

    Multi-Tenants

    Excellent! This forum is gold, it was solving my problems long before I created my account to ask my first question. In the future, when you do ask a new question the more information you can provide up front the more likely folks are to be able to help out.
  14. P

    Multi-Tenants

    Win, my advice would be to read some documentation and familiarize yourself with the journey you're embarking on. I saw this meme somewhere: Several days of blind fumbling around and trial and error could save you several hours of reading the documentation. Don't be that guy, its like the...
  15. P

    Provisioning/File system not working?

    why not actually get a valid cert, there's a script for that in the installation resources and documentation somewhere.
  16. P

    Authentication Plugin

    it was easy enough to test, that wasn't it :(
  17. P

    Authentication Plugin

    Wouldn't we want to break out if authorized=true and just continue or do nothing if authorized=false? Maybe this is what's intended and I'm not getting it, but it seems to me even when an authentication plugin returns authorized=true the loop continues to check other plugins instead of breaking...
  18. P

    Authentication Plugin

    Digging some more I noticed that when I'm properly authenticated and everything works the session dump (plus phpinfo output) is about 7300 lines whereas when I get the password prompts its only about 4500 lines, seems the difference includes permissions and menus. Also, if I disable the...
  19. P

    Authentication Plugin

    Hello world, In an effort to outsource security I've placed a fusion installation behind an authentication proxy (oauth2-proxy). This works well, but being human I'm greedy and don't want to have to login twice so I plagiarized an msad_ldap plugin I found on this forum to use headers from the...
  20. P

    SOLVED http connection refused

    iptables and UFW are two separate firewalls and shouldn’t coexist, I believe fusionpbx uses iptables so if UFW is installed then remove it (but really read the docs and browse this forum as I’m speaking from memory and things change). Also, you mentioned very little information, but I imagine...