开发者

How to develop my own sms Gateway?

开发者 https://www.devze.com 2022-12-31 21:17 出处:网络
I intend to develop a开发者_Go百科n SMS gateway in c#, but i am doubtful about it\'s feasibility, because my initial research had shown that an SMS gateway had to cover for protocol differences.

I intend to develop a开发者_Go百科n SMS gateway in c#, but i am doubtful about it's feasibility, because my initial research had shown that an SMS gateway had to cover for protocol differences.

So what exactly a gateway had to do, further if i use SMPP, so is it possible to send/receive SMS to/from any number in the world by simply using SMPP ?


A "true" SMS gateway will need to generate an SMPP request in the the correct format (yes there are several types like CIMD & EMI) and dispatch it to the mobile networks SMSMC for sending.

You would need a direct connection to, and contract with the network(s) you use on the back end. The countries you would be able to send to will depend on the what the network provider supports/allows.

Creating one is difficult & expensive, why not use an SMS aggregator who have already done all the hard work, for example http://www.clickatell.com/.


I don't know anything about creating a gateway but I'm fairly sure that the answer to so is it possible to send/receive SMS to/from any number in the world by simply using SMPP is no. I looked at a few online SMS services a year or two ago and all of the ones I looked at listed networks/countries where messages could/couldn't be sent to.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号