Hi, Since you are using "store-type=spool", I suggest you to use a loop and send the message to each subscriber. I think spool type doesn't work when sending to multi recipients at once. Also you can add subscriber's name in the message.
Regards -- Abdulmnem Benaiad Almontaha CTO www.almontaha.ly Tripoli-Libyan On Mon, Oct 4, 2010 at 1:29 PM, Innocent Muchedzi <[email protected]>wrote: > Hie > > I am using kannel SMPP and is working fine and my problem is to send > multiple recipients at once. eg i want to send a happy birthday sms to all > subscribers in my database born today and i was separating the recipient > number is a space but only the first number in the list is reciving the sms > message. my config file is as: > > > ######################################################################################### > # KANNEL CORE GROUP > CONFIGURATION # > > ######################################################################################### > group=core > admin-port=13000 > smsbox-port=13001 > wapbox-port=13002 > admin-password=linuxmysql > box-deny-ip="*.*.*.*" > box-allow-ip="127.0.0.1" > admin-deny-ip="*.*.*.*" > admin-allow-ip="127.0.0.1" > udp-deny-ip="*.*.*.*" > udp-allow-ip="127.0.0.1" > dlr-storage=internal > store-type=spool > store-location="/tmp/kannel" > wdp-interface-name="*" > log-file="/var/log/kannel/bearerbox.log" > access-log="/var/log/kannel/bearerbox-access.log" > log-level=1 > unified-prefix = "+267,00267,0;+,00;+264,00264" > > > ######################################################################################### > # SMS Center > Group # > > ######################################################################################### > > # Mascom SMPP Connection > ############################################################### > > ######################################################################################### > group=smsc > smsc= smpp > smsc-id = mascom16933 > interface-version=34 > host=removed > port=removed > system-id=syldah > smsc-username = removed > smsc-password = removed > system-type = "VMA" > address-range = '' > log-file = "/var/log/kannel/mascom.log" > log-level = 1 > transceiver-mode=true > throughput = 1000 > unified-prefix = "+267,00267,0;+,00" > #receive-port = 10052 > #my-number = 16933 > > # LeoNamibia SMPP Connection > ############################################################### > > ######################################################################################### > group=smsc > smsc= smpp > smsc-id = leo16933 > interface-version=34 > host=removed > port=removed > system-id=syldah > smsc-username = removed > smsc-password = removed > system-type = "VMA" > address-range = '' > log-file = "/var/log/kannel/leanamibia.log" > log-level = 1 > transceiver-mode=true > throughput = 1000 > unified-prefix = "+264,00264,0;+,00" > #receive-port = 10052 > #my-number = 16933 > > > ######################################################################################### > # SMSBox > Group # > > ######################################################################################### > group = smsbox > bearerbox-host = 127.0.0.1 > sendsms-port = 13013 > #smsbox-id = "smsbox" > sendsms-chars = "0123456789 +-," > log-file = "/var/log/kannel/smsbox.log" > access-log = "/var/log/kannel/smsbox-access.log" > log-level = 1 > > > ######################################################################################### > # WAPBox > Group # > > ######################################################################################### > group = wapbox > bearerbox-host = 127.0.0.1 > > > ######################################################################################### > # Smsbox routing > Grou # > > ######################################################################################### > group = smsbox-route > smsbox-id = mascombox > smsc-id = "mascom16933;leo16933" > shortcode = "16933;16499" > > > ######################################################################################### > # SMS > SERVICES > # > > ######################################################################################### > group = sms-service > keyword = default > text = "Welcome to Mobitec Mobile Services. Your mesage contains an error & > couldnt be processed. SMS goodnews or classifieds or games or directory to > get help info" > max-messages = 1 > omit-empty = true > > ###### INCLUDE FUNCTION > ################################################################## > include = "/etc/mobitec.services" > > > ######################################################################################### > # SMS User > Group # > > ######################################################################################### > group = sendsms-user > username = removed > password = removed > user-deny-ip = "*.*.*.*" > user-allow-ip = "127.0.0.1;192.168.0.10" > max-messages = 1 > concatenation = true > omit-empty = true > > please advice me on how to compose the sms and if i need to adjust my > config > > Innocent Muchedzi > Creative Directory > Syldah Media > Ipelo House, Plot 103, Unit 4 Gaborone International Commerce Park > Gaborone > > Tele/Fax: 3105907 > Cell: 71806864/73114818 > www.syldah.com > www.mobitecworld.com >
