Hi tom!
tbb> We have a working kannel configuration for several smsc's with several tbb> services for a number of keywords. This all works on an active shortcode tbb> (4 digit). I was wondering how i could best implement another shortcode tbb> into this existing configuration. The problem is that some defined tbb> keywords (like NEW or LIST) are already in use for one shortcode. So how tbb> do you make it clear to kannel that he has to act different for keyword tbb> NEW according to the shortcode the sms was sent to ?What's tbb> the best way to have several different shortcodes in one kannel tbb> config ...? tbb> Any advice greatly appreciated, I doesn't use different keywords in kannel config, but I use default keyword for each service number and routing based on service number. It's works fine for me. Hope it will help you. group = sms-service keyword = default name = "SERVICE1" max-messages = 10 concatenation = false # I use "allowed-receiver-prefix" statement to route requests based on service number allowed-receiver-prefix = 0001 accepted-smsc = SMSC1 exec = "/path/to/script1 \"%p\" \"%P\" \"%t\" \"%c\" \"%b\"" group = sms-service keyword = default name = "SERVICE2" max-messages = 10 concatenation = false # I use "allowed-receiver-prefix" statement to route requests based on service number allowed-receiver-prefix = 0002 accepted-smsc = SMSC1 exec = "/path/to/script2 \"%p\" \"%P\" \"%t\" \"%c\" \"%b\"" Best regards, Roman Lysenko.
