Search results

  1. P

    Is event guard working

    Make sure you're not allowing 0.0.0.0/0 or something too permissive in ACLs, I only have my SIP providers subnets in mine. while non-standards ports stop most the attempts I'm not a huge fan of 'security through obscurity', especially when we have to deal with external IT and MSPs who are...
  2. P

    Is event guard working

    You're right to think its odd, unless you're doing something to block public attempts you're going to get bots banging at your door, its just what happens when you're on the internet. If I suddenly saw nothing is getting blocked my first thought would be what's broken? Check your logs. The only...
  3. P

    Rebrandable Softphone Client App

    For now, if I make progress in my efforts I’ll likely share with community, but don’t hold your breath as it’s just a hobby not my day job.
  4. P

    Rebrandable Softphone Client App

    its been discussed here, its the commercial version of BrowserPhone which leverages webrtc. it plays nice with fusion but lacks push.
  5. P

    Rebrandable Softphone Client App

    That I know of, I don’t claim to know everything. It’s been discussed elsewhere here, push notifications go though Google/apple servers, and for billing/security/spam reduction the sender must be trusted by them. Even if I build an opensource solution that supports push I won’t automatically...
  6. P

    Rebrandable Softphone Client App

    Linphone was surprisingly easy to modify/rebuild for iOS (didn't try android) but building the client alone won't get you working with push notifications out of the box and they've tightly coupled other features with their serve(r/ice) that make me not want to give them time/attention despite...
  7. P

    Sara Phone

    Browser-Phone does look better on mobile, but if its not going to work as expected as-is without significant effort on my end I'd rather start from scratch.
  8. P

    Browser based phones

    Thanks for the offer to contribute, and you do make a valid point about the constant OS updates potentially requiring new builds, hopefully maintenance of the mobile apps (Android, ios) would be minimal given core functionality exists in the webapp which the mobile app is just a wrapper to.
  9. P

    Browser based phones

    Never take anything at face value, especially not crap from a plagerism machine. "Hard to maintain" is relative, I think the problem with the world in general, not just in tech, is that we have the wrong people assigned to the job, and that's why they find things hard. iOS does a pretty good job...
  10. P

    SIP Profiles

    Didn't mean to imply anything about anyone's gitbilities, the talk around it just reminded me of the xkcd comic that still stings (as I'm no gitxpert).
  11. P

    SIP Profiles

    https://xkcd.com/1597/
  12. P

    Browser based phones

    The mobile app will essentially be opening a browser pointed at the phone, basically option 1 from this copilot answer: https://copilot.microsoft.com/shares/Wq2iuEMxzKeZDaA5NyQ5Q
  13. P

    Browser based phones

    Hello world, After succesfully getting LinPhone for iOS to build then compiling MicroSip to provision with a hacky provision server I set my sights on MacOS and thought what a mess, multiple codebases (with various original authors in a hodgepodge of languages), why not write a single...
  14. P

    is DjangoPBX discontinued?

    AI slop will keep us employed for years to come. I asked it for help coding session invalidation for a login workflow and it suggested I drop the user table and clear my redis cache. Redis didn't exist in my infra and thankfully I think before I execute commands.
  15. P

    SIP Profiles

    Could this have happened to someone on a cut branch (a branch other than master/main)?
  16. 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...
  17. P

    Active Calls Page Empty

    Thanks, thankfully I haven’t touched that. Is fail2ban still recommended or is event guard enough?
  18. 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
  19. 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.
  20. P

    Uploading a custom VM greeting

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