Send sms, with a request to the playSMS

Hello, have a question , can i send sms, with a request to the playSMS use this method (for example)

SmsGatewayHandler.httpURL.url=http://localhost/playsms/sendSMS?from=%{sender}&to=%{mobile}&message=%{message}

and not use kannel, using smstools3 and if so how is it possible to create one correctly.
Thank you

Hello,

you want to use a http-request to send sms?
There is a documentation for webservices:

Thank you, Manni_Ip, try to understand

hello
it is my webservice URL
http://localhost/playsms/index.php?app=ws&u=admin&p=admin&op=pv&to=9955xxxxxxx&msg=test+only

and i dont know ho i can get &h=

bat i have error
{“status”:“ERR”,“error”:“100”,“error_string”:“authentication failed”,“timestamp”:1441974913}

my log

127.0.0.1 localhost 2015-09-11 16:35:13 PID55f2ca8116dc4 admin L2 firewall_hook_blacklist_addip # add IP to blacklist ip:5 uid:
127.0.0.1 localhost 2015-09-11 16:35:13 PID55f2ca8116dc4 admin L2 auth_validate_token # invalid login t: ip:127.0.0.1

can u help me
Thank you

Instead of using p you need to use h parameter.

h=webservices_token

Webservices token can be generated through My account -> User config menu

Make sure you enable webservices, generate and get the token and allow IP (just use *.*.*.* for allowed from all IPs)

Anton

Thank you very much Anton , very good service . And thanks for the quick and clear answers

Hello, Anton, i’m very sorry to bother you again ,i connect code to the system OPEN GTS launch:

$bin / checkInstall.sh -sendSMS 9955xxxxxxxxx,
getting
Sending test SMS message to ‘9955xxxxxxxxx’ (via “sysadmin”) …
… Test SMS message successfully sent.

 No errors reported

but sms is not comes.
Here are my settings gateway:
SmsGatewayHandler.httpURL.url=http://localhost/playsms/index.php?app=ws&u=admin&h=778a09eaa19ae31409aa92099d49d257&op=pv=%{sender}&to=%{mobile}&message=%{message}

if you is not difficult, tell me maybe I missed something or did not do correctly.
Thanks for your support
Best Reagards, Satcom

This part:

SmsGatewayHandler.httpURL.url=http://localhost/playsms/index.php?app=ws&u=admin&h=778a09eaa19ae31409aa92099d49d257&op=pv=%{sender}&to=%{mobile}&message=%{message}

Should be:

SmsGatewayHandler.httpURL.url=http://localhost/playsms/index.php?app=ws&u=admin&h=778a09eaa19ae31409aa92099d49d257&op=pv&from=%{sender}&to=%{mobile}&msg=%{message}

anton

Thanks Anton, systems write
Sending test SMS message to ‘+9955xxxxxxxx’ (via “sysadmin”) …
[ERROR] SMS Gateway ‘ERROR’ found
ERROR: Unable to send SMS (SMSOutboundGateway returned error)

bat sms comes

THanks