Link to home
Start Free TrialLog in
Avatar of khurram007
khurram007

asked on

500 globes --- SMS ready made software with Gateway configuration???Hi,



I am in Web Programming with more than 2 years in my belt, but have no knowledge regarding SMS and mobile connectivities.

I am in need of an SMS software which holds the option for Gateway configuration. I have to integrate it on a website. So can anyone let me know about it???

500 globes for the solution...!!!

Khurram.
Avatar of daleoran
daleoran
Flag of United Kingdom of Great Britain and Northern Ireland image

Not sure if this is of any use

http://www.sms-software.com/index.htm

Michael

I use clickatell: www.clickatell.com. Their HTTP interface is excellent: they have some example PHP code here:

http://www.clickatell.com/downloads/Clickatell_sample_code.pdf

It's very easy to get this up and running, and also very low-cost. They are the only "professional" service like this I've found, and I've been looking for 3 years.
Note that clickatell is SEND ONLY. Because of their polled nature, email-based gateways like Mobius are a poor choice for things like delivery tracking or reverse messaging.

Having tried to get direct gateway access through many European network operators, I can tell you that it's basically impossible. You have to go through somone like Clickatell. Otherwise you looking at at least $2000/network/month.
Avatar of khurram007
khurram007

ASKER

I want to develop in ASP. Is it supported???

Plus I only want a gateway software not the services... a software which can be configured to use various gateways. Does Clickatelll fullfills my requirements???

Khurram
It doesn't really make any difference what language you use - it's just an HTTP CGI-style interface (they also have an XML interface if you're happier with that), so you can use any language you like, PHP, ASP, Java or whatever. The code to talk to Clickatell will be pretty similar across all of them.

Clickatell acts like a single high-level gateway in that you only need to talk to them, and they route messages through multiple gateways to a very large number of networks. They deal with the complexities of varying network configurations and availability so you don't have to.

You did ask this question in a web scripting languages area, so I think it's a fair assumption that you wanted a scripted solution! I've not encountered any desktop app, or even an off-the-shelf server (other than very expensive ones) that goes as far as clickatell.

There are quite a few dektop apps that purport to act as multiple network gateways, but nearly all of them rely on the availability of free access to networks with little or no route redundancy, i.e. they're usually unreliable and may stop working altogether at any time. Also as desktop apps, they almost by definition cannot deal with things like delivery or error reporting.
Thanks for quick and detail reply... I think I havn't cleared my question yet. Let me explain a bit...

I want to have an SMS gateway software.... regardless of any SMS gateway provider. I want to configure it myself for whatever SMS gateway I want to switch, or may be using mutliple ones same time. So can u tell me if there is any such software???

Hope I have made it bit clearer now.

Khurram
ASKER CERTIFIED SOLUTION
Avatar of Marcus Bointon
Marcus Bointon
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial