Hi All,
I have to develop an application where I need to send sms to the users on a particular action by the users.
I have heard of kannel with PHP, is there some help for the same in Python as well or is there any other better open source sms gateway which I can use with my application?
Please suggest.
Thanks in advance.
...
I want to use SMPP for sms sending rather then standard mechanism. Can I programmatically replace mechanism of SMS sending to my own?
...
I'm working on an SMS Application for Android, which undoubtedly needs to send SMSes (go figure! ;)
Now, i know there are a plenty of sources on the net that describe using the SmsManager to send SMSes...But, apparently, when using that method, the SMSes aren't stored in the "SENT" Folder...which is kind of a basic requirement for an SM...
Hi,
I am trying to build an app that accesses the sms on android os.
But i dont have an android device.. so how to add some dummy sms on to the avd so that i can test my app on those sms?? or any other way out?
Thanks.
...
Hi everyone,
I was wondering if there was an API i could use to send free sms messages. I've made a social networking website for africa called. www.veepiz.com
I really would like this feature but almost every provider needs payment. yet i see lots of websites offering this. i also read you could use jabber API and still do this.... ...
Hello Peers,
I am Android Developer. Currently I am exploring on PhoneGap capabilities and its features. I have gone through the PhoneGap site.
But Is there any possibility (or) workaround to send sms and access phonebook information of Android using PhoneGap framewrok?
Thanks in Advace,
With Regards,
Raghavendra K.
...
I'd like to set up Kannel to send SMS messages without going through a 3rd party gateway like Clickatell or Twilio. In other words, I'd like to connect to the SMPP server for each wireless services (AT&T, Verizon, etc.).
How difficult/easy is it to run a Kannel server this way?
Each SMSC has to be configured for each mobile network. W...
I am developing a library management system in jsp.
Here, I need a system that generates smses automatically on some events like late return, new book arival, etc.
Should I use any api for this or any other solution ?
...
I'm trying to implement an app that can read received SMS and email out. I mean convert the text content to voice. So I need to access to SMS and email first. As far as I know, there is no such API provided in the default SDK. Is there any other way to realize it?
Are the SMS messages stored in database(sms.db)? How to access to them? I...
the following gnokii command fails:
echo "this is a test message" | sudo gnokii --phone ATblue --sendsms +<number> -r
i can recieve sms and get network info using the current config file.
the above command results in this:
GNOKII Version 0.6.28
*** glibc detected *** gnokii: free(): invalid next size (fast): 0x09a7b540 ***
======= B...
Hello,
Im a php developer in need of a free service that offers an api that enables me to send one of my users a simple text message.
I have a web app that allows you to receive updates (through sms), much like facebook or twitter when something new happens you get a text message updating you.
I dont want to pay to use a service like t...
I am developing an application that communicates via SMS. I want the user to be able to choose from a set of "Stock Messages" for example.
"I will be with you this morning"
"I can do this job next"
"I have arrived on site"
Is anyone aware of a list of this kind of template / stock message/ canned messages for use in a business cont...
Hi all,
i need to convert a string from a text field to bytes. How can i do that?
Reason: The text on the textbox will be sent by SMS to the client, and I've limited
the text to 160chars but if i put special chars like @€£‰¶÷‰‰€£@ it will be larger than
256 bytes (that's the size of an sms).
So i need to remove from 256 the converted ...
I have a problem with launching my app from url in sms.
When I open my safary and type "myapp://" it opens my application, but somehow iphone sms parser can't recognize my url in the body of the message.
I tried:
myapp://something
myapp:something
<myapp://something>
and still the URL in sms message is not clickable.
I have config...
I want to send sms to my friend to Kingdom of Saudia Arabia
please share website which send sms freely confirm.
...
Is it posible that Android would allow an app to block a phone call, email and or SMS from coming through to the device?
e.g. User opens app and sets it to block all incoming info for 2 hours. App blocks all email, SMS and calls for 2 hours.
...
I'm just getting into Android development, and I have a question about communicating between a receiver class and an activity class. I'm very new to JAVA and Android so I hope I don't sound too stupid. I'm developing an application where I intercept an SMS message and then based on various elements of that SMS I might delete it once it's...
Hi there,
im using Voicetrading to send SMSs via a custom application ive built, english is great, but when it comes to hebrew, i get blank messages.
I use this code:
$ch = curl_init($smsRequest);
curl_setopt($ch, CURLOPT_URL, $smsRequest);
curl_setopt($ch,CURLOPT_HTTPHEADER,array('Content-Type: application/x-www-form-urlencod...
Okay, so what I need to do is to write C# code, to integrate into an existing application.
I will (most likely) be using a Nokia 7230 mobile phone, and I'm willing to use the Nokia PC Connectivity SDK/API, or just AT commands over from C#, whatever works.
The catch here, though, is that I have absolutely no idea where to even start. I ...
In my program I have a dialogue-themed activity that pops up with an edittext and submit button that sends an sms message.
After the message is sent I want the phone to go back to whatever activity it was doing before (the dialogue is started by a broadcast receiver)
however SMSManager's sendTextMessage(...) method takes a pending inte...