URL looks OK. Then post the logs generated after you hit the URL. Checking submit_sm and submit_sm resp PDU-s will be helpful.
Elton On Mon, Oct 4, 2010 at 1:42 PM, Innocent Muchedzi <[email protected]>wrote: > > http://127.0.0.1:13013/cgi-bin/sendsms?username=removed&password=removed&from=innocent&smsc=mascom16933&to=%2B26771806864+%2B26771770994+%2B26774114816&text=testing+bulk&coding=0 > > the text & url are > urlencoded<http://127.0.0.1:13013/cgi-bin/sendsms?username=removed&password=removed&from=Innocent&smsc=mascom16933&to=%2B26773410189&text=&coding=0> > > ----- Original Message ----- > *From:* Elton Hoxha <[email protected]> > *To:* Innocent Muchedzi <[email protected]> > *Cc:* [email protected] > *Sent:* Monday, October 04, 2010 1:36 PM > *Subject:* Re: Send single SMS to multiple recipients > > Hi, > > What is your send-sms URL used in this case? > > Elton > > 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 >> > >
