]> git.evergreen-ils.org Git - working/SIPServer.git/blob - README
Fix checksum generation so that it actually works with clients.
[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::LibXML depends on the C library libxml2
11      XML::Parser
12      XML::Simple - for parsing the config file
13      UNIVERSAL::require - for loading the correct ILS interface module
14      Clone - for running the test cases
15
16 LOGGING
17
18 SIPServer uses syslog() for status and debugging messages.  All
19 syslog messages are logged using the syslog facility 'local6'.
20 If you need to change this, because something else on your system
21 is already using that facililty, just change the definition of
22 'LOG_SIP' at the top of the file SIPServer.pm
23
24 Make sure to update your syslog configuration to capture facility
25 'local6' and record it.