[Koha-bugs] [Bug 35639] New: Long SMS messages are not sent if they exceed the character limitation of the messaging driver

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 22 14:19:21 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35639

            Bug ID: 35639
           Summary: Long SMS messages are not sent if they exceed the
                    character limitation of the messaging driver
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Notices
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: emily-rose.francoeur at inLibro.com
        QA Contact: testopia at bugs.koha-community.org

Some messages that were supposed to be sent via SMS are not delivered because
SMS has a character limitation. Since this limitation also depends on the
driver used with SMS::Send, it would be good to have a system preference to
choose the message length. This way, even messages that are too long could
still be sent (but they would be cut).

Example with a limitation of 120 characters:

“According to our records, you have at least one item that is overdue.
The following item(s) are overdue:
- Book 1
- Book 2
- Book 3“

will become :

“According to our records, you have at least one item that is overdue.
The following item(s) are overdue:
- Book 1
- Book...“

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


More information about the Koha-bugs mailing list