I know this is a subject that has been well covered here and throughout the web, so I am not asking for a list of carrier emails, however my question is how to send a text without knowing the users carrier and preferably without going through a third party.
The only solution that I thought of would be send out to all carriers. I would o...
I am looking for an SMS Gateway service provider with a PHP API that allows me to:
Send out SMS messages (including small binaries) to mobile phones
Receive SMS messages from mobile phones
Send reverse billing SMS text to mobile phone
Messages can be sent/received to/from mobiles globally (or at least most countries)
Allow bulk sending...
Hi,
Can someone please tell me what are the pre-requisites for establishing an SMS Aggregation service (as a business), I am after the technology and implementation, a rough overview of what is involved (what components, ex. Gateway, carrier, etc) will be great help.
Regards
...
Hi,
I'm trying to write an application that receives SMS messages into the app I'm developing (in C# if you care :). Research indicates the best bet is to use GSMComm library.
I've downloaded the library and using the demo app I have managed to connect to the 3g modem (a Huawei E1756) but when I query it for SMS's received it comes...
I currently use a ContentObserver to listen for changes in the SMS ContentProvider and tell my application whether a message has been sent or received.
Upon getting notification that a message is being sent I would like to present the user the option to send that SMS normally over GSM/CDMA or if connected to Wifi to send the SMS over an...
In Android 1.6 and up I use
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("content://mms-sms/threadID?recipient=" + address));
This isn't working in the 1.5 version of the app. Its a notification so as long its possible by using a PendingIntent.
Thanks, Jared
...
hi,
how i can send sms from asp.net?any idea about it?or any resource through which i can get any information
...
My client has a website but doesn't check emails often. He has a lot of web enquiries through the online contact form. He carries a mobile phone though. How to send contact form details that's submitted through the website to his mobile phone as SMS?
...
What are the possible ways to send and recieve sms from java application ?
...
I'm trying to write the next function:
1) Send SMS to a service number
2) Read the response SMS content (the service's auto sent-back message that tells me if I succeed/failed to turn on the service)
3) Delete the service's auto-sent SMS
I know how to do the first step, and I should be able to do the second with both:
getMessageBody...
I currently register a content observer on the following URI "content://sms/" to listen out for incoming and outgoing messages being sent.
This seems to work ok and I have also tried deleting from the sms database but I can only delete an entire thread from the following URI "content://sms/conversations/"
Here is the code I use for tha...
Hi People,
Does anyone knows what can generate this error in MCTEL SMSC ? I'm using custom C++ connector to send SMSes to this SMSC, but the guys from the other side (SMSC side) are telling me that nothing is wrong. This connector works with the same SMSC but with other account. I need just some more information on the back of this erro...
I have an ASP.Net Application that sends text messages to mobile phones. It does this by sending an email. For instance, if your phone number is 555-555-5555 and your wireless carrier is Verizon, you can send an email to [email protected] and it will show up as a text message.
I want to be able to include a newline in the body of t...
I'm in the process of developing a web application (java + jsp) that can send notifications to users. The user can subscribe to multiple events generated by the application and can choose to receive the messages associated with those events via multiple channels (email, sms, growl?, messenger); perhaps different messages through differe...
Hi,
I have a content observer that polls content://sms/ in android 1.5 so that I get notified of changes in the sms database and can react to them accordingly.
However in 1.6 this doesn't work, has the uri been changed from content://sms/ to something else?
I have seen content://mms-sms/ popping up in the logcat on my 1.6 device but ...
Hi,
How do I open SMS from my app and have the new message popped up and prepopulated?
Right now this is what I have
NSString *stringURL = @"sms:";
NSURL *url = [NSURL URLWithString:stringURL];
[[UIApplication sharedApplication] openURL:url];
That opens the SMS app but you have to click on new message etc.
Thanks,
Tee
...
Mobile phone AT&T guidance?
I connect my China/ and Nokia phone using Bluetooth COM PORT CONNECTION. It says COM at 5.
How can I use this connection to send and receive SMSes using C#? For example, are there some resources to consult, or how would some example code look like?
...
Hi,
I was wondering if anyone knew the proper way to send an SMS message to an e-mail address using Verizon's CDMA Motorola Droid phone.
The internal messaging application appears to automagically do this. While 3rd party applications like SMSPopup don't seem to be able to properly reply to e-mail addresses unless you compose the mess...
Hello all:
I am developing a simple application which has to send an SMS message from the app itself instead of launching the native Text app.
Here's my action now. What should I change to achieve my desired functionality?
-(IBAction)startButtonPressed
{
NSString *phoneNumber = @"13136296693";
NSString *url = [NSStr...
What exactly is and SMS gateway, are "OZEKI" and "KANNEL" the same.
Also are they the only thing to send and receive sms from and through your application or you also need additional hardware - "GSM MODEM"??...
Finally to you need a service provider to suscribe to?..., and per per sms??....
...