sms

Sending an SMS to a Cellphone using Django

I am building an application, where I have this little survey module, which sends out a simple sms to the phone number I give and has to collect the response(if the user fires it) and show it to me. I am using to django build my project. I have tried django-sms google code project, but I couldn't post messages back from my mobile to my s...

SMS from web application

I just want to send SMS from my web application in PHP. Can anyone tell me how to do this? What all things I need to do for this? ...

iPhone native apps - access to call logs, SMS, calendar, iTunes library

As I understand there aren't any public APIs available or any 'legal'/'official' way of accessing those... I was just wondering how come some Desktop apps (MissingSync, iPhoneDrive) have access to those then... ...

Are short codes required in the U.S. for SMS applications?

Simple question: I'm researching SMS gateways for the U.S. We've implemented in Europe before, but I can't determine if renting a "short code" is required for for subscription automated outbound SMS traffic in the U.S. or if that just varies by SMS gateway provider. My hunch is that it is required, expensive as it is, but I need confi...

Processing input data from a phone though SMS

Hi I currently have a php script that reads email messages sent from phones and then it posts them on the internet... I want to do the same thing but instead of reading emails, I would like to process the data through a SMS. so, if someone sends a sms to X number, my program would get the message through this X number and use it in th...

Receive SMS messages by web application

We are building a web app that should be able to receive SMS messages and store the information contained in it in database. Which methods have you used? Which service providers are out there that can assist? ...

.NET code for SMS

HI all. I am working on some code to send/receive SMS messages through Zeep Mobile (http://zeepmobile.com/developers/). I have looked at their google groups and even contacted their support but they've not been very good at communicating back and I am really flying blind now. I have to get integrated with them (work has required it) ...

WAP Push SMS in Symbian

I have managed to send out (and receive) binary SMSs, but what I want to accomplish is to send Access Point settings or bookmarks or Email settings etc. Currently I'm sending out messages like: //udh=0605040B8423F0 //message=FD0601AE02056A0045C60C037777772E676F6F676C65...000101 //udh iMessage->Des().Append(0x06); iMessage->...

Is the SMPP (binary SMS) protocol dead?

Hi everyone, Has anyone dealt with the SMPP binary SMS protocol? I know this technology is still fairly widely used by the messaging aggregators and carriers, but it seems like the SMPP spec is not being updated, and support for SMPP libraries is slowly fading away. The "SMS Forum" (http://www.smsforum.net) was shut down in 2007. To ...

How can I send an SMS from Java?

i wanted to send SMS to particular mobile from webapplication and receive his reply and view to webapplication only.. is it possible to create using java technology if means give guidence..... pl ...

How to generate OTA SMS for SyncML configuration

Hi, folks! I need to generate and send SyncML OTA SMS. I have sms provider that can send binary sms. But I'm kind of stuck in OTA spec and will be really happy if you point me to any of these: An open source tool that can generate OTA sms out of some properties provided. A good overview or tutorial on how to make OTA SMS (OTA spec see...

Sending SMS

I want to send SMS from my Web application in C#. Can anyone guide me as to how this can be done ? ...

Archiving text messages (sms)

I want to archive the text messages on my WM phone to my PC, preferably as XML. Can I access them from a PC application, e.g. through RAPI? I have no experience in WM development, just PC, and then mainly Delphi. Please no links to commercial application unless you think that's the only possible way. Edit No-one? You guys disappoint me...

How do I design sms service ?

I want to design a website that can send and receive sms. How should I approach the problem ? What are the resources available ? I know php,python what else do I need or are the better options available? How can experiment using my pc only?[somthing like localhost] What are some good hosting services for this? [edit this] [Add more que...

How do PHP websites receive text messages?

Duplicate: Send and receive SMSs to a PHP script? I want to create an application in PHP which will users to interact by sending a text to some address. What can I use to complete this transaction? ...

recommmendations Java libary for SMS gateway international.

I want to make program it's can send sms to person in other country. I heard using sms gateway international can do it, and cheap (or maybe free). So, i want to know the best library for it . Thx i'm using netbean 6.5 for making program. ...

Any news of the DevShock SMPP Component?

I am maintaining a program that uses the DevShock SMPP component for .NET. I have noticed though that for a long time (at least 6 months) the website has a "New Site Under Construction" notice, saying that it will be ready by September 2008. Does anyone know if it will ever be back? Does anyone know of another free comparable library/co...

Looking for advice on updating an online database with SMS

I am looking to write a small application that receives an SMS text message and records the results in an online database. I am most comfortable with php/mysql, but can use any suggestions you might have. ...

Difference in server times

I'm developing a web site which will retrieve SMS messages that have been sent to a gateway. The gateway is accessed via an API, with the requests in the following format: http://www.smsgateway.com/?login=myusername&password=mypassword&lasttime=1236164238 Notice that I'm having to track the last time messages were downloaded -...

iPhone unread counts on tabbar

Which is the best way to implement on Cocoa Touch the unread counts on a icon on a TabBar? I want to mimic the SMS or Mail application behavior, showing the unread message count to the user of my application, with a red dot containing a number. ...