How to send SMS in cache?

322 views
Skip to first unread message

SELVANARAYANAKUMAR MAANRAJA

unread,
Nov 26, 2014, 2:58:22 PM11/26/14
to intersystems...@googlegroups.com
HI,
    I can't send SMS to cache code can any one please give some idea about sending sms from cache.
    i can able to send email from cache using server credentials,but i can't send sms.

Thanks,
Selva

Arun Madhan S

unread,
Nov 27, 2014, 5:31:21 AM11/27/14
to intersystems...@googlegroups.com
Many ways it could be  - How I achieved was using one of the Active X component (for eg mCore) Where you could these as DOT NET/C# Class and use Cache Binding to invoke the API .. For this u might have to have a Device (Mobile) attached to your computer to the specified port you are accessing . And the Active X lets you detect the component through the code APIs that offer control ! . There are also Electronic SMS Senders available these days instead of Mobiles "GSM SMS Sending Device" .... 

Cheers
Arun Madhan

--
--
Caché, Ensemble, DeepSee

---
You received this message because you are subscribed to the Google Groups "Caché, Ensemble, DeepSee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intersystems-publi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
With Lots Of Love,
 Allways And All Ways,

Madhan

Peter Smit

unread,
Nov 27, 2014, 7:55:35 AM11/27/14
to intersystems...@googlegroups.com
You'll need to find a service that can do that for you. 
They will typically provide a http interface which you use with  %Net.HttpRequest or possibly a web service.

Tom Fitzgibbon

unread,
Nov 27, 2014, 8:47:07 AM11/27/14
to intersystems...@googlegroups.com
A quick and dirty way to send SMS texts, if you know the destination mobile network, is to send a formatted email from Cache to the network.  For example, send an email to 33344...@vtext.com with the text in the body of the email, for Verizon.  Each carrier has a different email address.  As usual watch out for limitations, restrictions, etc.

Tom Fitzgibbon | Multidata | 212-967-6700 x537

Rosti

unread,
Nov 27, 2014, 6:12:47 PM11/27/14
to intersystems...@googlegroups.com
Selva,

I use Clickatell.com, where you register for an account, pre-purchase a number of Credits, then you can connect with various protocols, such as HTTP or simply send an email to a designated address and the SMS is sent instantly and depending on the carrier and destination, appropriate Credits are subtracted from your account. This can range from 0.8 to 3 credits per SMS. The price of a credit depends on the volume that you purchase. Starts around US$0.10 per Credit in minimal volumes US$0.03 in bulk.

I have code samples for this if you are interest.

Rosti.

NIKESH GOGIA

unread,
Nov 28, 2014, 12:21:11 AM11/28/14
to intersystems...@googlegroups.com
Caché ships with a predefined list of mobile phone service providers, each with its SMS (short message service) gateway preset. These are:

 AT&T Wireless — txt.att.net
 Alltel — message.alltel.com
 Cellular One — mobile.celloneusa.com
 Nextel — messaging.nextel.com
 Sprint PCS — messaging.sprintpcs.com
 T-Mobile — tmomail.net
 Verizon — vtext.com

Now if you are in India, you need to have api of vendors like SMSGupshup and SMSLane and you should call their rest API which is platform independent and cache can sit there since they have Java and .NET code so that cannot be used.

If you are in USA then you dont need anything else and you need to check above listed vendors and use inbuilt cache libs.

if you are in any other country, please check local vendors like we have in India (SMSGupshup and SMSLane).

Hope this helps. If you are in US do let me know I can give you Cache API's

--
--
Caché, Ensemble, DeepSee

---
You received this message because you are subscribed to the Google Groups "Caché, Ensemble, DeepSee" group.
To unsubscribe from this group and stop receiving emails from it, send an email to intersystems-publi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Regards,
Nikesh Gogia
(+919769086925)....

"I'm willing to admit that I may not always be right, but I am never be wrong.

nikesh...@gmail.com

André van Bentum

unread,
Nov 28, 2014, 5:52:32 AM11/28/14
to intersystems...@googlegroups.com
Hi,


André

Op woensdag 26 november 2014 20:58:22 UTC+1 schreef SELVANARAYANAKUMAR MAANRAJA:
Message has been deleted

Mack Altman III

unread,
Dec 1, 2014, 10:18:34 AM12/1/14
to intersystems...@googlegroups.com
To piggy back off of this, you can also use MMS as well if needed. For example, Verizon Wireless's would be @vzwpix.com.
To unsubscribe from this group and stop receiving emails from it, send an email to intersystems-public-cache+unsub...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Tony

unread,
Dec 4, 2014, 5:40:02 AM12/4/14
to intersystems...@googlegroups.com
Hi Selva - to send a SMS message I have used an API provided by Sipgate (http://www.sipgate.de/img/sipgate_api_documentation.pdf) and you may find the following link of interest.  /Tony
 
Reply all
Reply to author
Forward
0 new messages