On Mon, Mar 19, 2012 at 06:44:32PM +0400, Дмитрий Котельников wrote: > Hi, > I'm having a problem with the Sip Server. Can somebody help with this error? > Mar 15 18:11:28 koha koha_sip[4008]: Binding to TCP port 8023 on host *#012 > Mar 15 18:11:28 koha koha_sip[4008]: 2012/03/15-18:11:28 Can't connect to > TCP port 8023 on * [Address already in use]#012 at line 92 in file > /usr/share/perl5/Net/Server/Proto/TCP.pm It looks like something is already using port 8023 on your server so that when the sip server starts up it cant grab that port for its own use. The command netstat -p should show you what program is using that port. Colin
-- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 800 756 6803 (phone) +44 (0) 7759 633626 (mobile) [email protected] skype: colin_campbell2 http://www.ptfs-europe.com _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

