A bulk SMS texting package.
Questions tagged [smscaster]
3 questions
1
vote
2 answers
how to send long message using node smpp?
exports.sendSMS = function (session, to, text, sourceAddress, jsonMessageHistoryIds, callback) {
console.log('messege',text);
session.submit_multi({
source_addr: sourceAddress,
dest_address: to,
short_message:…

Bikash Budhathoki
- 203
- 2
- 15
0
votes
2 answers
JasminSMS configuration
I successfully installed JasminSMS on Ubuntu, added SMS provider informations such as hostname, port, user and password, but failed to receive test SMS using HTTP…

Azamat
- 1
- 1
0
votes
2 answers
SQL Query to convert grid result to csv file
I am using SMS caster to send sms.It has an option to Import csv files.
Now I want to dynamically create csv file of CellNo column of Person table from Visual Studio 2010 connected SQL Server 2008.So that I click on a button and it creates a csv…

Muhammad Suleman
- 53
- 1
- 1
- 6