|
CallSite Server Installation |
||
|
Section: II.E Server Configuration: server.cfg fileIntroduction: The file 'server.cfg' is an ASCII file consisting of a list of 'variable=value' pairs that can be edited to affect the operation of the CallSite server. It should always be noted that if you make any changes in this file, you will have to restart the CallSite server so that the changes that you have made will come into effect. Location of the server.cfg file: The server.cfg file is located in the directory '/callsite/server/'. Example: A typical server.cfg file is shown below:
You are able to change the following values for custom tailoring your CallSite server: 1.
Filters:
2.
Applet Path:
3. Server
Path:
4. Location
of the SMTP Server:
5. Allow
Guests:
5. Allow
Pagers:
6. Limit
unwanted messages:
7. Time
stamped history:
8. Modules:
9. Voice
Conference Host:
10. Voice
Conference UDP Port:
11. Voice
Conference TCP Port:
12. Updating
the version of CallSite:
13. Help
documents location:
14.
Search a Friend location:
15.
Plug-ins:
16. Users
Directory: You can manage your users in the SQL database. For that the MessengerDirectory parameter is set to the following: MessengerDirectory=com.netdive.server.module.callsite.UserSQLConfigDirectory
In case you want to manage your agents in a flat text file, then you need to set the MessengerDirectory parameter to be as follows: MessengerDirectory=com.netdive.server.module.callsite.UserFileConfigDirectory |
||