Talking Tech Support - Phase I
[koha.git] / misc / cronjobs / thirdparty / TalkingTech.README
1 Installation and Setup instructions for Talking Tech I-tiva phone notification
2 =============================
3
4 Be sure you've run installer/data/mysql/atomicupdate/Bug-4246-Talking-Tech-itiva-phone-notifications.pl
5 to install the required data pack (new syspref, notice placeholders and messaging transport preferences)
6
7 To use, TalkingTechItivaPhoneNotification syspref must be turned on.
8
9 If you wish to process PREOVERDUE or RESERVES messages, you'll need the EnhancedMessagingPreferences
10 system preference turned on, and patrons to have filled in a perference for receiving these notices by phone.
11
12 For OVERDUE messages, overdue notice triggers must be configured under Koha -> Tools -> Overdue Notice Triggers.
13 Either branch-specific triggers or the default level triggers may be used (script will select whichever is appropriate).
14
15
16 Sending Notices file to I-tiva:
17 =============================
18
19 1. Add the TalkingTech_itiva_outbound.pl script to your crontab
20 2. Add an FTP/SFTP or other transport method to send the output file to the I-tiva server
21 3. If you wish, archive the sent notices file in another directory after sending
22
23 Run TalkingTech_itiva_outbound.pl --help for more information
24
25
26 Receiving Results file from I-tiva:
27 =============================
28 1. Add an FTP/SFTP or other transport method to send the Results file to a known directory on your Koha server
29 2. Add the TalkingTech_itiva_inbound.pl script to your crontab, aimed at that directory
30 3. If you wish, archive the results file in another directory after processing
31
32 Run TalkingTech_itiva_inbound.pl --help for more information