Moodle Plugins directory: SMS Notifier | Moodle.org

SMS Notifier
SMS notifier is a one way SMS messaging block that allows managers, teachers and administrators to send text messages to their student and teacher.
New Features in Version 3.7
• Added Support for Moodle version 3.7
• Removed SendSMS.Pk and Yuboto APIs
• Added New API’s Nexmo, Twilio, Clickatell.
• Added Pagination & Search features using different filters
• Fixed alignment issues for edit buttons
• Fixed navigation bar button issues
• Removed errors and warnings
• Defined classes and functions used in code using comments
Plugin Installation
1) Copy plugin folder in Moodle blocks folder
2) Login with Administrator on Moodle site
3) Install the plugin by clicking on 'update database' now button
4) Put SMS API ID, username and password in setting page
______________________________
Supported API's
For Clickatell API: See http://www.clickatell.com
Nexmo API: See https://dashboard.nexmo.com/sign-up
Twilio API: Seehttps://www.twilio.com/try-twilio
No, we are still searching for a solution
"Message(s) not sent due to an error: ERR: 105, Invalid Destination Address"
any suggestion ???
any help???
when i send and sms to selected users, the status column shows 'error'. i'm using 3.1
To fix the "ERR: 105, Invalid Destination Address" issue in the 3.3 version of this plugin, you can patch sms_form.php with the following modification (happens on line 124): https://gist.github.com/MortimerMcMire315/2e8673c662cc9cc9fba15d09857627f4
That is, add "usr.id" in to the SELECT statement to make sure that user IDs are grabbed as well.
I hope the maintainers will patch this in ASAP.
its support Moodle 3.5+ ?
how can I use this plugin in Israel?
i use Nexmo API.
i cannot Sent SMS, it show error "Record not Found".
it show the follow error while sending sms.
Debug info: Table 'azeezarc_moodl22.mdl_user' doesn't exist
SELECT usr.id, usr.firstname, usr.lastname, usr.email, usr.phone2 AS phone
FROM mdl_user AS usr
WHERE usr.id IN (24)
[array (
)]
Error code: dmlreadexception
×Stack trace:
line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
line 1273 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
line 107 of /blocks/sms/classes/sms_notifier.php: call to mysqli_native_moodle_database->get_records_sql()
line 77 of /blocks/sms/classes/sms_notifier.php: call to SMSNotifier->get_users_detail()
line 153 of /blocks/sms/view.php: call to SMSNotifier->process_sms()
Record not found
&
Error reading from database
If anyone has a solution please let me know! I kinda gave up with their support team as they dont have any answers.