Hi,

I am very new to Kannel as well. Your configuration seems fine to me..

Anyway, to configure the fakesmsc you need to create an entry in you
kannel.conf

# SMSC Fake
group = smsc
smsc = fake
smsc-id = 1
port = 13013

Then you must find the fakesmsc "executable". Its location depends on your
distro but basically to execute it just run this:

./fakesmsc -z 7 -m 2 -r 13013 "123<rand> 345<rand> text nop <rand>"

The -r means the port in case it's not the default one (I think its port
10000 but in my distro it's already being used). If you just run

./fakesmsc

you will find the meaning of the other command line switches.

Best Regards.

Reply via email to