Mobilchange news Documentation Contents User Documentation Administrator Documentation Index of terms Technical Support On-line Search

MobilChange filesystem description

This document describes folder structure of Mobilchange in filesystem.

\MOBILCHANGE		Mobilchange installation folder
+---bin			binary files necessary for run of Mobilchange, administrative tools
|   +---drv		line drivers
+---data
|   +---aa		templates of reply messages for applications
|   +---cz		templates of reply messages for users in given language
|   +---hu
|   +---it
|   +---pl
|   +---sk
|   +---uk
|   +---zz		templates of messages for SMS->email gateway
+---doc			HTML documentation
+---etc			folder with support data for setup
+---extended		Mobilchange extensions for database cooperation
|   +---sql		SQL skripts for database tables preparation
|   +---www		WWW pages for viewing SMS archive and cost data
+---flag		taskmanager flag files
+---log			log files storage folder
+---mail
|   +---in		here come messages from gateways
|   +---out		here come messages, which will be sent by e-mail gateway
+---queue
|   +---drwait		messages waiting for delivery report
|   +---in		incoming messages from line drivers
|   +---inparts
|   +---out
|   |   +---line1	control files of messages being sent by "line1" line
|   +---text
|       +---line1	content of messages being sent by "line1" line
+---samples		sample applications
+---script		script application source codes
|   +---in
|   |   +---<app_name>	here come SMS messages destined for "app_name" script application
|   +---include		folder with include files for script applications
|   +---run		"run" codes of script applications are stored here, created by "linking" of source code and includes
|   +---txt		here are text files used by MCO and MCN
+---setup		setup files, installation scripts

back to top of page