Search results

  1. N

    Agents current static, call center, Fatal error: Uncaught TypeError

    I am receiving this error in web interface in call center agents list. how can i fix this? Fatal error: Uncaught TypeError: Unsupported operand types: int - string in /var/www/fusionpbx/app/call_center_active/call_center_active_inc.php:223 Stack trace: #0 {main} thrown in...
  2. N

    Audio Recording Issue

    It was very strange, Yes recording All is enabled on extension level. After reloading SIP profiles and restart freeswitch, it got fixed.
  3. N

    Audio Recording Issue

    Hello Everyone, any idea?
  4. N

    Audio Recording Issue

    Hello Everyone, I have installed FusionPBX 5.2 on Debian 12, and everything is working fine except for one issue with call recording. When Extension 101 calls Extension 102, only the voice of Extension 101 is audible in the recorded file and CDR. However, the audio from Extension 102 is...
  5. 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...
  6. N

    letsencrypt install certificate fail

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

    letsencrypt install certificate fail

    Is the server assigned public ip address directly ? or somewhere NAT is used
  8. 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...
  9. N

    unable to download voicemail

    After further investigating, founded its related to permission and I got it fixed. @markjcrane thanks for your input.
  10. 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...
  11. 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...
  12. N

    Incoming calls not orking

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

    Incoming calls not orking

    Please share your inbound dialplan details screenshot
  14. 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.
  15. 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.
  16. N

    Call Center calls dont get redirected to agents

    Is it playing queue music?
  17. N

    CDR Report

    There is a bug with freeswitch 1.10.11. https://github.com/signalwire/freeswitch/issues/2372
  18. 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...
  19. 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...
  20. N

    Call Broadcast scheduling not working

    I got it that its related to the time. i scheduled a call broadcast in the morning and i got the call from the server after 2 PM. it looks like there is time issue with freeswitch. I need to investigate to find where is the difference. most probably its related to timezone.