Great videos keep up the work, I'd like to know about security best practices for freepbx and how do you enable the firewall/fail2ban feature on a manual install. Is that possible?
hello. Your video is very good. I have a question, I used Deb 11 with freepbx 16, it works fine for me, but the only problem I have is that as I read there is no obdc connector for Debe 11 bullseye, as I read for Debian 12 there is, for this reason I would like to use it, but could you make a video or indicating the steps to configure the odbc connector in debian 12 ?
Hi! Your video is truly awesome, thank you very much! I've followed every single step (Debian virtual machine as well) and everything went exactly as shown by you, except for the installation of FreePBX. When I type "./install -n --dbuser root --dbpass "mypassword", I get this message : "Error communicating with Asterisk. Ensure that Asterisk is properly installed and running as the asterisk user. Asterisk appears to be running as asterisk. Try starting Asterisk with the './start_asterisk start' command in this directory". Do you have any clue how to get passed this? Thanks!
Maybe you need to add /usr/sbin to PATH. You can try sth like this: sed -i 's|PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"|PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin"|' /etc/profile
@@HOTKEY404yes that worked, thank you. Now I have a new error "PDO Driver 'mysql' is missing from the system' but that should be an easier fix, I hope :')
@@HOTKEY404 I tried installing the missing driver but now have a new problem. "PHP fatal error: Declaration of FreePBX\Database::query() must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false in usr/src/freepbx/amp_conf/htdocs/admin/libraries/BMO/Database.class.php on line 240". I'm not sure if I installed something wrong, I tried to install php-mysql.
das war suuuuper. Sie haben perfekt eklären. thank you soooo much
Very good info and share. Thank you very much. Respect from Turkiye.
I want to learn all of it! thank you.
Very nice, thank you. You should make a tutorial on how to secure the solution.
How about getting email working? I second the mention of securing the installation. UFW, Fail2Ban, etc.
thank you, great video
it no found this tutorial, the freepbx gui apply change stay loading bar very long time, in fact finaly with ma upgradeall
Great videos keep up the work, I'd like to know about security best practices for freepbx and how do you enable the firewall/fail2ban feature on a manual install. Is that possible?
Hi. It's possible to enable fail2ban for nftables (used in Debian 12)
Please work with debian 11? Thank
hello. Your video is very good. I have a question, I used Deb 11 with freepbx 16, it works fine for me, but the only problem I have is that as I read there is no obdc connector for Debe 11 bullseye, as I read for Debian 12 there is, for this reason I would like to use it, but could you make a video or indicating the steps to configure the odbc connector in debian 12 ?
Hi. I'm glad you enjoyed it. We'll have a separate series on ODBC and other advanced configuration
@HOTKEY404 great hanks, the problem itself is that the "cdr" works and shows the call details
Hi! Your video is truly awesome, thank you very much! I've followed every single step (Debian virtual machine as well) and everything went exactly as shown by you, except for the installation of FreePBX. When I type "./install -n --dbuser root --dbpass "mypassword", I get this message : "Error communicating with Asterisk. Ensure that Asterisk is properly installed and running as the asterisk user. Asterisk appears to be running as asterisk. Try starting Asterisk with the './start_asterisk start' command in this directory". Do you have any clue how to get passed this? Thanks!
Hi. Can you enter the Asterisk console with 'asterisk -r' ?
@@HOTKEY404Hi, I'm having the same problem currently. I can only enter asterisk over "/usr/sbin/asterisk -r"
Maybe you need to add /usr/sbin to PATH. You can try sth like this:
sed -i 's|PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"|PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/sbin"|' /etc/profile
@@HOTKEY404yes that worked, thank you. Now I have a new error "PDO Driver 'mysql' is missing from the system' but that should be an easier fix, I hope :')
@@HOTKEY404 I tried installing the missing driver but now have a new problem. "PHP fatal error: Declaration of FreePBX\Database::query() must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false in usr/src/freepbx/amp_conf/htdocs/admin/libraries/BMO/Database.class.php on line 240". I'm not sure if I installed something wrong, I tried to install php-mysql.
Tu as m aider a résoudre freepbx qui me donne problème depuis deux semaines
thanks
👍
i would just use the one in the Debian repo "apt-get install asterisk", no need to compile it yourself
nano /etc/php/7.4/cli/php.ini or nano /etc/php/7.4/cgi/php.ini 🤷♂, the command isn't same on the video and the tutorial.
Good point. You can temporarily create a file containing phpinfo(); to check which file php.ini is used. Just remember to delete it afterward.
@@HOTKEY404I changed both and it works. Could we have a tutorial on the complete configuration of FreePBX, please. THANKS👍