I am looking for an ASP that will provide an API that allows my web-server to receive incoming SMS messages with image attachments.
Can any one recommend one?
Thanks, Paul.
Ocean10000
1:29 am on May 19, 2011 (gmt 0)
I don't know of any premade tools for classic asp to link to a cell phone so that it can collect the SMS messages it receives.
The closest I found was some work done using Serial port interface to cell phone.
paul_owen
4:58 pm on Jun 2, 2011 (gmt 0)
Sorry, when I say "ASP" I mean "Application Service Provider" and not "Active Service Pages".
I guess I should not have posted my question in this forum but I could not find one suitable for MMS and I am writing a .NET application...
Thanks, Paul.
Demaestro
6:47 pm on Jun 2, 2011 (gmt 0)
SMS with image attachments = MMS
Are you using a short code or are you using a 10 digit number from a wireless provider?
paul_owen
6:51 pm on Jun 2, 2011 (gmt 0)
Yes, I meant MMS, sorry.
The client did want a short number, yes.
I found a company in Australia that offers what we wanted... but we're in Canada.
In any case... it turns out the client now just wants people to e-mail in photos from their phone instead.
Thanks, Paul.
Demaestro
7:02 pm on Jun 2, 2011 (gmt 0)
paul,
Canada doesn't support MMS over short codes yet. They are working towrds it but they are slow to adopt it. Oddly enough Telus is the first major telco to sign on for it, for those not aware it is odd because Telus is usually the last one to any party.
I do have a solution set up using a SIM card from Rogers or Fido and a GSM edge modem connected to the server for MMS. It isn't that hard to get going but there is a bit of a learning curve to get over.
I also have a SMS short code set up and built out a little basic API that servers can post to and receive posts from. If the client gets back onto wanting this let me know I can help you through it.