Search results

  1. hfoster

    Unable to use Zoiper after install

    Usually now is about time to look at: 1. The logs in /var/log/freeswitch/freeswitch.log, can you see the INVITE attempts? 2. Running sngrep from a root terminal, can you see the SIP invites, is FusionPBX responding? If you can't see either, then you know it's a network issue still. Unlikely...
  2. hfoster

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

    Only in the interests of keeping this forum the premier location for FusionPBX knowledge! First few nights the support desk were not logging out of their phones like instructed so it got very confusing seeing yesterdays calls on the wallboard at 8am!
  3. hfoster

    DTMF double tones

    Think you'll want this on your outbound route: https://developer.signalwire.com/freeswitch/FreeSWITCH-Explained/Dialplan/Variables-Archive/x__DTMF-Variables_16352562/#dtmf_type <action application="set" data="dtmf_type=rfc2833"/> The FreeSwitch documentation is a bit shitty for DTMF, so I'm...
  4. hfoster

    Call forward permissions

    Add the user to the ring group. As for forwarding via star code *72,*73,*74 are call forward enable, call forward disable and call forward toggle respectively.
  5. hfoster

    Call forward permissions

    Is that user assigned to any extensions?
  6. hfoster

    DTMF not passed to Call-Forwarding Number

    Oh shit, yeh. Very important 'codec'. Weird they let you disable it without a fat warning.
  7. 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.
  8. hfoster

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

    Worked it out, logging in and logging out is the key.
  9. 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.
  10. 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.
  11. 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.
  12. 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.
  13. 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
  14. 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.
  15. 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...
  16. 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}"/>...
  17. 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...
  18. 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?
  19. 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
  20. hfoster

    Time auto update

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