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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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
[email protected]
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/