Hello,
I implemented a message consumer plugin as described in http://docs.moodle.org/dev/Messaging_consumers. I implemented the send_message() function to send a SMS message. The message sending function works when I do unit testing for it. I have set up cron. But when a new forum post is added, message sending does not happen.
When I run cron.php from web interface nothing is displayed about forum_cron() function. forum_cron() is the function from which the message_send() function is called which sends the message about new forum posts to all the message processors.
Does anyone have an idea on what could be the reason ?
Thank you.