Hi Everyone, I have Kannel configured to access my web service which has multiple modules, lets call them A, B, C. So I've setup 3 dedicated smsboxes, one for each module. A and B have operator shortcodes assigned to them, so I configured a smsbox-route to route all A and B messages to their own smsbox and then can do multiple sms-service configurations within each smsbox configuration.
C however should catching everything that did not have a smsbox-route configured shortcode. (everything that doesn't go to A or to B) Note: For a variety of reasons, I do not want to configure only 1 smsbox, with many sms-service pointing to A,B,C, or use the "default" sms-servcie from A and B smsboxes to send to C module I've looked into the routing of MO messages and it seems that it will first try and find a matching smsbox-route, then try and match a smsbox-id, and then finally choose a random smsbox based on load. So in my case it will not find a smsbox-route for these "other" TO numbers, I can't inject the smsc-id into the message, and I don't want messages for shortcodes that are not for A or B going to smsbox for A or B, but mmaybe one of them has 0 load and receives it anyway... Any solutions or ideas appreciated, thanks! Brian