Recent content by Jiz

  1. J

    SMS App Issue

    I am getting the below error when opening the SMS app. Any help ? Fatal error: Uncaught PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type bigint: "" in /var/www/fusionpbx/app/sms/sms.php:102 Stack trace: #0...
  2. J

    Dashboard call counters missing data

    My dashboard counters became zero suddenly for multiple domains . it works only for a single domain. Calls are logged in CDR correctly , how to troubleshoot ?
  3. J

    Pickup a call from Queue waiting.

    Hi, Is there any way to pickup a call from Queue waiting ? can i assign a BLF for that if possible ? Thanks
  4. J

    Ring Group + Conference

    Hello, I am trying a feature like Phone A place a call to a ring group and Phone B, Phone C and Phone D rings. any of the Phone can answer the call and they will be joined to a conference. other phones shouldn't stop ringing if any of the phone got answered. other phones also should be able to...
  5. J

    EMAIL to FAX not working

    Fixed, Mailbox Folder was wrong
  6. J

    EMAIL to FAX not working

    I have setup IMAP settings correctly and send mail to with correct subject tag but fusion Doesn't grab the mail to send fax added below cron as well * * * * * php /var/www/fusionpbx/app/fax/fax_emails.php nothing happens when I run # php /var/www/fusionpbx/app/fax/fax_emails.php how do I...
  7. J

    Update database table

    Thanks, That worked with SSH tunneling
  8. J

    Update database table

    Good idea. How do you connect DB with dbeaver ?
  9. J

    Update database table

    resolved with below. UPDATE v_fax SET fax_email_connection_host = REPLACE (fax_email_connection_host,'old.domain.com','new.domain.com');
  10. J

    Update database table

    I have multiple fax server's settings with incorrect server address. how can I replace all with a database query ? for example, change server address from old.domian.com to new.domain.com Thanks
  11. J

    Hi Did you sorted out SMS issue ?

    Hi Did you sorted out SMS issue ?
  12. J

    Inbound SMS not working with new update

    Outbound SMS works fine with Telnyx For inbound SMS, I am able to see incoming API call at Web Hook URL - Telnyx (https://mydomain/app/sms/hook/sms_hook_telnyx.php) while checking in NGINX logs (/var/log/nginx/access.log). but I don't see incoming SMS under the SMS App MDRS. configuration...
  13. J

    SOLVED Inbound SMS Telnyx

    Broken with new update ?
  14. J

    SOLVED Inbound SMS Telnyx

    I have the same problem, Did you sorted it out ?