Recent content by Vishal Pai

  1. V

    Postgresql Replication

    Hello All I am looking to setup a backup server for my PBX which have the below version Version 4.5.32 Switch Version 1.10.7 (64bit) PHP Version 7.4.33 Operating System Debian Version 11 Postgresql Version 13 Here since the BDR was applicable for 9.4 Postgresql then how...
  2. V

    CDR Details Blank

    It seems on postgresql below command was executed some how which you need to identify UPDATE v_xml_cdr SET json = NULL; which cause this issue.
  3. V

    Zendesk Integration

    Hello All Does anyone aware of the fusionpbx integrated with the zendesk? Basically I need to know whether we can have the Ext to registered on the zendesk and popup the information like open ticket, create a new ticket etc from the caller id. Thanks
  4. V

    Fax Server not working

    I recently installed fusionpbx 5.1.0 RC1 FreeSWITCH (Version 1.10.9 -release 64bit) and configured all the things like gateway and fax server. But when i try to send the fax from portal it didn't work. There is no event from the fax send php file using esl connection. Can anyone help me out...
  5. V

    SOLVED Push Notification.

    Ok got it, I can comment it out just need to update the parameter at the top $host = "localhost"; $port = "5432"; $dbname = "fusionpbx"; $usernames = "fusionpbx"; $password = "My_Password"; Thanks.
  6. V

    SOLVED Push Notification.

    @Amit Iyer Thanks for the prompt reply. Ok understood now so we need to store each token extension wise along with device type. Now when i run this php file i am getting error //require_once __DIR__ . '/config.php'; require_once 'conn.php'; "PHP message: PHP Warning...
  7. V

    SOLVED Push Notification.

    Hi @Amit Iyer I was looking at the file which you shared in the group. Is there any additional field added to v_extensions table to store the token for Ext. "PHP message: PHP Fatal error: Uncaught PDOException: SQLSTATE[42703]: Undefined column: 7 ERROR: column "token" does not exist LINE...
  8. V

    Fusionpbx Master

    Hello Everyone. Happy New Year. Have anyone tried the latest FusionPBX master 4.5.32 with Postgresql 9.4 for BDR? If yes what are pros and cons? While other things like FS 1.10.7 (64bit) and PHP 7.4.25 on Debian 11. Thanks.
  9. V

    Load issue

    I am running fusionpbx on 8 core with 32 GB RAM with 210 Ext registered approx we have a peak of upto 30 calls but we have issue with load that CPU eat 500% but it remains constant with 500%. What would be the best possible way to debug it to identify the issue. FusionPBX 4.5.8 & Switch 1.10.1...
  10. V

    Default moh deleted

    Hello Everyone Today accidentally delete all the default moh files. I have restore it but i am getting this error EXECUTE sofia/internal/21@192.168.0.1 playback(local_stream://default) 2021-00-00 13:40:56.663699 [ERR] mod_local_stream.c:842 Unknown source default What is the best way to...
  11. V

    Stopping Replication

    Hello Everyone I am having 4 server with replication using bdr. All 4 are replicated together now i want to remove/destroy the 3rd one out of 4. What is the best way to achieve it. As i can see above post shall i go to individual node and run below command SELECT...
  12. V

    Cache Method

    Hello Everyone. Which cache method is good file or memcache ? Thanks
  13. V

    Active calls

    Hello Team I facing a issue in which i can see some calls are stuck in active calls options but when i go to check the cli and type show calls then no calls i get. Can i know the reason why this happens may be something about the signaling ? How i can overcome this. Thanks
  14. V

    sangoma s700/s705 provisoning

    Has anyone done the provisioning of Sangoma S700/S705 with fusionpbx 4.4.11 and freeswitch 1.10.3. Does it compatible with fusionpbx? Thanks
  15. V

    Separate Installing Postgres from FusionPBX

    Whitelist the IP in iptables rule and check.