Hello Irausquin,
Thanks for your response. Looking at this reference Document
<http://www.infobip.com/docs/api/Infobip_HTTP_API_and_SMPP_specification.pdf?_ga=1.88086811.123809041.1446006529>
am capturing all the necessary params there is but the error is still
persistent.
regards.
warm regards
************************
*[*Winning isn't everything, but wanting to win is
*]*
Software Develop
Brainsoft Technologies
*Tel:*
*{+254 738 16 16 85*
*+254 725 36 88 66 }*
*htt://brainsoft.co.ke*
On 29 October 2015 at 13:02, Jesus Irausquin <[email protected]> wrote:
> 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 <[email protected]> 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.
>
>
>
>