SMS Notifier

Blocks ::: block_sms
Maintained by 3i Logic LMS
A one way SMS messaging block.
Latest release:
103 sites
22 downloads
27 fans
Current versions available: 2

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

显示评论
  • Astrid Smits
    2018年07月2日 星期一 14:55
    @mudit
    No, we are still searching for a solution
  • Ahmed Dr
    2018年07月28日 星期六 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
    2018年08月29日 星期三 17:37
    " Message(s) not sent due to an error: ERR: 105, Invalid Destination Address "
    any help???
  • Lebato MT
    2018年10月4日 星期四 21:13
    Hi,
    when i send and sms to selected users, the status column shows 'error'. i'm using 3.1
  • Seth Yoder
    2018年11月27日 星期二 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 _
    2019年02月11日 星期一 15:41
    Hi
    its support Moodle 3.5+ ?
  • Abdul Fattah Kazi
    2019年04月30日 星期二 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
    2019年05月1日 星期三 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
    2020年02月18日 星期二 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
    2020年05月4日 星期一 17:09
    Hi
    how can I use this plugin in Israel?
  • Thiên Jack
    2020年06月12日 星期五 13:06
    Hi,
    i use Nexmo API.
    i cannot Sent SMS, it show error "Record not Found".

  • fazal hakim
    2021年01月20日 星期三 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
    2021年05月15日 星期六 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
    2021年11月13日 星期六 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
    2022年02月8日 星期二 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