Search results

  1. 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.
  2. 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.
  3. hfoster

    Redis changing to a non-free licensing model.

    KeyDB seems promising, only downside is the BSD license means the same might happen again.
  4. 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...
  5. 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...
  6. 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...
  7. hfoster

    FusionPBX Gateway without ACL

    You sending the INVITES to port 5080? 5060 is for extensions. 5080 for trunks.
  8. 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...
  9. 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,
  10. hfoster

    freeswitch-mod-curl not installing

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

    Cant dial out through gateway with country code added

    ^\+?88(\d{11})$ Don't forget the prefix 0, or whatever your country uses.
  15. hfoster

    SOLVED destination_number in CDR saved in different format

    Theoretically, it's only the 'display' part of the number, so it should be fine. You probably just won't see updates when the call is transferred elsewhere on the phone.
  16. hfoster

    Incoming calls when the provider's IP addresses are unknown

    https://github.com/signalwire/freeswitch/issues/142 This might be pertinent.
  17. hfoster

    Call forwarding

    Well do you want to remove the PIN number or just change it? Do you want the feature code to always forward the same ring group or do you want it to prompt for it (the default)? Do you want the destination to be the same or do you want it to ask each time (the default)?
  18. hfoster

    outgoing cidlookup

    I dunno what else I can say, its: https://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
  19. hfoster

    Transcoding fusionpbx incoming codecs to g711

    What does the 200 OK (SDP) show for the second image? It almost looks like it's replied back with codecs that don't intersect. In the Freeswitch logs at /var/log/freeswitch.log this should show as a mismatch during the 'Audio Codec Compare' stage.
  20. hfoster

    outgoing cidlookup

    Nothing FreeSwitch about it. It's FusionPBXs provisioning app. You have to replace the variables with your own. No point me telling you my domain name or http_auth_password.