Recent content by Neyamt

  1. N

    letsencrypt install certificate fail

    Please follow this and telnet your public ip address/public hostname from outside, with ports 80,443 once you got assured try again the script...
  2. N

    letsencrypt install certificate fail

    okay make sure ports 80,443 are open (verify it manually)
  3. N

    letsencrypt install certificate fail

    Is the server assigned public ip address directly ? or somewhere NAT is used
  4. N

    Web GUI Issues after migrating to new server

    Please follow this video but only use some steps: From the Video: 1. Export from the old server and Import the database to the new server. 2. Do the voicemail, voice records section. Other steps: cd /var/www/fusionpbx php /var/www/fusionpbx/core/upgrade/upgrade.php # repeat this command two...
  5. N

    unable to download voicemail

    After further investigating, founded its related to permission and I got it fixed. @markjcrane thanks for your input.
  6. N

    unable to download voicemail

    @markjcrane Thank you for sharing the above points. I have attempted the process multiple times. Upon investigation, I discovered that while using the default admin account created during installation, voicemail messages are downloadable and playable. However, even after assigning admin...
  7. N

    unable to download voicemail

    I am getting error while downloading the recorded voicemail message and also not able to play. I can see the messages list but the size is showing zero in GUI but in server directory the messages are there. When i try to download through GUI is giving this error: unable to download voicemail...
  8. N

    Incoming calls not orking

    Please add your provider's IP Address in provider Access List, Reloadxml and and try
  9. N

    Incoming calls not orking

    Please share your inbound dialplan details screenshot
  10. N

    How to upload and image to fusionpbx to change the logo (Rebranding)

    Simply copy the images with same name in your used user home directory then copy to the actual folder using cp (command line) and fix the permission.
  11. N

    Call Center calls dont get redirected to agents

    Please make agents status blank, reset agents' status, reload call center and try to check it.
  12. N

    Call Center calls dont get redirected to agents

    Is it playing queue music?
  13. N

    CDR Report

    There is a bug with freeswitch 1.10.11. https://github.com/signalwire/freeswitch/issues/2372
  14. N

    Call Broadcast scheduling not working

    @Adrian Fretwell after checking the code, i modified call_broadcast_send.php to subtract the number of hours and minutes from the UNIX timestamp which call_broadcast convert with strtotime using my local time and its working perfectly. (In GUI the domain is using my local time) but I think, the...
  15. N

    Call Broadcast scheduling not working

    @Adrian Fretwell, call broadcast is using universal time (I have tested when i schedule according Universal time its working perfectly) but my local time is different. root@demopbx:/home/itadmin# timedatectl Local time: Mon 2024-02-05 16:46:34 IST Universal...