Search results

  1. Scott Williams

    Backup / Restore - Working Script?

    I found that /etc/fusionpbx/config.lua stores the database password as well, so I needed to put the new database password in there. Wish I had made the new database password the same as the old, would have been simpler.
  2. Scott Williams

    Inbound call to ring an extension, bypassing IVR

    Hi all, How do I set up Fusion to send an incoming call directly to an extension? For an example, a home phone that doesn't need an IVR. In the Inbound Routes, I set it to transfer to extension 104, but 104 only rings once and hangs up. TIA, Scott
  3. Scott Williams

    Fusion on Raspberry pi 4

    Hi all, I finally am working on migrating an existing FPbx server to a RPi4. I got the system working using the Buster Lite image, but when I ran the restore script to copy to old server data and database to the Pi, there was an error. DROP SCHEMA CREATE SCHEMA pg_restore: [archiver]...
  4. Scott Williams

    Fresh install issue

    I was creating privileged containers, and Freeswitch would not install properly. Secondly it wouldn't sync time, so then I had to allow nesting. HTH
  5. Scott Williams

    Fresh install issue

    Yes, you have to change some settings in Propxmox. I worked with the Fusion guys to post some pics.
  6. Scott Williams

    Proxmox 6.1 -> Debain 9.7 Container -> FusionPBX Quick Install ERROR

    Oh my goodness - cancel my Fusion support ticket o_O Same Issue here. Thanks for the fix!
  7. Scott Williams

    Call to undefined function random_int() in /var/www/fusionpbx/resources/functions.php on line 2083

    Ok, I updated to php7.1 manually by following the php install script on github. I rebooted the server, but still get the Fatal error: Call to undefined function random_int() in /var/www/fusionpbx/resources/functions.php on line 2083 Is there something else I need to update as well? When I do...
  8. Scott Williams

    Call to undefined function random_int() in /var/www/fusionpbx/resources/functions.php on line 2083

    Thanks Mark! I remember you saying something at Cont Ed the other day, but I did not connect the two. This is a Debian 8 system that I have not updated Linux wise in quite a while. Should I do apt update then apt upgrade? I am planning on migrating to a Debian 9 system,maybe this is the time...
  9. Scott Williams

    Call to undefined function random_int() in /var/www/fusionpbx/resources/functions.php on line 2083

    I tried to login to my system and was greeted by this: Call to undefined function random_int() in /var/www/fusionpbx/resources/functions.php on line 2083 I think I did an update the other day, but didn't login after the update. Where do I start looking? Thanks, Scott
  10. Scott Williams

    403 Call_Rejected - roll over to second gateway

    Hi Wizards! May I please get some help configuring a second gateway? I am getting infrequent 403 errors (CALL_REJECTED). I would like to route the call out of a second gateway. Here's my XML: <extension name="TEST" continue="false" uuid="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"> <condition...
  11. Scott Williams

    D785 - callparking and provisioning buttons

    Just got a D785 and can provision it thru FPBX, but can't seem to get the 7xx template to provision line buttons. Also, in the web interface of the phone, setting a line button to park+orbit does not seem to work. Anyone have experience with this? TIA
  12. Scott Williams

    SNOM 735 | No Register Message in fs_cli

    On my system I had to turn off RTP encryption. Mine is behind a firewall, ymmv.
  13. Scott Williams

    Callflow BLF

    In my system (4.4.3), I did not have that line, I have this: <param name="startup-script" value="blf_subscribe.lua flow"/> The first one didn't work, so uncommented this one as well: <param name="startup-script" value="call_flow_monitor.lua"/> Works! Thanks Samael28 for pointing me in the...
  14. Scott Williams

    SOLVED XML Phonebook

    Log into phone, blank out user and password: 401 Log into phone, put in user and password:401 Log into phone, change to https setting, out in user and password: 404 Log into phone, change back to http, user - donald, password - duck: 401
  15. Scott Williams

    SOLVED XML Phonebook

    Correction. I get the 404 if I select HTTPS. I get 401 with or without the passwords using HTTP.
  16. Scott Williams

    SOLVED XML Phonebook

    Thanks. When I log into the phone and go to Phonebook Management I put the admin name and password in there, I get a 404. When I take the name and password out, I get a 401. Maybe its a setting in nginx somewhere.
  17. Scott Williams

    SOLVED XML Phonebook

    Ok, so in Default Settings, there are two enabled settings for passwords, and both are enabled: admin_password and http_auth_password When I turned off http_auth_password, the phone would not provision, so I turned it back on. Is there somewhere else I should be looking?
  18. Scott Williams

    SOLVED XML Phonebook

    Ok, thanks. Provisioning works fine. I did include the rewrite rule as you said. The output I sent was from the nginx access.log and nothing was corresponding in the error.log. I'll keep digging, thanks for the quick response!
  19. Scott Williams

    SOLVED XML Phonebook

    Caleb, Did you happen to write the code that is now included with Fusion? I can't get it working and Mark says he didn't write it. Basically, on the Devices page, I can download the phonebook XML file, so I know it is generating it correctly. Here's what happens when I press the Download...
  20. Scott Williams

    Fax Cover Page

    My bad, I had forgotten that I had put a temporary fax_logo path in default settings. Once I took that out, my logo worked. :)