KI-AGENT: FreePBX Diagnoseprofil ergänzen
This commit is contained in:
7
telephony/freepbx/init.sql
Normal file
7
telephony/freepbx/init.sql
Normal 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
2
telephony/freepbx/my.cnf
Normal file
@@ -0,0 +1,2 @@
|
||||
[mysqld]
|
||||
sql_mode=NO_ENGINE_SUBSTITUTION
|
||||
1
telephony/freepbx/secrets/freepbxuser_password.txt
Normal file
1
telephony/freepbx/secrets/freepbxuser_password.txt
Normal file
@@ -0,0 +1 @@
|
||||
change-this-freepbx-user-password
|
||||
1
telephony/freepbx/secrets/mysql_root_password.txt
Normal file
1
telephony/freepbx/secrets/mysql_root_password.txt
Normal file
@@ -0,0 +1 @@
|
||||
change-this-freepbx-root-password
|
||||
1
telephony/freepbx/secrets/sasl_passwd.txt
Normal file
1
telephony/freepbx/secrets/sasl_passwd.txt
Normal file
@@ -0,0 +1 @@
|
||||
[smtp.example.com]:587 user@example.com:change-this-app-password
|
||||
Reference in New Issue
Block a user