]> git.evergreen-ils.org Git - working/SIPServer.git/blob - README
Basic installation README
[working/SIPServer.git] / README
1 README for Open NSIP 3M-SIP Server
2
3 DEPENDENCIES
4
5 SIPServer is written entirely in Perl, but it require these CPAN
6 perl modules to run:
7
8      Net::Server - The SIP server is a Net::Server::Prefork server
9      XML::LibXML
10      XML::Parser
11      XML::Simple - for parsing the config file
12      UNIVERSAL::require - for loading the correct ILS interface module
13      Clone - for running the test cases
14
15 LOGGING
16
17 SIPServer uses syslog() for status and debugging messages.  All
18 syslog messages are logged using the syslog facility 'local6'.
19 If you need to change this, because something else on your system
20 is already using that facililty, just change the definition of
21 'LOG_SIP' at the top of the file SIPServer.pm
22
23 Make sure to update your syslog configuration to capture facility
24 'local6' and record it.