Hi, Greetings Please guide me to use webservice in playsms . -- Thanks & Regards +91-9036636658 Ratheesh P...
3212
Anton Raharja
playsmsdev
May 9, 2013 6:50 am
Hi, This is the guide: https://github.com/antonraharja/playSMS/blob/master/web/docs/WEBSERVICES Please have a look. Let me know which part you have questions. ...
3213
ratheesh p
ratheeshp1986@...
May 9, 2013 8:02 pm
Hi Could you please give me a example how to use to use username and password Ratheesh P ... -- Thanks & Regards +91-9036636658 Ratheesh P...
3214
John Thewlis
thewlisj
May 9, 2013 8:02 pm
Hi I am having problems with the subscribe feature. I have setup a number of subscribe keywords, but the Playsms system of late is not sending responses to...
3215
sumeet_agrawal12
sumeet_agraw...
May 11, 2013 11:25 am
WE SHOULD HAVE AN OPTION OF SCHEDULING SMS AT THE TIME OF SENDING SO AS TO SCHEDULE SMS BEFORE HAND....
3216
sumeet_agrawal12
sumeet_agraw...
May 11, 2013 11:27 am
THERE IS NO OPTION TO ADD VALIDITY TO SMS CREDITS, IF VALIDITY OPTION IS AVAILABLE, SMS CREDITS WOULD SHOULD BE FORFEITED AFTER VALIDITY PERIOD...
3217
lioxbr
May 11, 2013 1:06 pm
playsms shows me some errors in apache2 error.log I can not solve: [Sat May 11 09:33:47 2013] [error] [client 192.168.254.3] PHP Strict Standards: Non-static...
3218
Anton Raharja
playsmsdev
May 12, 2013 1:59 pm
Hi, Try to disable E_STRICT loggings. Open config.php and read error_reporting command, replace it with: error_reporting(E_ALL ^ (E_NOTICE | E_WARNING |...
3219
Anton Raharja
playsmsdev
May 12, 2013 2:02 pm
Hi, It seems the sendsmsd daemon is not running. anton...
3220
Anton Raharja
playsmsdev
May 12, 2013 2:07 pm
Hi, First, try to update to beta2. And then follow examples decribed in WEBSERVICES doc. In example 3 you'll notice ta=get_token to get token from username and...
3221
Adeagbo Tunji
adetunjiha
May 13, 2013 5:34 am
Dear Anton Was unable to import into phonebook with beta 2 .On checking notice "$row_num = ( count($parse_phonebook) <= 100 ? count($parse_phonebook) : 100 );...
3222
Anton Raharja
playsmsdev
May 13, 2013 9:41 am
Hi, Make sure that the CSV file formatted: Name, Mobile, Email, Group code Please note the Group code on the file. The group with that group code must be...
3223
Adeagbo Tunji
adetunjiha
May 13, 2013 11:27 am
Hi Anton We have tried all these with the same result. Please assist to check this on your side maybe config error on our side....
3224
Adeagbo Tunji
adetunjiha
May 13, 2013 11:27 am
Hi Anton We have tried all these with the same result. Please assist to check this on your side maybe config error on our side....
3225
John Thewlis
thewlisj
May 14, 2013 1:13 am
Additionally, when a successful subscribe action occurs, and a subscribe success text is sent, in the "All incoming SMS" view in the playsms control panel the...
3226
Anton Raharja
playsmsdev
May 14, 2013 1:28 am
All message processed in this way: 1. sendsms_pv() : function to send sms 2. sendsms_queue_create() : create a queue for outgoing SMS 3. sendsms_queue_push() :...
3227
Anton Raharja
playsmsdev
May 14, 2013 1:28 am
Hi, Not sure whats wrong, phonebook worked on my playSMS 0.9.8-beta2. anton...
3228
ratheesh p
ratheeshp1986@...
May 14, 2013 8:38 am
Okay .. Let me check Ratheesh ... -- Thanks & Regards +91-9036636658 Ratheesh P...
3229
news_flo
May 16, 2013 8:15 am
Hello, first I would like to thank you all for all the great work with this awesome project ! Thank you all, especially Anton ! Here's my setup: I am building...
3230
Filipe Wandenkol
filipewan
May 16, 2013 12:49 pm
Hi, Why always my webservice return 0 in webservice after send a sms? Ex.: ...
3231
Anton Raharja
playsmsdev
May 16, 2013 3:48 pm
Hi, slid empty is because SMS hasn't been processed from queue, as you know now by default since 0.9.7.1 playSMS send SMS to queue first, and then daemon...
3232
Anton Raharja
playsmsdev
May 16, 2013 4:02 pm
Hi, additional info, If you're using 0.9.8-beta2, this is an example: this is how you send an SMS: request: ...
3233
Filipe Wandenkol
filipewan
May 16, 2013 5:10 pm
Ouw tks for explanation..... Just one more question: "h" parameter of webservice in version 0.9.8-beta2 is autentication? user and password? tks...
3234
Anton Raharja
playsmsdev
May 16, 2013 5:27 pm
Hi, I added a JSON output format so can parse it easily with json_decode(), using new param format=json howto: ...
3235
Anton Raharja
playsmsdev
May 16, 2013 6:53 pm
Fyi. Added 2 more output formats: - param format=xml for XML format output - param format=serialize for PHP serialize anton...
3236
jrennakerpdx
May 17, 2013 10:26 pm
This feature exists. It is under Features, Manage Autosend. It works great but you can only send a message to 1 users at a time. Has anyone been able to get...
3237
sumeet_agrawal12
sumeet_agraw...
May 18, 2013 8:54 am
I cant send it from Manage Autosend, There should be a checkbox in Send SMS page below message box where a user can click the checkbox and a text box appears...
3238
sumeet_agrawal12
sumeet_agraw...
May 19, 2013 7:35 am
My HTTP API for sending sms is: http://bhashsms.com/api/sendmsg.php?user=&pass=********&sender=Sender...
3239
Filipe Wandenkol
filipewan
12:05 pm
Hi, Is possible hide or change SMS sender number? Tks....
3240
Tony Fontoura
tony@...
1:29 pm
Hi Filipe, That would depend on your SMS provider and not on playsms. Some providers allow you to use a number you already own. Regards, Tony 2013/5/20 Filipe...