Auto Provisioning Administrator’s Guide
Appendix F Configuration File Example
109
A
P P E N D I X
F
Configuration File Example
This is a sample auto provisioning server configuration file.
File Name: Config.php
//MySQL server setup
//== Start ==
$mysql_server = '192.168.11.224';
$user_id = 'admin';
$user_password = '1234';
$database = 'provisioning';
// Error message of database connection
$database_connection_error_msg = 'database connect failure';
//== Stop ==
//MySQL server setup
// VSS Web Service setup
$VSS_Server = "http://192.168.11.224/VSS/";
// Database backup setup (better not to be modified)
// == Start ==
$mysql_backup_path = "../bkup/mysql/";
$mysql_backup_ScheduleTime_file = "../bkup/ScheduleTime.conf";
// Path of provisioning database location
$mysql_ps_path = "/home/mysql/var/provisioning/";
$mysql_run_path = "/home/mysql/bin";
// == End ==
// Database backup setup
// Location of the apache log file.
$sys_logfile = "/var/log/httpd.log";
// == No need to be modified ==
// == Start ==
// SPTGEN separate token
$SeparateSymbo = " = ";
// Export unit device's file prefix name
$ExportDeviceFilePrefixName = "sip";
// Export file's extended name
$ExportFileExtendedName = ".txt";
// Linux/Windows CR LF
$strReturnSymbo = "\n";
// Server Configuration
$ServerConfiguration_file = "../bkup/ServerConfiguration.conf";
// == End ==
// Export location setup
// == Start ==
$ExporttoSPTGEN_Path = "../temp/ExporttoSPTGEN/";
$ExportDBasSPTGEN_Path = "../temp/ExportDBasSPTGEN/";
Summary of Contents for APS 1.0
Page 1: ...Auto Provisioning For VoIP Devices Administrator s Guide Version 2 0 3 2006...
Page 2: ......
Page 6: ...Auto Provisioning Administrator s Guide 6 Customer Support...
Page 10: ...Auto Provisioning Administrator s Guide 10 Table of Contents...
Page 14: ...Auto Provisioning Administrator s Guide 14 List of Tables...
Page 42: ...Auto Provisioning Administrator s Guide 42 Chapter 3 Provisioning Utility...
Page 72: ...Auto Provisioning Administrator s Guide 72 Chapter 5 Using the Auto Provisioning Server...
Page 74: ...Auto Provisioning Administrator s Guide 74 Chapter 6 Using the Auto Provisioning Server...
Page 78: ...Auto Provisioning Administrator s Guide 78 Appendix A Auto Provisioning Service Flowchart...