Hi, Please advise how I can submit a _single_ mo sms message to multiple sms services.
Tried the following but only one of the groups work: >>>> kannel.conf, note hosts are different # # SMS-SERVICE # group = sms-service keyword = default catch-all = true get-url = http://host1:13113/smsmt?sender=%p&text=%a max-messages = 0 # dont reply to MO concatenation = true omit-empty = true # # SMS-SERVICE # group = sms-service keyword = default catch-all = true get-url = http://host2:13113/smsmt?sender=%p&text=%a max-messages = 0 # dont reply to MO concatenation = true omit-empty = true >>>>> ANother attempt, single group by multiple URLs # # SMS-SERVICE # group = sms-service keyword = default catch-all = true get-url = http://host1:13113/smsmt?sender=%p&text=%a get-url = http://host2:13113/smsmt?sender=%p&text=%a max-messages = 0 # dont reply to MO concatenation = true omit-empty = true Help is much appreciated
