Summary: | SIPServer Incorrectly Requires Login over Socket | ||
---|---|---|---|
Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
Component: | SIP2 | Assignee: | Colin Campbell <colin.campbell> |
Status: | CLOSED WONTFIX | QA Contact: | Bugs List <koha-bugs> |
Severity: | normal | ||
Priority: | P5 - low | CC: | marc |
Version: | rel_3_2 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Colin Campbell
2010-08-25 19:43:41 UTC
The problem is that the SIP server actually needs an account on the ILS to perform it's operations. So until a login message over the RAW is received, it can not do anything on the ILS. See the patch I proposed for Bug 7787, it stays in a loop receiving messages (and or garbage) until it receives a login message. As its not causing anyone major problems and everyone seems happy with things the way they are lets consider this resolved |