Search results

  1. P

    Active Calls Page Empty

    No need to explain further, thanks for the detailed reasoning around why you created event gaurd. I do recall the frustrations with fail2ban’s trigger happiness in my early days, actually had my customer get static IPs at all his locations so I could whitelist them. Nice to know that’s no longer...
  2. P

    Active Calls Page Empty

    Thanks, thankfully I haven’t touched that. Is fail2ban still recommended or is event guard enough?
  3. P

    Active Calls Page Empty

    Maybe the upgrade takes care of permissions, personally I’ve been prepending my Fusion related git operations with sudo -u www-data To avoid the warning and ensure permissions aren’t changed to root
  4. P

    Active Calls Page Empty

    Woot woot, gotta love open source! It’s been a few days since I applied your fix and removed my authentication proxy and just checked on it, working like a charm! Thanks for the contribution.
  5. P

    Uploading a custom VM greeting

    Glad it worked out, heaven knows I’ve over complicated stuff myself so totally get the lols!
  6. P

    Uploading a custom VM greeting

    I feel like your approach is over complicating it, I just downloaded a random VM greeting from the internet (mp3 format), then went to Applications > Voicemail > Greetings and uploaded it, then went to Applications > Voicemail > Extension to validate, and when I called in it just worked. That...
  7. P

    Active Calls Page Empty

    Thanks, I still need to work around or remove my authentication proxy likely stipping headers and/or rewriting requests, but I can confirm that after a reboot my permissions to /var/run/fusionpbx had reverted to root:root. Made the change you suggested but haven't rebooted yet.
  8. P

    Active Calls Page Empty

    I see there's some significant changes from 5.3 to 5.4, and like many others I'm facing issues with the websockets, though I've yet to open a ticket as I'm far from a vanila configuration. The first issue I faced was repeated service restarts due to failed authentication handshakes: while true...
  9. P

    Active Calls Page Empty

    Thanks, I'll upgrade this weekend and if I run into it will report, thanks for the feedback.
  10. P

    Active Calls Page Empty

    Thanks whut, greycom, and RTL. The permissions on /var/run/fusionpbx sound like a recurring theme in 5.4 (I have yet to upgrade) has this been reported to the maintainers via a bug ticket at fusionpbx.com?
  11. P

    Active Calls Page Empty

    Thanks for chipping in greycom, Tuly sounds pretty confident a restore which would restore permissions and certificates has nothing to do with it though. Tuly, your vibe is wasted as a tech practitioner, perhaps you should consider politics or management.
  12. P

    Active Calls Page Empty

    Does the new install have SSL/TLS working properly? I'd start looking there, and also check if the WSS port (7443 by default) is open. Personally I don't like exposing this and my active calls page works fine. Failing that maybe do a proper "Backup" / "Restore" of the old system to new just as...
  13. P

    MMS Media

    I like the fact that the (what I assume is the) JSON payload from the provider is logged in the database, in case anyone is interested provider is bulkvs and this a sanitized copy of what lands in the DB: -[ RECORD 1...
  14. P

    MMS Media

    Thanks, I figured it's not technically "SIP" and so out of scope, which is why I didn't bother with a ticket. I did flip the flag of "message_media_url" from false to true in provider settings but haven't tested yet. The media in the JSON was accessible without authentication from multiple IP...
  15. P

    API

    In another application where I'd interfaced directly with the database the software vendor had strong opinions against making any changes directly to the DB, stating taht doing so may have dire unintended consequences which would not be covered by their support (understandably so). One day I'll...
  16. P

    MMS Media

    Hello World, Has anyone had any luck with MMS in Fusion? The message is received and a timestamp shows in the UI, but the actual contents aren't rendered. Peeking into v_messages I can see the JSON is intact and the media URL is accessible. If I'm just missing a setting somewhere I'd rather try...
  17. P

    API

    Within this forum there's a section for DjangoPBX which provides API and isn't tightly coupled with FusionPBX but uses the same core backend (FreeSwitch), or you could just interface directly with FreeSwitch.
  18. P

    yealink T54W and incompatible destination dialing

    Its been a while, but a have a vauge recollection of having to mess with something in openssl so accomodate Cisco 303s. Copilot says: RFC 3711 defines the Secure Real-time Transport Protocol (SRTP), a profile of RTP that adds confidentiality, message authentication, and replay protection to...
  19. P

    Interface with door release

    What he said. Make everything as simple as possible, but no simpler.
  20. P

    yealink T54W and incompatible destination dialing

    Using TLS cuts through ALG and SPI