Search results

  1. G

    Calls Get Stuck in Call Center Queue Randomly

    Try upgrading to 1.10.7 it's also got some major security updates.
  2. G

    softphone recommendations

    I've primarily been using Bria Enterprise for all our clients but have recently been testing Ringotel more seriously and it's got some very good features that even Bria Enterprise doesn't support. The two big ones for me are: * Have a single corporate directory sync'd across the softphone and...
  3. G

    Best SessionTalk app for FusionPBX

    I see there is two apps available for SessionTalk, the one in the official repo: https://github.com/fusionpbx/fusionpbx-apps/tree/master/sessiontalk And one provided by demonspork that seems to have more features and activity in the repo: https://github.com/demonspork/fusionpbx-app-sessiontalk...
  4. G

    DND Feature Sync

    What I'm trying to do is when somebody presses the DND button on the handset it sync's with the user portal and vice versa. The reason this is really handy is if a user calls and says their phone is not ringing I can quickly check the portal and see they have DND enabled. My latest update is...
  5. G

    DND Feature Sync

    I'm using the latest firmware for T4 and T5. I can confirm that my DND sync's flawlessly when pressing DND on the handset, it sync's to the web GUI nicely. However when I set DND in the portal it doesn't sync to the handset very well, seems a bit random and can take 30min+ that's what im trying...
  6. G

    Add Area Code to Dial Out Rules

    I figured this one out, you can add a special variable setting to each extension by clicking on "Settings" in the extension and adding the area code variable in there.
  7. G

    Country Ban?

    Will having so many rules in your IPtables using a tool like voipbl cause performance issues?
  8. G

    Add Area Code to Dial Out Rules

    What's the best way to set the area code on a per user basis, is it possible to assign some setting to a user that gets read by the dialplan? Sometimes clients can work in different states and the way I do it now is a little messy, i'd be interested to hear what other people do.
  9. G

    Auto provisioning not working anymore

    Fixed it, I always make the same mistake and forget to turn on "enabled" in provisioning
  10. G

    Auto provisioning not working anymore

    Are you using debian 10 or 11? I just installed both and had the same issue
  11. G

    Auto provisioning not working anymore

    I found the same thing, did you work this out?
  12. G

    SOLVED PR #6342 erroneous -- DND for Yealink

    I submitted another pull request about 10min after that was accepted, I noticed that as well after the upgrade
  13. G

    Looking for Fusion Wallboard

    Here's an interesting Freeswitch based wallboard: https://github.com/khaefner/queue-view I've installed it and can confirm it works however it's not multi-tenant and the agent name shows up as the UUID and not the name. So would need a little work to convert it for FusionPBX but it's a great...
  14. G

    external call forwarding issue

    I had the same issue and what fixed it was setting the callerID field in the call routing/follow me page. This was on 4.4 (havent tested it on 4.5) but the issue sounds similar. It would work for internal calls because internal didnt care about callerID but was getting rejected by my upstream as...
  15. G

    DND Feature Sync

    I'm using the Yealink T5 and T4 series, after making the changes restart freeswitch, flush the cache. Then it works perfectly if you follow the instructions. Send a link to your config and i'll compare it with mine
  16. G

    Opus Codec Quality vs G711

    Hey Guys, I've been testing the Opus codec using the recommended settings from the Freeswitch wiki. My test environment consists of a Bria Enterprise softphone (with Opus support). I was hoping/expecting with the Opus codec I could get call quality similar to Microsoft Teams when in an...
  17. G

    Give user to specific domains

    True im currently using 4.4 in production with Daniel's patch but plan to move to the new 5.x stable branch that should be released any day now then I'll need to move away fro that patch and stay on track with fusionPBX development.
  18. G

    Give user to specific domains

    Pretty sure Daniel’s request was never in the FusionPBX project. I’ve been using his patch extensively for the past 12 months without issue.
  19. G

    Give user to specific domains

    You can if you use this rejected feature: https://github.com/fusionpbx/fusionpbx/pull/3972
  20. G

    DND Feature Sync

    The bug I found was that if I change the status of DND via the web GUI in the "call_forward.php" via the toggle it doesn't work well and consistently. However if I change the status via the "Call_forward_edit" it works perfectly every time.