Hello, I have the configured two sms-centers like this in my kannel.conf:
group = smsc smsc = at2 modemtype = siemens_m20 device = /dev/ttyS0 speed = 19200 sim-buffering = false smsc-id = M20 group = smsc smsc = cgw host = xxx port = yyy receive-port = zzz appname = send smsc-id = sonera And I my sendsms-user is configured this way: group = sendsms-user username = some.user password = some.pass user-deny-ip = "*.*.*.*" user-allow-ip = "127.0.0.1" forced-smsc = sonera And still messages sent by my application are coming from both the CGW and AT2 modules. (Every other comes from my AT2 (Siemens M20) and every other from the CGW interface (a short number)). This is quite annoying because I'd like to keep the M20 around for testing purposes - removing it of course makes all messages to appear from the short number. I'm also in a process of adding another SMSC (CIMD2) and I'd like to be sure that routing works for sendsms-users. I have also tried setting the default-smsc -parameter with no luck - kannel just complains in log that my configuration contains reduntant information. I am quite puzzled about what am I doing wrong or is this a bug? Seems to obvious to me. I'm using the 1.1.6 release. -Kari A.
