Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jonathan Druart e20270fec4 Bug 11944: use CGI( -utf8 ) everywhere 10 years ago
..
ILS Bug 11944: use CGI( -utf8 ) everywhere 9 years ago
Sip Bug 11944: use CGI( -utf8 ) everywhere 9 years ago
t Bug 11944: use CGI( -utf8 ) everywhere 9 years ago
ILS.pm Bug 8769: Allow SIP2 return backdating 10 years ago
ILS.pod adding openncip / opensip SIP2 service 17 years ago
Makefile bug 3435: SIP2 - 3M extension for SmartChute checkin. 15 years ago
README bug 2509: fix file permissions 16 years ago
SIPServer.pm Bug 13252 - SIP2 server should accept IPv6 connections 9 years ago
Sip.pm Bug 12571 - Add ability to customize SIP2 screen messages 10 years ago
acstest.py adding openncip / opensip SIP2 service 17 years ago
example_institution_dump.sh Bug 2968 - SIP ACS_STATUS message (98) misreported config. 15 years ago
interactive_item_dump.pl Expand interactive SIP tests. 15 years ago
interactive_members_dump.pl Modifying Members : Add Mod and GetMember 15 years ago
interactive_patron_check_password.pl Interactive tests for SIP abstraction representation and Members. 16 years ago
interactive_patron_dump.pl Expand interactive SIP tests. 15 years ago
interactive_renew_all_dump.pl Interactive debugging aides for SIP abstraction layer. 16 years ago
test.txt updating ILS::Patron for Koha. 17 years ago
xmlparse.pl Bug 2505 - Add commented use warnings where missing in the C4/ directory 14 years ago

README

README for Open NSIP 3M-SIP Server

DEPENDENCIES

SIPServer is written entirely in Perl, but it require these CPAN
perl modules to run:

Net::Server - The SIP server is a Net::Server::Prefork server
XML::LibXML
XML::Parser
XML::Simple - for parsing the config file
UNIVERSAL::require - for loading the correct ILS interface module
Clone - for running the test cases

LOGGING

SIPServer uses syslog() for status and debugging messages. All
syslog messages are logged using the syslog facility 'local6'.
If you need to change this, because something else on your system
is already using that facililty, just change the definition of
'LOG_SIP' at the top of the file SIPServer.pm

Make sure to update your syslog configuration to capture facility
'local6' and record it.