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 11b44869d9
Bug 14711: Change prototype for AddReserve - pass a hashref
6 years ago
..
ILS Bug 14711: Change prototype for AddReserve - pass a hashref 4 years ago
Sip Bug 20954: (QA follow-up) Rename syspref-overrides to syspref_overrides to maintain existing convention 5 years ago
t Bug 18432 : Follow up - Updating to use they/them 7 years ago
ILS.pm Bug 23057: If checked_in_ok is set and item is not checked out, alert flag is supressed for *any* reason 5 years ago
ILS.pod Bug 13506 [QA Follouwp] - Fix POD 9 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 23640: Flushing L1 on every SIP connection 4 years ago
Sip.pm Bug 20292: Filter/censor info sent via SIP 5 years ago
acstest.py adding openncip / opensip SIP2 service 17 years ago
example_institution_dump.sh Bug 7904 Change SIP modules to use standard LIB path 9 years ago
interactive_item_dump.pl Bug 17196: Move marcxml out of the biblioitems table 7 years ago
interactive_patron_check_password.pl Bug 7904 Change SIP modules to use standard LIB path 9 years ago
interactive_patron_dump.pl Bug 7904 Change SIP modules to use standard LIB path 9 years ago
interactive_renew_all_dump.pl Bug 7904 Change SIP modules to use standard LIB path 9 years ago
test.txt updating ILS::Patron for Koha. 17 years ago
xmlparse.pl Bug 7904 Change SIP modules to use standard LIB path 9 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.