Sendsmsd not working

Dear sir,

I have install playsms 1.4 in ubuntu. it seams playsms runing fine but i cannot send sms.

$ playsmsd /etc/playsmsd.conf check PLAYSMSD_CONF = /etc/playsmsd.conf PLAYSMS_PATH = /var/www/html/playsms PLAYSMS_LIB = /var/lib/playsms PLAYSMS_BIN = /usr/local/bin PLAYSMS_LOG = /var/log/playsms DAEMON_SLEEP = 1 ERROR_REPORTING = E_ALL ^ (E_NOTICE | E_WARNING) IS_RUNNING = 1 PIDS schedule = 3759 PIDS ratesmsd = 3761 PIDS dlrssmsd = 3763 PIDS recvsmsd = 3765 PIDS sendsmsd = 3767

# playsmsd log | tee debug1.txt 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L2 sendsms # start uid:1 sender_id:[Ifthithaah] smsc:[] 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L3 sendsms # maxlen:459 footerlen:7 footer:[ @admin] msglen:4 message:[test] 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L2 sendsms_queue_create # saving queue_code:030587b110323444ae29e966da061922 src:Ifthithaah scheduled:2017-04-10 02:02:13 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L2 sendsms_queue_create # saved queue_code:030587b110323444ae29e966da061922 id:19 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L3 sendsms_manipulate_prefix # before prefix manipulation:[7907356] 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L3 sendsms_manipulate_prefix # after prefix manipulation:[9607907356] 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L3 simplerate_hook_rate_getbyprefix # rate not found to:9607907356 default_rate:0 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L3 simplerate_hook_rate_getcharges # uid:1 u:admin len:11 unicode:0 to:9607907356 enable_credit_unicode:0 count:1 rate: charge:0 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L2 sendsms # dst_count:1 sms_count:1 total_charges:0 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L2 sendsms_queue_push # saving queue_code:030587b110323444ae29e966da061922 dst:9607907356 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L2 sendsms_queue_push # saved queue_code:030587b110323444ae29e966da061922 smslog_id:19 127.0.0.1 localhost 2017-04-10 02:02:13 PID58eaa15555232 admin L2 sendsms # end queue_code:030587b110323444ae29e966da061922 queue_count:1 sms_count:1 failed_queue:0 failed_sms:0

Any help,
Thanks in advance.

What kind of smsc your playsms is using?

Http API. https://bulkmessage.com.mv/jsp/receiveSMS.jsp?userid=xx&password=xx&to=xxxxxxxxxx &text=xxxx

Have you adapted some plugin to bulkmessage, or are you using kannel?

Dear edilson,

yes, its a adapted plugin. I don’t think its a problem of plugin, because if i use any plugin which came with playsms it didn’t seems that sendsmsd to be working.

my setup environment is:

ubuntu 16.04
Apache 2
php 5.6
mysql 5.7
playsms 1.4

Thank you for the reply.