Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
installation_de_freepbx [2008/06/01 17:25] – créée madko | installation_de_freepbx [2012/10/30 22:47] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 7: | Ligne 7: | ||
* Asterisk | * Asterisk | ||
* PHP | * PHP | ||
+ | |||
+ | ===== Important ===== | ||
+ | |||
+ | L' | ||
====== Installation ====== | ====== Installation ====== | ||
Ligne 15: | Ligne 19: | ||
mysqladmin create asteriskcdrdb -p | mysqladmin create asteriskcdrdb -p | ||
mysqladmin create asterisk -p | mysqladmin create asterisk -p | ||
+ | |||
+ | Les structures des tables sont fournit avec FreeBPX: | ||
+ | mysql -u root -p asteriskcdrdb < SQL/ | ||
+ | mysql -u root -p asterisk < SQL/ | ||
+ | |||
+ | Il faut ensuite créer l' | ||
+ | GRANT ALL PRIVILEGES ON asteriskcdrdb.* TO asterisk@localhost IDENTIFIED BY ' | ||
+ | GRANT ALL PRIVILEGES ON asterisk.* TO asterisk@localhost IDENTIFIED BY ' |