Search results

  1. hfoster

    Call forward permissions

    Is that user assigned to any extensions?
  2. hfoster

    DTMF not passed to Call-Forwarding Number

    Oh shit, yeh. Very important 'codec'. Weird they let you disable it without a fat warning.
  3. hfoster

    DTMF not passed to Call-Forwarding Number

    Does anything show in the logs? The only thing I can suggest is trying <param name="pass-rfc2833" value="true"/> on the external profile, this disabled the de-encode re-encode of DTMF in the event the two legs have different methods.
  4. hfoster

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

    Worked it out, logging in and logging out is the key.
  5. hfoster

    2FA and Password reset

    There's no 2FA, but here are the password reset settings. You have to ensure SMTP is working before it will work.
  6. hfoster

    Fusionpbx menu via shell script

    Are you updating the menu_language table too? The only reason I say this, is I discovered that when I made a custom menu and users were set to 'British English' then the menu bar just would display blank.
  7. hfoster

    Fanvil Time Time Uodate

    That's not the provisioning settings for the phone. That's for the web interface. All of the settings you need are in the Provision section.
  8. hfoster

    Convert / modify incoming DID possible ?

    Makes sense, I was looking through the source code and that definitely does work so i was confused. I always forget about that cache.
  9. hfoster

    Convert / modify incoming DID possible ?

    I'm pretty sure the name is the 'profile' name. I've only used it in FreeSwitch myself. So if I created a rule called GB: Translate:GB,XML
  10. hfoster

    Time auto update

    Each vendor has their own definitions, so you'll have to set their definitions as per the vendor documentation. I only use Yealink myself.
  11. hfoster

    Convert / modify incoming DID possible ?

    To use mod-translate to modify inbound calls before they hit the dialplan the following setting for the SIP-profile must be modified: dialplan “XML” -> dialplan “Translate,XML” With FreeSwitch 1.8.x it is now possible to specify the translation profile to be used: dialplan “XML” -> dialplan...
  12. hfoster

    Accessing database variables from inside Dialplan

    For the most part, set them in Variables and use them in the dialplan like ${variable_name}. You can also set them in channel: <action application="set" data="var_name=var value"/> <action application="log" data="INFO The value in the var_name chan var is ${var_name}"/>...
  13. hfoster

    Time auto update

    Removed a long time ago due to security/maintenance issues along with the SQL editor and that XML editor. You have to look at the configs via SSH SSH on to the server, cd /var/www/fusionpbx/resources/templates/provision/yealink We're getting beyond ourselves here... the default FusionPBX...
  14. hfoster

    Time auto update

    Are you certain? Because that's all I set, along with the timezone number as 0. What is showing on the Yealink? Has it actually taken the config?
  15. hfoster

    Convert / modify incoming DID possible ?

    You would hope the SIP Trunk provider is normalising that tbh, anyway... There is a number translation application, based on a FreeSWITCH module which has some examples in: https://docs.fusionpbx.com/en/latest/advanced/number_translations.html
  16. hfoster

    Time auto update

    yealink_time_zone_name is not set in your picture. Change it to: United Kingdom(London) and enable it.
  17. hfoster

    New fusionobx istance, trouble when i change internet provider on extensions.

    Really it is a crapshoot to know whether you are on the dreaded Carrier Grade NAT now all the IPv4 has gone. Time to pull out the packet captures to see what is happening to the INVITEs, or just stick to using TCP SIP only (the modern recommendation anyway). On sngrep on the server you should...
  18. 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...
  19. hfoster

    Fusion Developer or Fusion API Document

    It's part of the Purple membership for the REST API.