Search results

  1. G

    iPhone Softphone Options or Advice - iOS 13

    The problem is as far as I'm aware is that both iOS and Android will shut down apps running in the background. This is why without push support you'll likely miss lots of incoming calls. https://developer.apple.com/forums/thread/50106
  2. G

    Caller ID Number on Forwarded Calls

    You can create a dummy extension "RG_FORWARD_JOHN" on that dummy extension set a call forward all to the mobile. Add that dummy extension into the ring group and make sure you set "Call Forward" to true in the ring group so it will follow your dummy extensions call forward.
  3. G

    iPhone Softphone Options or Advice - iOS 13

    I didn't think GS Wave supported push notifications for incoming calls?
  4. G

    softphone recommendations

    Bria Enterprise has a central directory but that's just for Bria it doesn't sync with Yealink handsets. Ringotel has a feature where you can add a directory to your softphone but it's also in Yealink XML format so you have a single directory sync'd over the handsets and softphone's which is...
  5. G

    Singularity in Attended Call Transfer (ABC scenery)

    What phone are you using? Whenever i've had issues like this it's always been firmware on the handset or a softphone issue. Can you test the same scenario with a different phone and see if you get the same results?
  6. G

    Calls Get Stuck in Call Center Queue Randomly

    The section that you have taken a screenshot of isn't showing callers stuck in the queue. Above that section does it show the agent state as "waiting" and status as "available"? If so then it's all working well. I just checked mine as well FusionPBX 1.8 and it shows the same thing as yours. I...
  7. G

    FusionPBX - Fail2ban app

    Has anybody used this https://github.com/CampusVH/-Fail2Ban-frontend4fusionpbx Interested to hear your feedback.
  8. G

    Calls Get Stuck in Call Center Queue Randomly

    Try upgrading to 1.10.7 it's also got some major security updates.
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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.
  14. G

    Country Ban?

    Will having so many rules in your IPtables using a tool like voipbl cause performance issues?
  15. 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.
  16. G

    Auto provisioning not working anymore

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

    Auto provisioning not working anymore

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

    Auto provisioning not working anymore

    I found the same thing, did you work this out?
  19. 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
  20. 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...