Send SMS using CSPro

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
Mariovaisman
Posts: 133
Joined: February 11th, 2013, 8:26 am

Send SMS using CSPro

Post by Mariovaisman »

Hello,

There is a new project where it is necessary to send some SMS from the application. I called the camera, also showed text files using the CSPro application, however I don't remember if there is a way to send SMS using this methodology.

Is it possible, in case yes, how.

Thanks

Mario Vaisman
htuser
Posts: 631
Joined: December 19th, 2011, 6:26 pm
Location: Silver Spring Area, MD, USA

Re: Send SMS using CSPro

Post by htuser »

Hi Mario,
Yes it's possible with latest Version 7+.
I don't think that you can send mass (hundreds, thousands) SMS from one phone/tablets.
If your request is to send some SMS from a 2/3/4G modem embedded smartphone or tablet,
the syntax is:
execsystem("sms:+13017631451");
execsystem("sms:+13017631451,Hello, CSPro Team!");
where Hello, CSPro Team! is the message, +13017631451 is the phone number and
sms, the keyword for the Action.

Best regatds
G.VOLNY, a CSProuser from Haiti, since 2004
Mariovaisman
Posts: 133
Joined: February 11th, 2013, 8:26 am

Re: Send SMS using CSPro

Post by Mariovaisman »

Thank you.
Appreciate your answer.
Post Reply