SMS Gateway

SMS Gateway

Postby Mulyadi » Wed Sep 04, 2013 2:56 pm

SMS Gateway.

To Mr. Rao:

example if i want to know some information via SMS, eg ballance, etc...
in FWH how about it..?

can you give me a sample program to send and receive SMS messages (including WAP, ringtones, picture messages) via a GSM phone or GSM modem...?
or
in this case whether sombody can help me..?
please send email to me at: Mulyadi@ksk.co.id
User avatar
Mulyadi
 
Posts: 82
Joined: Mon Apr 18, 2011 2:32 am

Re: SMS Gateway

Postby James Bott » Wed Sep 04, 2013 9:08 pm

Have you tried searching this forum for "SMS"?

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: SMS Gateway

Postby anserkk » Thu Sep 05, 2013 5:07 am

Most of the Bulk SMS providers will give you their web API for a nominal fee. You can use their API to send & receive SMS. This uses internet to send SMS

For Eg.
Code: Select all  Expand view
cSendSMSURL   :="http://www.smscompany.com/SMSCwebservice.asp?User=" +cUSer +"&passwd=" +cPass+ "&mobilenumber="+cMobileNo+"&message="+cSmsMessage+"&sid=YourSenderID&mtype=N&DR=Y"  

oHTTP = CREATEOBJECT('WinHttp.WinHttpRequest.5.1')
WITH OBJECT oHttp

  :Open("GET", cSendSMSURL)  // To Send SMS
  :Send()
  ? :Status, :StatusText
  ? :GetAllResponseHeaders()
  MemoWrit("response.txt",:ResponseText )

END 


Hope it is clear to you.

Regards
Anser
User avatar
anserkk
 
Posts: 1332
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: SMS Gateway

Postby Mulyadi » Thu Sep 05, 2013 6:20 am

Thanks mr Anser...
I will try it..

Regards
Mulyadi
User avatar
Mulyadi
 
Posts: 82
Joined: Mon Apr 18, 2011 2:32 am


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 96 guests