Le 05/05/2011 15:25, kotd a écrit :
Help! I can make only one connection to the SIP server. It refuses to make a second telnet login. What is the problem?
-- View this message in context: http://koha.1045719.n5.nabble.com/Problem-with-multiple-connections-to-SIP-s... Sent from the Koha - Discuss mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
mmmm Seen in SIPconfig.xml: <server-params min_servers='1' min_spare_servers='0' log_file='Sys::Syslog' syslog_ident='koha_sip' syslog_facility='local6' /> where min_spare_servers is the number of child process min_servers the number of parent process. Changing min_spare_servers to 2 or whatever the number will allow multiple self checkout connections. See SIP2 entry in Koha documentation for more explanation. Hope that helps. -- Henri-Damien LAURENT