Bug 25333: Change message transport type for Talking Tech from "phone" to "itiva"
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 30 Apr 2020 18:09:02 +0000 (14:09 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Nov 2020 11:59:32 +0000 (12:59 +0100)
commitebbee18822f73c8e8f2236b13a66ba653bebe03f
treea403b67be7cf07f6b423ebb7ee793e7089541e20
parent301528d6df117f9183d09189d7a596cdf431f77e
Bug 25333: Change message transport type for Talking Tech from "phone" to "itiva"

From its inception, phone notices via Talking Tech have not behaved like
other notices. Instead of reading notices generated by Koha, the Talking
Tech scripts largely generate their own notices.

We would like to pave the way to having "generic" phone notices that can
be processed by plugins to support arbitrary telephony vendors ( we will
be targeting Twilio initially ).

To that end, it seems sensible to begin by changing the messaage
transport type for Talking Tech from 'phone' to 'itiva' to
highlight its specificity and difference from standard message
transports.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Restart all the things!
4) Test Talking Tech outbound script
5) Note no changes in functionality

Signed-off-by: Christopher Zorn <Christofer.Zorn@ajaxlibrary.ca>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
JD amended patch: remove uneeded indentation change in sample_notices_message_transports.sql

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Reserves.pm
installer/data/mysql/atomicupdate/bug_25333.perl [new file with mode: 0644]
installer/data/mysql/mandatory/message_transport_types.sql
installer/data/mysql/mandatory/sample_notices_message_transports.sql
koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl