Hello Koha Developers,
Do you think we should have an option for SIP2 server to allow SC status (99) before the login (93) ? I'm not aware if anyone else before reported about such a problem, I may try to develop this feature for the community if you think it is going to be useful for others,
And of course I wish someone can give me some tips about where to start, I tried to look in the SIP2 server code. and it is still not clear for me where is the place we are closing connection if not logged in. if someone can point me to that , this would be really helpful.
I'm talking about the raw_transport.
Thank you very much.
Hello Koha Community,
I'm working with a selfcheck machine that is sending the sc status request (99) before the login request (93) . and that is causing koha sip server to close the connection.
From official documentation of SIP * , it look like that this status message can be sent before initialising SIP login, so I'm not sure if there is an option to allow this request or even allow login without username/password as we are going to secure the connection using ssh anyway.
Any ideas or tips would be highly appreciated,
Thank you very much
Karam .
SC Status
The SC status message sends SC status to the ACS. It requires an ACS Status Response message reply from the ACS. This message will be the first message sent by the SC to the ACS once a connection has been established (exception: the Login Message may be sent first to login to an ACS server program). The ACS will respond with a message that establishes some of the rules to be followed by the SC and establishes some parameters needed for further communication.
--
--