Recent content by hfoster

  1. hfoster

    Softphone recommendation

    I can attest to the Acrobits Cloud Softphone too.
  2. hfoster

    Softphone recommendation

    You 100% NEED to use Google Firebase or Apple Push Notification Service for iOS, and you also need to have a proxy hosted online that wakes the phones using Firebase/APNS to tell the phone to re-register for the SIP INVITE that is about to be sent to the phone. This reason is why the only...
  3. hfoster

    DST a Week Early

    Yeh, I thought that, but then it happens next year and the year after that too. I think someone at Yealink/Fanvil just made an erroneous commit.
  4. hfoster

    Yealink DST issue this month UK

    https://www.pbxforums.com/threads/dst-a-week-early.7692/post-31224 Fix in here. Not tested with every single model though.
  5. hfoster

    Redis changing to a non-free licensing model.

    KeyDB seems promising, only downside is the BSD license means the same might happen again.
  6. hfoster

    DST a Week Early

    Yeh, most of our Yealinks and on FusionPBX AND 3CX. Yealink must have dropped a bollock when defining the automatic DST time, as they've put it as the 4th week instead of the last week of March. Must be a recent thing as some ancient phones like the T27P have got the correct definition. I just...
  7. hfoster

    Exchange EMail Setup.

    You'll probably want to take the extras folder from the legacy 5.2 branch of PHPMailer: https://github.com/PHPMailer/PHPMailer/tree/5.2-stable as the supplied one with FusionPBX doesn't seem to include the entire thing: https://github.com/fusionpbx/fusionpbx/tree/master/resources/phpmailer...
  8. hfoster

    Help setting up Multiple tenants in fusionPBX

    On a rudimentary level, it is possible to attach another PBX as an extension to FusionPBX. You simply set the outbound caller ID on the extension, and route the inbound to the extension. For more complex setups, you may need to research the Bridges tool...
  9. hfoster

    FusionPBX Gateway without ACL

    You sending the INVITES to port 5080? 5060 is for extensions. 5080 for trunks.
  10. hfoster

    Yealink W70/W60 Auto Provisioning settings not replicating on Account 2 / 2nd Extension

    You'll find a lot of the configs don't have the provisioning variables after account 1, 2, 3, etc. You'll have to manually match them up to the account.1.codec rules in /var/www/fusionpbx/resources/templates/provision/yealink/w70b/{$mac}.cfg...
  11. hfoster

    SOLVED Outbound Caller ID's and handset diversions?

    Nevermind. It was simpler than I thought. All I had to do was export a new variable diversion_outbound_number=${dialed_extension} and use that in the outbound routes as my effective_caller_id_number. There's me trying to complicate things by doing it in the one leg,
  12. hfoster

    freeswitch-mod-curl not installing

    Debian 8 repositories! :eek:
  13. 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...
  14. hfoster

    Cant dial out through gateway with country code added

    Yeh, I don't know if prefix 0 is a British only thing. Every number has a 0 at the start here for national dialling, and 00 for international exit code.
  15. hfoster

    Cant dial out through gateway with country code added

    Without the prefix, it's probably useless as your provider will probably expect the 0 prefix.