[Koha-bugs] [Bug 9021] New: 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
Wed Nov 7 14:03:04 CET 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 9021
          Assignee: koha-bugs at lists.koha-community.org
           Summary: Add SMS via email as an alternative to SMS services
                    via SMS::Send drivers
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: kyle at bywatersolutions.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Notices
           Product: Koha

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'

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


More information about the Koha-bugs mailing list