AstRecipes » Creating XC-AST database
You need to have a recent version of MySQL installed.mysql mysql
create database test_xcast;
grant all privileges on test_xcast.* to 'myuser'@'localhost' identified by 'mypassword';
exit
mysql --user=myuser --password=mypassword test_xcast < log_code_web.sql
Edit the file WEB-INF/web.xml and edit the JDBC_URL in the following way:
<init-param>
<param-name>JDBC_URL</param-name>
<param-value>jdbc:mysql://localhost/test_xcast?user=myuser&password=mypassword</param-value>
</init-param>
Softlinks:
Home Page - Installing XC-AST under Jetty - Installing XC-AST - Installing the Asterisk GUI - Compiling Asterisk 1.4 beta - Peering two Asterisk servers using IAX - Script to convert music-on-hold to native formats - Adding third-party modules to XC-AST - Compiling Asterisk 1.2 with TDM400 and H323 - Installing QueueMetrics
Home Page - Installing XC-AST under Jetty - Installing XC-AST - Installing the Asterisk GUI - Compiling Asterisk 1.4 beta - Peering two Asterisk servers using IAX - Script to convert music-on-hold to native formats - Adding third-party modules to XC-AST - Compiling Asterisk 1.2 with TDM400 and H323 - Installing QueueMetrics



