Hi,
I use the tutorial http://rapidsms.readthedocs.io/en/latest/topics/backends/kannel.html
Everything goes well up to the level Adding a backend for the fake SMSC to RapidSMS..
I've seen the same question in this group .. it's like no one has to answer..Precisely, I am stuck at test below :
$ /usr/lib/kannel/test/fakesmsc -m 1 "123 789 text echo hi"
2016-04-29 18:00:59 [11547] [0] INFO: Debug_lvl = -1, log_file = <none>, log_lvl = 0
2016-04-29 18:00:59 [11547] [0] INFO: Host localhost Port 10000 interval 1.000 max-messages 1
2016-04-29 18:00:59 [11547] [0] INFO: fakesmsc starting
2016-04-29 18:00:59 [11547] [0] INFO: fakesmsc: sent message 1
Normally, I should see the message get echoed back to me on the last line:
INFO: Got message 1: <789 123 text hi>
regards..