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@lists.koha-community.org
          Reporter: emily-rose.franco...@inlibro.com
        QA Contact: testo...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to