You are missing an arg in your send-url. May be destination number. Double check the args needed in the url.
Regards > On Oct 29, 2015, at 4:41 AM, John Njuguna <xnjug...@gmail.com> wrote: > > Hello All, > I'm trying to configure kannel to send sms via http smsc but i keep getting > "Insufficient args, rejected" error. Someone help me figure out where or what > am doing wrong. > below is how my kannel.conf looks like. > > #SMS CENTER GROUP > group=smsc > smsc=http > smsc-id=HTTP > port=10000 > system-type=kannel > smsc-username=USER101 > smsc-password=PASS101 > no-sender=true > no-coding=true > send-url="http://api.infobip.com/api/v3/sendsms/plain?user=USER101&password=PASS101&sender=SENDERID&SMSText=%b&GSM=%p" > > status-success-regex = "ok" > status-permfail-regex = "failure" > status-tempfail-regex = "retry later" > allowed-smsc-id = HTTP > log-file = /tmp/smsc-http.log > log-level = 0 > > #SEND SMS USER GROUP > group=sendsms-user > username=kannel > password=kannelpassword > concatenation=true > max-messages=0 > > your help is highly appreciated. > > >