Koha/misc/cronjobs/thirdparty/TalkingTech.README
Marcel de Rooy cbb77c118d Bug 13068: [QA Follow-up] Remove the Talking-Tech-itiva file from atomicupdate
The file can be removed. The code is included in the db revisions
3.09.00.014 and 3.15.00.040.
Also I adjusted the text of TalkingTech.README and removed the reference to
the atomicupdate file.

NOTE: I open a new report for adding TalkingTechItivaPhoneNotification to
sysprefs.sql. Probably, the text inserted in the db revisions should have
been inserted into the sample notices sql text too. These corrections are
outside the scope of this report.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-03-31 11:30:54 -03:00

28 lines
1.5 KiB
Text

Installation and Setup instructions for Talking Tech I-tiva phone notification
=============================
Be sure you enabled the TalkingTechItivaPhoneNotification syspref and you created notice text for the Phone message transport type under the HOLD, PREDUE and OVERDUE notices. (See Tools > Notices & Slips.)
If you wish to process PREDUE or HOLD messages, you'll need the EnhancedMessagingPreferences system preference turned on, and patrons to have filled in a preference for receiving these notices by phone.
For OVERDUE messages, overdue notice triggers must be configured under Koha -> Tools -> Overdue Notice Triggers.
Either branch-specific triggers or the default level triggers may be used (script will select whichever is appropriate).
Sending Notices file to I-tiva:
=============================
1. Add the TalkingTech_itiva_outbound.pl script to your crontab
2. Add an FTP/SFTP or other transport method to send the output file to the I-tiva server
3. If you wish, archive the sent notices file in another directory after sending
Run TalkingTech_itiva_outbound.pl --help for more information
Receiving Results file from I-tiva:
=============================
1. Add an FTP/SFTP or other transport method to send the Results file to a known directory on your Koha server
2. Add the TalkingTech_itiva_inbound.pl script to your crontab, aimed at that directory
3. If you wish, archive the results file in another directory after processing
Run TalkingTech_itiva_inbound.pl --help for more information