Re: MNC issue when using Kannel SMPP
"Milan Topalov" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <005101c4cda9$9c86e5f0$0100a8c0@heck> |
I just need to receive SMS trough Kannel (sending is done throught other interface). This is part of config file: -- group = smsc smsc = smpp host = SMPP-SERVER port = 0 receive-port = 10000 smsc-username = "USERNAME" smsc-password = PASSWORD system-type = "" address-range = "" -- Please note that Kannel 1.2.1 works fine with this config file (receives SMS with no problem), but doesn't support %B parameter (service_type), so I must use Kannel 1.3.2 which does, but I can't seem to get it to work. Any idea? Thanks alot :)