Hi Alex
you were right. I found the source code, and I there were at least few
files that were customized. This customization is based on version
1.4.1, but I didn't find the original (unmodified) source code, and
not in kannel.org either (http://www.kannel.org/olddownload.shtml).
Does anybody has a clean (official) 1.4.1 source code, so I could make
some comparison?
Regards,
Antti
On 17.4.2010, at 19.50, Alejandro Guerrieri wrote:
That's most probably a custom-patched version to connect to a non-
standard smsc. Those parameters are not documented on Kannel's user
guide because they do not exist.
Probably someone modified the source code to add those parameters.
If you have access to that code you could compare it against the
regular code and see the differences.
Regards,
Alex
On Sat, Apr 17, 2010 at 7:44 PM, Antti Karvonen
<lis...@karvonen.info> wrote:
Hi, I encountered a Kannel instance, that had connections to an smsc
using SMPP protocol. In the configuration file I found mcc and mnc
parameters (Mobile Country Code, Mobile Network Code). If I changed
one of the values, the smsc couldn't connect anymore, so they are
actually being used in binding process.
Strange in this is the following:
a) These parameters are not documented anywhere. In Kannel's
userguide there are no mentions about these, and googling around
didn't give any results either.
b) I have a local Kannel (1.4.3, in Mac OS X 10.5.8) that does not
accept these parameters ("mcc/mnc is not accepted in smsc-group"),
but exactly the same configuration file connects without problems in
this other Kannel instance (a little bit older version).
The configuration is the following:
group = smsc
smsc = smpp
smsc-id = some_id
mcc = xxx
mnc = yy
host = server.address.com
port = 6700
transceiver-mode = false
receive-port = 6700
smsc-username = *****
smsc-password = *****
interface-version = 0x22
...
etc
Best regards,
Antti