tags:

views:

139

answers:

1

I know there are a bunch of SMS gateway related questions on this site but i have a specific requirement that i would like some direction on.

For example:

Lets say i wanted to create an SMS activated emailing application. A user might send the following message to the SMS gateway:

'[email protected] : hey, ill be home late for dinner'

And the gateway would receive the SMS and post to 'myapp.com/email/create' with the various details of the SMS in the post data.

Can anybody recommend an SMS gateway (needs to be used with Australian number) that has the ability to post the message etc to my own website when a user sends an SMS to the gateway?

+1  A: 

Yes, all of them.

They all do this (you configure the URL).

-- Edit: Just incase it's not obvious, you need to have a dedicated number for this purpose. If you don't, they use a general (and sometimes rotating) number for sending your messages out. Obviously, if you wish to have a message go directly to you (2-way service, is what they call it) you need to have a dedicated number.

Noon Silk
clicktell seems to only send a message status report to your callback url and i cant find documentation that suggests message media supports this requirement
boz
also, sms global seem to only offer the ability to call a url on a message reply, which isnt quite what im after. I need the originating message that is sent to a gateway to be posted to my url.
boz
They all do it; you set a return URL, and when a message comes in to that number (initiated by you or not) it will hit your URL. With SMS Global, and Clickatell you can set it in the interface (sign up, it's free IIRC, and you can check it out). With Message Media, I can't remember, but it was definitely possible (I did it).
Noon Silk
i know they can hit a specified url, the problem is i need the original message forwared to a url, not just a status report.
boz
meboz: You are not listening to what I am saying. How can I make it clear to you? *They let you configure that*. I will leave you to accept this realisation in your own time. Good luck.
Noon Silk
given that i have accounts for both clickatell and sms global and have trawled through both their docs and sent a number of test messages, i dont believe they satisfy the requirements.Are you able to point to some documentation to suggest otherwise?
boz
In the SMS Global console, when you have a dedicated number (see my edit, perhaps this is where your confusion lies), you can set the HTTP 2-way URL. Same with Clickatell.
Noon Silk
indeed, having a dedicated number was NOT obvious. this is a prereq of my requirement.Here is the docs for clickatell - http://www.clickatell.com/downloads/Clickatell_two-way_technical_guide.pdf
boz
meboz: Apologies for not being clear on that, it did slip my mind.
Noon Silk