Lan Kontroller SMS (the web) api support ? - Wersja do druku +- Forum Tiny Control Solution (https://forum.tinycontrol.pl) +-- Dział: LanKontroler - sprzęt i wersje wsadów, problemy, zastosowanie (https://forum.tinycontrol.pl/forumdisplay.php?fid=3) +--- Dział: LanKontroler - wersje oprogramowania (https://forum.tinycontrol.pl/forumdisplay.php?fid=4) +--- Wątek: Lan Kontroller SMS (the web) api support ? (/showthread.php?tid=437) |
Lan Kontroller SMS (the web) api support ? - bulentkusva - 05-14-2014 LanKontroller product to the "Events Config" from the internet, SMS api support do you think? SMS API works as in the example : 1-) http://api.netgsm.com.tr/bulkhttppost.a ... 0120202321"); 2-) http://gateway.mobilus.net/gateway.asp? ... sage=$body"); example $api_user = "wifianten"; $api_password = "****"; $api_id = "SISBILTEK"; $body = rawurlencode($body); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://api.netgsm.com.tr/bulkhttppost.asp?usercode=$api_user&password=$api_password&gsmno=$mobile&message=$body&msgheader=$api_id&startdate=300120121721&stopdate=300120202321"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $res = curl_exec($ch); curl_close($ch); or http://www.bulksms.com/int/docs/eapi/ Re: Lan Kontroller SMS (the web) api support ? - notek - 05-17-2014 bulentkusva napisał(a):LanKontroller product to the "Events Config" from the internet, SMS api support do you think?IF you have SMS server which support GET/POST messages it should work with current version, but for configuration as in your example is no space in flash. But it is possible to do by intermediary server as thingspeak.com for exmaple. If you need really reliable solution, next weeks will be available new GSM Controller version, with features similar as Lan Controller but with GSM communication on board. Re: Lan Kontroller SMS (the web) api support ? - wilkxt - 05-26-2014 I test http://bulksms.vsms.net:5567/eapi/submission/send_sms/2/2.0?username=john&password= abcd1234&message=Hi+Mom+%26+Dad&msisdn=44123123456,44123123457 and its works Re: Lan Kontroller SMS (the web) api support ? - bulentkusva - 06-17-2014 When we write in a web browser running http://api.netgsm.com.tr/bulkhttppost.asp?usercode=sistembilisim&password=****&gsmno=90533230000&message=test message&msgheader=SISBILTEK working in this way Can not run in HTTP client? Re: Lan Kontroller SMS (the web) api support ? - wilkxt - 06-17-2014 what exactly you typed in a URL? Show print screen Re: Lan Kontroller SMS (the web) api support ? - bulentkusva - 08-22-2014 EXAMPLE : http://api.netgsm.com.tr/bulkhttppost.asp?usercode=username&password=password&gsmno=905332333334&message=Test Massage&msgheader=SISBILTEK Re: Lan Kontroller SMS (the web) api support ? - wilkxt - 08-22-2014 show print scren how you typed it on the Lk page Re: Lan Kontroller SMS (the web) api support ? - bulentkusva - 09-16-2014 info@tinycontrol.pl Did I send an email reached? Re: Lan Kontroller SMS (the web) api support ? - wilkxt - 09-17-2014 send to me private masage |