When I send an SMS I get this message: "Your message has been delivered to queue (queued:1 failed:0)"
However, nothing appears in the sms outgoing report.
Concerning the sent SMS, in the Log I have this :
[…]admin L2 sendsms # start uid:1 sender_id:[kognon] smsc:[]
[…] admin L2 sendsms_queue_create # saving queue_code:ef14682c7c2ae6308f6759f3b3789dc5 src:kognon scheduled:2015-09-08 17:41:48
[…] admin L2 sendsms_queue_create # saved queue_code:ef14682c7c2ae6308f6759f3b3789dc5 id:23
[…] admin L2 sendsms # dst:1 sms_count:1 total_charges:30
[…] admin L2 sendsms_queue_push # saving queue_code:ef14682c7c2ae6308f6759f3b3789dc5 dst:22508655180
[…] admin L2 sendsms_queue_push # saved queue_code:ef14682c7c2ae6308f6759f3b3789dc5 smslog_id:23
[…] admin L2 sendsms # end queue_code:ef14682c7c2ae6308f6759f3b3789dc5 queue_count:1 sms_count:1 failed_queue:0 failed_sms:0
Check whether you can send sms only via Kannel (for example “http://SMS_BOX_IP:SEND_SMS_PORT/cgi-bin/sendsms?user=USER&password=PASSWORD&to=NUMBER”)
If you didn’t define “default-sender =” parameter in the section “group = sendsms-user” in your kannel.conf you should define it or add “from=something” to http request.
Ok. Than check “playsmsd status” or “playsmsd check” – there must be something like
"playsmsd is running
schedule at pid 13556
dlrssmsd at pid 13558
recvsmsd at pid 13560
sendsmsd at pid 13562"
Then show more info from playsms’s and kannel’s log files (e.g. kannel.log or bearerbox.log and smsbox.log). Don’t forget to set “log-level = 0” in Kannel.conf and restart bearerbox and smsbox after that.
I have the same problem. I performed a new install over the existing one, and tried to configure all settings again.
I have tried to perform a new install with the latest version from gitHub, I noticed that when looking at Reports->View log, playSMS daemon status is red. But the service is running: playsmsd is running
schedule at pid 28482
dlrssmsd at pid 28484
recvsmsd at pid 28486
sendsmsd at pid 28490
When I try to send I get a message popup: Your message has been delivered to queue (queued:1 failed:0)
I tried to reinstall using the current gitHub version, so I assumed that fix was in there.
I just tried applying the sql file and get Duplicate column name ‘chunk’, so that fix should already be applied.?
When I launch playsms via sudo service playsms start it does not work, but if i run sudo playsmsd start it does.
The strange thing is that the output from both is identical:
service playsms start:
playsmsd has been started
schedule at pid 26849
dlrssmsd at pid 26851
recvsmsd at pid 26853
sendsmsd at pid 26855
playsmsd start:
playsmsd has been started
schedule at pid 27533
dlrssmsd at pid 27535
recvsmsd at pid 27537
sendsmsd at pid 27540
If I run the playsmsd start command, both the service playsms status and playsmsd status returns: playsmsd is running
But if launched with service playsms start only service playsms status returns status running.
I just found the answer to that problem also.
I had not updated my install.conf file to include the pathconf variable. So the install placed the playsmsd.conf in / and not in /etc/
when launched via service playsms it used the /etc/playsmsd.conf and and with playsmsd it used /playsmsd.conf
I have the same problem dropped table playsms_tblSMSOutgoing_queue_dst and recreated just sits there and the log shows nothing untoward.
41.182.92.101 portal.it.na 2015-09-09 11:54:16 PID55f001c770d3c admin L2 sendsms # end queue_code:899a4ddd5ac023b25c2aadfd3423110b queue_count:1 sms_count:1 failed_queue:0 failed_sms:0
Hi Anton!
The 2 bugs have been fixed: I can send SMS and receive it on my handset, however even the SMS is received, the status in outgoing report is always “0” yellow color. If I change a Gateway for example InfoBip, I get the wright status.
Is there again a bug or is it a miss configuration in my kannel ?