]> 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)
committerJason Stephenson <jason@sigio.com>
Mon, 2 Jan 2017 14:57:58 +0000 (09:57 -0500)
commit4ccc426e8e5589a2fe61d13e5dede2eabaf04962
tree8231784e1c3fc50e8ef07bb4cea2e335c8681af3
parenta4f365f8acbeb42fc9e4e32bbbbdf9e4aebd75ab
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>
Sip/MsgType.pm