KI-AGENT: FreePBX Diagnoseprofil ergänzen

This commit is contained in:
2026-05-21 19:01:31 +02:00
parent 30cbc18b3a
commit 42bed16e25
8 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
CREATE DATABASE IF NOT EXISTS asterisk;
GRANT ALL PRIVILEGES ON `asterisk`.* TO 'freepbxuser'@'%';
CREATE DATABASE IF NOT EXISTS asteriskcdrdb;
GRANT ALL PRIVILEGES ON `asteriskcdrdb`.* TO 'freepbxuser'@'%';
FLUSH PRIVILEGES;

2
telephony/freepbx/my.cnf Normal file
View File

@@ -0,0 +1,2 @@
[mysqld]
sql_mode=NO_ENGINE_SUBSTITUTION

View File

@@ -0,0 +1 @@
change-this-freepbx-user-password

View File

@@ -0,0 +1 @@
change-this-freepbx-root-password

View File

@@ -0,0 +1 @@
[smtp.example.com]:587 user@example.com:change-this-app-password