1 README for Open NSIP 3M-SIP Server
5 SIPServer is written entirely in Perl, but it require these CPAN
8 Net::Server - The SIP server is a Net::Server::Prefork server
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
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
23 Make sure to update your syslog configuration to capture facility
24 'local6' and record it.