SMS Notifier

Blocks ::: block_sms
Maintained by 3i Logic LMS
A one way SMS messaging block.
Latest release:
94 sites
15 downloads
27 fans
Moodle 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4

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


Screenshots

Screenshot #0
Screenshot #1
Screenshot #2

Contributors

3i Logic LMS (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Show comments
  • Astrid Smits
    дүш. 2 июль 2018, 14:55
    @mudit
    No, we are still searching for a solution
  • Ahmed Dr
    шим. 28 июль 2018, 23:35
    I am also getting the same @Noel issue:
    "Message(s) not sent due to an error: ERR: 105, Invalid Destination Address"
    any suggestion ???
  • developer developer
    чәр. 29 авг. 2018, 17:37
    " Message(s) not sent due to an error: ERR: 105, Invalid Destination Address "
    any help???
  • Lebato MT
    пәнҗ. 4 окт. 2018, 21:13
    Hi,
    when i send and sms to selected users, the status column shows 'error'. i'm using 3.1
  • Seth Yoder
    сиш. 27 нояб. 2018, 03:05
    Hi all,

    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.
  • Ayman _
    дүш. 11 фев. 2019, 15:41
    Hi
    its support Moodle 3.5+ ?
  • Abdul Fattah Kazi
    сиш. 30 апр. 2019, 19:16
    Assalam O Alaikum . Kindly help me with the plugin . There is no site "sendsms" as mentioned in the combobox . Please kindly help me integrate your plugin with any local / Pakistani sms api .
  • Osama Zulfiqar
    чәр. 1 май 2019, 00:22
    Need some advice from the experts / Development team on how to modify the code to work with a sms gateway service in Pakistan. a response would be appreciated.
  • KAMRAN khan
    сиш. 18 фев. 2020, 02:56
    Assalam O Alaikum . Kindly help me with the plugin . There is no site "sendsms" as mentioned in the combobox . Please kindly help me integrate your plugin with any local / Pakistani sms api // sendsmspk.com
  • Irith Herman
    дүш. 4 май 2020, 17:09
    Hi
    how can I use this plugin in Israel?
  • Thiên Jack
    җом. 12 июнь 2020, 13:06
    Hi,
    i use Nexmo API.
    i cannot Sent SMS, it show error "Record not Found".

  • fazal hakim
    чәр. 20 гыйн. 2021, 18:17
    help me please .
    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()
  • Ren Ren
    шим. 15 май 2021, 18:22
    To fix error "Table 'xxxxx.mdl_user' doesn't exist", change "FROM mdl_user AS usr" to "FROM {user} AS usr". This is in the 'get_users_detail()' method of '/blocks/sms/classes/sms_notifier.php'
  • Gene Pak
    шим. 13 нояб. 2021, 01:11
    Tried to install on my moodle site which is on 3.11.4. I downloaded directly from the vendor "LabsMobile' and have been working with their support team the last week to get it working. While responsive, they dont have a solution to get it working on many of their client's moodle sites. Strange that they are advertising this service while it is not working. I get the two following error messages:

    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.
  • Diego Delgado
    сиш. 8 фев. 2022, 17:38
    Lo encuentro bastante útil. Yo en otras ocasiones he usado éste: https://github.com/Afilnet/api-php
1 2 3 4 5
Please login to post comments