Search results

  1. hfoster

    SOLVED Outbound Caller ID's and handset diversions?

    Here's the situation. These are some standalone single user handsets, and as there's going to be a number of strange SIP devices on the end we can't rely on feature key sync for diverting. It's essentially a response to the PSTN shutdown in the UK My problem however is when a Yealink deskphone...
  2. hfoster

    SOLVED Resetting Call Center Agent Statistics regularly (every night?)

    Hi all Anyone know if it's possible to reset the statistics of the Call Centre Active's information, call via the FS command: callcenter_config queue list agents <queue>@<domain>? The stats just keep going upwards every night, and the support desk want to treat each day a-new. The FreeSwitch...
  3. hfoster

    Ending a recording on a transfer to an extension which has recording disabled?

    Hey everyone We have a singular extension that is used for confidential information, like credit card details etc which has recording disabled. There's only one person who can accept these details so everyone in the company transfers to this phone and sometimes back out again. We've recently...
  4. hfoster

    CVE-2022-47516 - Remote attackers can cause a denial of service with a crafted UDP message - Sofia SIP

    Heads up. Sofia SIP can possibly bring down your PBXs with an easily craftable OPTIONS message. https://github.com/freeswitch/sofia-sip/security/advisories/GHSA-h94r-c3pv-4564
  5. hfoster

    Minor BLF Issue - Not flashing when ringing.

    Headscratcher for you guys. One department uses the BLF functionality of the Yealinks quite extensively; they have each other's phones on the first page and use extension field as ** to pick up anyone who is getting a call. Recently, one extensions stopped appearing on the other phones as...
  6. hfoster

    SOLVED Call Forward on No Answer doesn't seem to be functional.

    Anyone else on a relatively recent release notice the Call Forward on No Answer doesn't work? For example, here's an extension that has it enabled. (No other follow mes or forwards for simplicity) 6b3c3dc0-1517-41f6-84e8-eaf19ca99810 Dialplan: sofia/external/442071111111@example.com Action...
  7. hfoster

    SOLVED Hiding specific calls from the CDRs

    Anyone got any ideas on how to stop specific calls (vulnerable people charities, police, domestic abuse, etc) being logged in the CDRs? I'm not sure this functionality exists in the xml_cdr module for freeswitch.
  8. hfoster

    BLF and the Agent Status

    Bit of a sanity check here, is the logic backwards for BLFs for the queues? Say I have the 3 agents: Agent Name Agent ID Contact adam 2001 2001 beth 2002 2002 chris 2003 2003 I was experimenting with a queue toggle button on the phones, ideally with a BLF just to emulate what they...
  9. hfoster

    T40G reboot loop on provision.

    Hi Yealink users. Anyone else having their Yealink T40Gs reboot when provisioned? On 76.84.0.125, was also on some previous version as I thought a firmware upgrade would fix it. Purely seems to be when I provision it against a modern FusionPBX instance, some of the legacy PBXs we have kicking...
  10. hfoster

    SOLVED CDRs are not completely displayed for 'user' members who have been assigned to extension and devices. FusionPBX 5.0.3

    For some reason, the user CDRs are now seemingly only displaying the CDRs that ended up as a voicemail status. I can't seem to work it out from the code, has anyone else noticed this? The user is just assigned to an extension, and also the device for what it's worth. You check it out from a...
  11. hfoster

    SOLVED Multiple registered endpoints, one breaks the forked invites by sending 488 Not Acceptable Here.

    Wonder if anyone knows the secret FreeSWITCH magic to get FusionPBX to ignore a 488 Not Acceptable Here error message from a single registered device (in this case a PUSH server) from breaking the entire call? I've included a diagram of what's happening to the call. Normally, the Push Service...
  12. hfoster

    SOLVED How would you automate the configuration of many settings within FusionPBX after installation?

    Just looking to put some ideas on to paper about how I would go about automating numerous changes to the out of box FusionPBX installation, ready for a customer to use. Currently, it's a little bit of a manual affair where I have a little checklist of variables, default settings, permissions...
  13. hfoster

    How would you tackle multi-tenanting with bridges to integrate an external system(s)?

    I'm curious to know how you lot would go about tackling a scenario where you have an SBC (mainly for MS Teams purposes) that is sending you invites for multiple domains on a FusionPBX installation? Single tenant, no issue. Set up a bridge to route Teams extensions to the SBC, inbound routes to...