English 中文(简体)
How to set up Kannel without using a 3rd party gateway service
原标题:

I d like to set up Kannel to send SMS messages without going through a 3rd party gateway like Clickatell or Twilio. In other words, I d like to connect to the SMPP server for each wireless services (AT&T, Verizon, etc.).

  1. How difficult/easy is it to run a Kannel server this way?
  2. Each SMSC has to be configured for each mobile network. What is the support like for each network in the US (AT&T, Verizon, T-mobile, Sprint)?
  3. Can someone point me to a tutorial/blog for pulling this off (besides the docs)?
问题回答

Cotopaxi,

Kannel will happily work with all the carriers in the US. Unfortunately a number of them have highlighted that they are not interested in taking on new direct connects. Only when you end up guaranteeing a minimum amount of revenue, and pay a steep setup cost (> $100K) will you be able to get up and running.

I m not sure if the company you are working for, is indeed interested in paying those sums of money, but be aware that carrier integration requires a lot of money, certification testing and commitments to ongoing improvements, which aggregators (like mBlox/OpenMarket/Twilio/Nexmo take away from you and deal with on your behalf.

Do take those considerations in mind when deciding on the strategy here.

All the best,

Marijn.

Here is a good tutorial: http://mobiforge.com/developing/story/sending-sms-with-smpp-kannel-and-java on setting up Kannel, but to connect to each SMSC is very costly. Using an aggregator like OpenMarket/Twilio/etc... is a better solution.





相关问题
BlackBerry - Reminder and SMS feature implementation

I am developing on BlackBerry 4.7 Storm device. Reminder: My application will allow user to enter data and set Date&Time to remind the notes. Can someone please suggest me how do i handle "...

Java SMS API for Modem [closed]

I need a Java API that i can use to receive and send SMS messages. I already know of SMSLIB, but am wondering if there is a better one out there.

How to find unread sms messages in windows mobile

I need to find if there are any unread SMS on a windows mobile 6 smartphone. I know about message interception, but thats not what I need: I already know if I receive an sms, but now I need to know ...

Privileged operations in netbeans mobility

I m writing a Java ME app that will use privileged operations such as messaging. By default the user is prompted to confirm each of these operations, but I would like to run it as a background ...

热门标签