[Koha-bugs] [Bug 14767] Message delivery notes from SMS Gateway provider reports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 23 15:36:29 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14767

--- Comment #4 from Lari Taskula <larit at student.uef.fi> ---
Created attachment 42805
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42805&action=edit
Bug 14767: (follow-up) Use Unicode-parameter only when needed

This patch makes Labyrintti driver use Unicode parameter only when required.
In most cases in our local library we are fine with GSM 03.38. We will check
if data is lost when comparing the decoded gsm0338 encoded message to the
original message. Add it as optional feature in koha-conf - smsProviders -
labyrintti - Unicode. To turn it on, set the value to "yes".

For statistics, store the result in "metadata" field of message_queue
if the message was sent as UTF-16.

We also make a small fix to the response protocol since it is not in sync with
what Labyrintti expects. Their delivery report wants a 200 OK response, not 201
or 204.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list