forked from opentelecoms-org/MjSIP-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
31 lines (25 loc) · 1.48 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
My Java SIP Stack (MjSip)
__________________________________________________
author: Luca Veltri ([email protected])
date: 31/2/2004
This package includes:
--------------------------------------------------------------------------
- README.txt : this file
- lib : folder containing the jar file(s)
- src : folder containing the java source codes
- classes : folder containing the classes byte codes
- log : default folder where the log files are saved
- bin : folder with some scripts ('bin_win' for windows OS, and 'bin_linux' for linux OS)
- config : default folder with configuration files
- server.cfg : a simple server configuration file
- xxx.cfg : other configuration files
- users.db : the db file for the embedded location server
- proxy.bat : script for starting a stateless proxy server
- sproxy.bat : script for starting a stateful proxy server
- registrar.bat : script for starting a registrar server
- redirect.bat : script for starting a redirect server
- uac.bat : script for starting a command-line UA
- uaw.bat : script for starting a graphical UA
- Makefile : make file for building everyting (it uses configuration parameters from file 'build-config')
- build-config : some configurations used in the Makefile
- mjsip.cfg.txt : the complete list of all configuration parameters