[Koha-bugs] [Bug 9021] Add SMS via email as an alternative to SMS services via SMS::Send drivers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 29 16:23:00 CEST 2015


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #35816|0                           |1
        is obsolete|                            |

--- Comment #37 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 40720
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40720&action=edit
Bug 9021 - Add SMS via email as an alternative to SMS services via SMS::Send
drivers

Nearly all cellular providers allow a person to send an text message to a
cellular
phone by sending an email to phonenumber at provider. We can leverage this
capability
to add the ability for Koha to send sms messages to patrons without the need to
subscribe to an sms gateway server.

Basic plan:
1. Add a table sms_providers to the db to tell Koha what service providers are
available, and what domain emails should be sent to.
2. Add borrowers.sms_provider_id to tell Koha which mobile service the patron
subscribes to for the number given in smsalertnumber
3. Modify Koha to send an email rather than using SMS::Send if the driver is
set to 'Email'

Test plan:
0) Get a mobile phone
1) Apply the patch
2) Run updatedatabase.pl
3) Set the value of SMSSendDriver to 'Email'
4) Go to the admin page, the "Additional parameters" area should now have the
link "SMS cellular providers"
5) On this page, add some providers. Make sure to add the provider for your own
cellular phone service.

Here are some examples:
Sprint   phonenumber at messaging.sprintpcs.com
Verizon  phonenumber at vtext.com
T-Mobile phonenumber at tmomail.net
AT&T     phonenumber at txt.att.net

Only add the domain part in the 'domain' field. So for Verizon, that would be
'vtext.com'

6) Create an account for yourself, add your SMS number, and select your
provider from the dropdown box directly below it.

7) Enable SMS messaging for Item check-in and Item checkout
8) Check out an item to yourself
9) Run process_message_queue.pl
10) Wait! You should receive a text message shortly, when I tested it, I
received my sms message within the minute.

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


More information about the Koha-bugs mailing list