Hello, I've successfully configured kannel to work with Mblox and I can send and receive SMS messages successfully.
However, I've run into a problem with receiving the operator code from the incoming SMS messages. Mblox has configured our account to work with over 5 different operators, each one with a 5 digit code. In order to successfully reply to an incoming SMS message I need to get the operator code from the incoming message and set that as the operator in the outgoing message. I have set up an sms-service group to handle all incoming SMS messages and I am trying to get kannel to pass the operator code to the script as a GET variable. It is my understanding from the MBlox kannel patch that %o should contain the operator code. Here is the relevant portion of my kannel config: group = sms-service keyword = default get-url = "http://abcd.pl?raw=%a&sender=%p&operator=%o&billing=% O&service_name=%n&billing_info=%B" max-messages = 3 concatenation = true Does any know if I am missing something here, or if I am able to get the operator code in this way? Or does anyone know a better way to do it? Many thanks, Derek
