http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13252 --- Comment #4 from Benjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no> --- (In reply to Katrin Fischer from comment #3)
Could someone else take a look at this? My Ubuntu doesn't seem to show the problem.
Hi Katrin, Actually it seems SIPServer takes any Net::Socket arguments, so you can override ipv setting in the SIPconfig.xml (I ended up setting mine to ipv4 until this patch is pushed) in the server-params section, add: ipv='6' to force ipv6 Test plan: before patch: - section server-params in SIPconfig.xml, add ipv='4' - start sip server and do a test login - success - modify ipv='4' to ipv='6' - restart sip server and do test login - failure, in sip-output.log you should see error on bad login after patch: - both scenarios should succeed -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.