]> git.evergreen-ils.org Git - working/SIPServer.git/commit
LP 1463943: Improve Encoding Discovery
authorJason Stephenson <jason@sigio.com>
Tue, 27 Sep 2016 21:36:39 +0000 (17:36 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 11 Aug 2017 15:51:34 +0000 (11:51 -0400)
commitcca8575a5849b376e6df57b6be6833a8f1b399ef
tree8231784e1c3fc50e8ef07bb4cea2e335c8681af3
parent2067bc372c6f0a6159e838f34065c8afd7ec0604
LP 1463943: Improve Encoding Discovery

Improve the previous commit by looking for the encoding in the
institution implementation config in addition to the account
configuration.  The account configuration is used first, followed by
that from the institution implemenation config.

We also set a convenience field on the server object in the
_load_ils_handler method implementation.  This way, we only need get
the encoding once per session.  Hopefully this is correct with the
multiplex server.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Martha Driscoll <driscoll@noblenet.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Sip/MsgType.pm