Search results

  1. K

    FusionPBX - SQL Error

    Hello, We are getting this SQL error when trying to add users to FusionPBX. Anyone seen this issue? When We do a Schema & Data Types upgrade the server hangs for about 5 minutes and then throws a 503 Error and comes back on it's own 5-10 minutes later. Caught exception: SQLSTATE[25P02]: In...
  2. K

    upgrade.php ionCube Error

    Hello, When I try and run upgrade.php I get the following error php /var/www/fusionpbx/core/upgrade/upgrade.php Upgrade ----------------------------------------- Database Site error: the ionCube PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube...
  3. K

    Company Directory - No Results Found

    Renaming the domain and setting it back fixed the issue.
  4. K

    Company Directory - No Results Found

    Has anyone else seen this issue before?
  5. K

    Company Directory - No Results Found

    Checking in. Thanks
  6. K

    Company Directory - No Results Found

    Greetings, We are having an issue with one of our domains where the Company directory is not finding any extensions. I don't think this is a DTMF issue as our other domains are working okay. Directory Visible and Directory Extension Visible are both set to true on the extension itself. The...
  7. K

    FusionPBX - Voicemail DTMF not working

    Opus,G722,G729,PCMU,PCMA The same codecs are enabled on a T52s that is working just fine. I've also noticed that I cannot see the internal IP of the T42s devices on the registration tab in Fusion. All of our other devices show the internal LAN IP.
  8. K

    FusionPBX - Voicemail DTMF not working

    We are using rfc2833 on both the phone and sip profile. It looks like we've tracked the problem down to only Yealink T42S's. Any other model Yealink phone works OK. Firmware version on the 42s doesn't seem to make a difference.
  9. K

    FusionPBX - Voicemail DTMF not working

    Hello, We are having an issue where any key's being pressed during the listening of a Voicemail greeting is not registering. For instance as soon as you sign into your VM box with the password and start listening to the VM, you cannot press 7 or any other digits.
  10. K

    Call rings twice on the phone

    OK! setting them to false didn't work but once I deleted the extra entries it’s working again. Thanks for your help!
  11. K

    Call rings twice on the phone

    Yes I do, both have a number [ext] but one value is the external dns name of our server and the other one say's ${domain_name} Both are enabled.
  12. K

    Call rings twice on the phone

    Just checking in. We are still having this issue. Version4.5.7Git InformationBranch: master Origin: https://github.com/fusionpbx/fusionpbx Status: Your branch is up-to-date with 'origin/master'. +0 days ago Project Path/var/www/fusionpbxSwitch Version1.8.4 (64bit)Operating System Information...
  13. K

    Call rings twice on the phone

    Logs here. The ring time on this device is set to 20 seconds but I timed it to be over 1 minute. https://pastebin.com/BJ2M2he5
  14. K

    Call rings twice on the phone

    Yes I am running into the same issue as well. Haven't figured out a fix yet.
  15. K

    FusionPBX Restore from old server - Gateway Issue

    Not active/active setup but 2 servers replicating freeswitch/fusionpbx DB's. Then using Yaelink to register to both servers using SIP1 and SIP2 fields.
  16. K

    FusionPBX Restore from old server - Gateway Issue

    Yes it was 1.8.5 but we downgraded to 1.8.4. Once we changed the SIP signaling from UDP to TCP from our trunk it fixed the issue. Also we had to edit the the ext_sip_ip and ext_rtp_ip under Advanced - Variables (not under the SIP profile) with the public IP address and that fixed the call...
  17. K

    FusionPBX Restore from old server - Gateway Issue

    Hi All, Ok so I setup the VM in Google Cloud and the same issue! I thought maybe it was my restore messing something up but I then tried a fresh install and same issue on the fresh install. Google cloud doesn't do instance level public IP address so it's still going through NAT. Is there...
  18. K

    FusionPBX Restore from old server - Gateway Issue

    I am setting it up in Google Cloud to see if that fixes it.
  19. K

    FusionPBX Restore from old server - Gateway Issue

    It is set to $${internal_auth_calls} The only thing I changed in the SIP Profile was I set the internal SIP profile values for ext-rtp-ip & ext-sip-ip to be autonat:xxx.xxx.xxx.xxx with xxx being the public IP address of the PBX. The new server is hosted in Azure behind NAT. I have since...