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) +---- Dział: Przykłady zastosowań przez użytkowników. (https://forum.tinycontrol.pl/forumdisplay.php?fid=6) +---- Wątek: Lan Kontroller SMS (the web) api support ? (/showthread.php?tid=132) |
Lan Kontroller SMS (the web) api support ? - bulentkusva - 12-20-2012 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.asp?usercode=$api_user&password=$api_password&gsmno=$mobile&message=$body&msgheader=$api_id&startdate=300120121721&stopdate=300120202321"); 2-) http://gateway.mobilus.net/gateway.asp?username=$api_user&company=$api_id&password=$api_password&action=0&Numbers=$mobile&Message=$body"); Re: Lan Kontroller SMS (the web) api support ? - wilkxt - 01-04-2013 Maby you add more info about this API, how this work? Re: Lan Kontroller SMS (the web) api support ? - bulentkusva - 01-05-2013 $api_user = "wifianten"; $api_password = "****"; $api_id = "SISBILTEK"; $body = rawurlencode($body); $ch = curl_init(); // mobildev // curl_setopt($ch, CURLOPT_URL, "http://gateway.mobilus.net/gateway.asp?username=$api_user&company=$api_id&password=$api_password&action=0&Numbers=$mobile&Message=$body"); //kaynaksms 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 ? - bulentkusva - 02-07-2013 LanKontroller product to the "Events Config" from the internet, SMS api support do you think? Re: Lan Kontroller SMS (the web) api support ? - wilkxt - 02-07-2013 Yes we thing about it, but now we don't have time, maby next 2-3 months Re: Lan Kontroller SMS (the web) api support ? - bulentkusva - 06-12-2013 LanKontroller product to the "Events Config" from the internet, SMS api support do you think? |