Recent content by voipBull

  1. V

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

    @pbxgeek Great work. Just FYI - libpcre3-dev is not available anymore as part of Debian trixie. You've already taken care of it in your install_sngrep.sh, you might want to do the same in your install_freeswitch.sh as well.
  2. V

    Sara Phone

    Dev timeline, and feature list on the pricing page.
  3. V

    Sara Phone

    @pbxgeek I've been following it since its first public development release from little over a year ago. Its been very promising so far and the roadmap include things that I actually want to use with my softphone. I think both FS PBX and FusionPBX project (@markjcrane) should think about if...
  4. V

    Sara Phone

    @ou812 Checkout Siperb, its the finished freemium version of the original Browser-Phone WebRTC SIP phone. The free version should be more than enough as per your needs.
  5. V

    Active Calls Dashboard

    @TharunV Thank you, it works now.
  6. V

    Active Calls Dashboard

    Hey @markjcrane Just upgraded to master to test this. Executed app defaults, menu defaults and permissions. I can see the dashboard widget for 'Active Calls', but no active calls show up in the list. Also, installed/enabled and started websockets and active_calls systemd services (I think this...
  7. V

    Hello from Jack – VoIP Developer & SIP Stack Enthusiast

    Welcome aboard @jackmorris10
  8. V

    Toll Allow

    @markjcrane Thank you. Just tried it again. Yes, it works (partially), but a few things to note here. 1. After adding the new category 'toll allow', use the search dropdown on the default settings page and select 'Toll allow'. Nothing shows up. But 'Toll allow' is there when you're using either...
  9. V

    Problem with SMS App

    I don't think the SMS app is maintained anymore with the latest codebase. You'll probably have better luck using the messages and providers app.
  10. V

    Toll Allow

    @markjcrane Its latest master. I always only test anything on master.
  11. V

    Toll Allow

    Thank you @markjcrane I gave it a try, but it doesn’t quite work as expected out of the box. When adding or saving a new default setting with the category set as 'toll allow', the space gets stripped and it’s saved as 'tollallow'. This causes it not to match with the session variable...
  12. V

    Toll Allow

    Thanks @whut thats definitely one way to do it. But as you said, it complicates future updates and upgrades. What I’m really thinking about is how tollallow could evolve into a lightweight, pluggable application that offers granular yet intuitive control over call restrictions for all types of...
  13. V

    Toll Allow

    Hello community, Is there a way to pre-populate a drop-down list of 'Tollallow' options, instead of the default free-form text field for Tollallow? I was looking through the code in `extension_edit.php` and found the below piece of code. By the looks of it, it does look for an array type...