Problem with multiple connections to SIP server
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.
Hi, We ran into this when we tried having two computer reservation systems. I think it boils down to only being handle one service on each port, so you could have a pc reservation system, self check out but they have to point to different ports. Respectfully, James Ghiorzi Library Assistant II San Benito County Free Library 470 Fifth St. Hollister, CA 95023 (831) 636-4107 ________________________________________ From: koha-bounces@lists.katipo.co.nz [koha-bounces@lists.katipo.co.nz] On Behalf Of kotd [kotelnikovdg@gmail.com] Sent: Thursday, May 05, 2011 6:25 AM To: koha@lists.katipo.co.nz Subject: [Koha] Problem with multiple connections to SIP server 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
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
Thanks a lot! Changing to min_spare_servers='1' solved the problem. :) Unfortunately I can't find the place in the documetation. :( -- 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.
participants (3)
-
James Ghiorzi -
kotd -
LAURENT Henri-Damien