Hi Guys,
I'm asking this question with little/no knowledge of SMS gateways and it's relevant technologies, so bear with me.
What i want is this:
- User Sends an SMS to a given number
- This SMS is forwarded to my website for processing
So from the (little) research i've done, it looks like i need to pay for an SMS Gateway.
Any recommendations? Known limitations?
My website will be an ASP.NET MVC application running over IIS7.
I dont need to SEND sms's from my website, only receive them.
I have no idea if this is even possible - can an SMS gateway send messages to a website over HTTP? What about images? What type of network infrastructure is required on my end?
At this stage, all i really care about is the body of the message, and who sent it. But of course i want to future-proof myself so looking to know the pitfalls up front.
Once the website receives the SMS over HTTP, i need to persist this to a SQL Server 2008 database. Or can the SMS gateway persist to it's own DB?
Can anyone provide any guidance? Anyone done this type of thing before?
Appreciate the help.