Re: [Koha] What are the actions / events that support SMS notification

2013-05-27 Thread arihant
Hi, Thank You for the reply. Have already tried this. The SMS is never sent. It always says pending! Any other suggestions about what might be missing? Regards, Arihant -- View this message in context:

Re: [Koha] What are the actions / events that support SMS notification

2013-05-25 Thread Nicole Engard
On Fri, May 24, 2013 at 7:08 AM, David Nind david.n...@gmail.com wrote: http://manual.koha-community.org/3.12/en/cronjobsch.html#noticescron + http://manual.koha-community.org/3.12/en/administration.html#EnhancedMessagingPreferences Also this:

Re: [Koha] What are the actions / events that support SMS notification

2013-05-24 Thread arihant
Hi, Same problem here. http://koha.1045719.n5.nabble.com/file/n5755771/download.png eMail notifications are sent but SMS Notifications are pending. What script should be run send the SMS? Is a documentation for implementing SMS into koha available? Regards, Arihant -- View this message in

Re: [Koha] What are the actions / events that support SMS notification

2013-05-24 Thread David Nind
Thus far I have never bothered with SMS notification. But now I need to. I get the SMS::Send driver bit and have that part worked out. What I would like to know is which are the events / actions that trigger SMS despatch on 3.12? Is there any list anywhere?

Re: [Koha] What are the actions / events that support SMS notification

2013-05-24 Thread arihant
Hi, I have enabled EnhancedMessagingPreferences I have set up the cron as well. Thats the reason why emails are being sent. How do I debug the SMS sending? The logs say nothing about SMS. Can I view all the messages currently in queue? Regards, Arihant -- View this message in context:

[Koha] What are the actions / events that support SMS notification

2013-05-23 Thread Indranil Das Gupta
Hi all, Thus far I have never bothered with SMS notification. But now I need to. I get the SMS::Send driver bit and have that part worked out. What I would like to know is which are the events / actions that trigger SMS despatch on 3.12? Is there any list anywhere? thanks in advance :) --