Documentation Contents | User Documentation | Administrator Documentation | Index of terms | Technical Support | On-line Search |
How does MobilChange works? |
This document explains the function and "back-stage" of MobilChange.
Content
Communication with electronic mail system is provided by e-mail gateway. In case of MS Exchange it is MobilChange.Gateway-SMS service. If you are using SMTP system, gateway is implemented by Mobilchange.SmtpPop3 service. Gateway sends messages (kernel puts them into Mobilchange\mail\out folder) to the e-mail users.
The last component is UMS.TaskManager service that is shared with the VoiceChange system. This service is responsible for starting (and keeping run) user's VBScript applications and Lotus Notes gateway.
All components communicate through a filesystem as well as FaxChange. Filesystem folder structure is described here.
Tasks run in Task Manager are as two types. First, it is "startup" tasks, which are being processed when Task Manager is startin, second, it is "running" tasks, which are being held alive by Task Manager.
Task Manager can run as a service or on the desktop. The second mode is being used especially when some new scripts are being set (debugged) because it is visible what the scripts are listing to the screen. Start of Task Manager on the desktop can be done through the Start Menu -> Programs -> MobilChange -> Scripting -> Run UMS.Task Manager in debug mode.
When the Task Manager gets the stop command ("STOP" button in the service control panel or "Ctrl-C" keys when running on the desktop), it sends the ending sequence to all application running and waits till their end and after then is ends itself. Thanks to this have all processes the possibility to save their data.
Information about UMS.Taskmanager work are written into application log; loglevel can be set in registry value
HKLM/Software/Datasys/UMS/ServMngr/loglevel
, value is DWORD type and can have these values:
0 | logging is switched off |
1 | log error and start/stop info only |
2 | default value; same as 1 and information about tasks, which unexpectly stopped working |
3 | log all |
This option is setting the storage path for dssrvmngr logging -
HKLM/SOFTWARE/Datasys/UMS/ServMngr/logfilefolder
.
HKEY_LOCAL_MACHINE\SOFTWARE\Datasys\MobilChange\mobil\<phone number X>\name
so if SMS is received from this number later, MobilChange can fill the From: item by name of sender. There is a fully correct SMS address in From: item, so you can directly reply to this e-mail.