Author |
Post |
|
#1 Mon Aug 23, 2010 13:07, 173 months ago.
|
Member
Registered: Aug 2010
Location: Port-au-prince, Haiti
|
I have followed the tuto on the sourceforge site http://www.howtoforge.com/forums/showthread.php?t=47641 the sms are pending in the queue so i would like to know if someone can help me to get it work . « Last edit by keke on Mon Aug 23, 2010 13:42, 173 months ago. »
|
|
#2 Mon Aug 23, 2010 13:50, 173 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
What queue do you mean? A directory /var/spool/sms/outgoing, or a queue in playSMS?
Have you activated a gateway "smstools" in playSMS?
|
|
#3 Mon Aug 23, 2010 14:08, 173 months ago.
|
Member
Registered: Nov 2009
Location: Alto Parana, Paraguay
|
Hi, I had the same problem with the playsms and I solved it giving 777 permission to the outgoing directory of sms server, the reason I think its because the /var/spool/sms its owned by root and the playsms has its own user and by default it's not in the root group. I hope to help you!!
|
|
#4 Mon Aug 23, 2010 14:56, 173 months ago.
|
Member
Registered: Aug 2010
Location: Port-au-prince, Haiti
Topic owner
|
ok let me try it and i will give you an update
|
|
#5 Thu Aug 26, 2010 14:15, 173 months ago.
|
Member
Registered: Aug 2010
Location: Port-au-prince, Haiti
Topic owner
|
Hello there, my problem is solved but not entirely.The problem now is that the message is sent but it is still pending in the queue and not sent in the sent queue. other thing i would like to get the incoming sms in the incoming queue so that i can retrieved them when i click on the incoming link.Please advise quickly! Masterxunil
|
|
#6 Tue Aug 31, 2010 10:18, 173 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
Since I do not use the playSMS application, I can not help with those issues.
|
|
#7 Tue Aug 31, 2010 14:49, 173 months ago.
|
Member
Registered: Aug 2010
Location: Port-au-prince, Haiti
Topic owner
|
Ok I doesn't matter! I'l try my best to get it ready for use.Thanks a lot!
|
|
#8 Tue Aug 31, 2010 15:34, 173 months ago.
|
Administrator
Registered: May 2009
Location: Jyväskylä, Finland
|
As you have playSMS installed, go to the document root (/var/www/playsms) and list the contents of plugin/gateway/smstools directory. There are files for this gateway.
In the file fn.php there are hook functions for sent, failed and incoming messages. Check it to find out the way how playSMS handles files from the /var/spool/sms directory. PlaySMS has also some refresh functionality which probably should be used.
Also check if the error log of web server (/var/log/apache2/error.log) tells something interesting.
Sorry, but I cannot test playSMS right now.
|