Hello,

It seems sendsms url is incorrect.

Your provided url:
http://127.0.0.1:13131/cgi-bin/sendsms?username=test%C2%A7password=test%C2%A7to=0023794410781%C2%A7text=bonjour

Right url:

http://127.0.0.1:13131/cgi-bin/sendsms?username=test&password=test&;
to=0023794410781&text=bonjour<http://127.0.0.1:13131/cgi-bin/sendsms?username=test%C2%A7password=test%C2%A7to=0023794410781%C2%A7text=bonjour>

Kindly check above from command link and check if kannel is working
properly.

Regards
Tapan Thapa

On Fri, Oct 19, 2012 at 3:06 PM, Rodrigue Ango <apim...@yahoo.fr> wrote:

> thas is kannel config:
>
> # CORE
> group = core
> admin-port = 13000
> admin-password = playsms
> #status-password = playsms
> #admin-allow-ip = "127.0.0.1;192.168.18.168"
> #admin-deny-ip = "*.*.*.*"
> box-deny-ip = "*.*.*.*"
> log-file = /var/log/kannel/kannel.log
> log-level = 0
> access-log = /var/log/kannel/access.log
> smsbox-port = 13001
> #wapbox-port = 13002
> store-type = spool
> store-file = /var/log/kannel/kannel.store
> store-location = /var/spool/kannel/store
> smsbox-max-pending = 100
> box-allow-ip = "127.0.0.1"
> unified-prefix = "00237,+237,00"
> wdp-interface-name = "*"
>
> #group wapbox
> group = wapbox
> bearerbox-host = localhost
> log-file = "/var/log/kannel/wapbox.log"
> log-level = 0
> syslog-level = none
>
> # SMSBOX
> group = smsbox
> bearerbox-host = localhost
> sendsms-port = 13131
> global-sender = 13131
> sendsms-url = "/cgi-bin/sendsms"
> sendsms-chars = "0123456789+"
> log-file = /var/log/kannel/smsbox.log
> log-level = 0
> access-log = /var/log/kannel/access.log
>
>
> # SMSC fastrack
> group = smsc
> smsc = at
> smsc-id = default
> #allowed-smsc-id = default
> #preferred-smsc-id = default
> modemtype = HUAWEI
> sms-center = "+23799900990"
> my-number = "+23797550002"
> validityperiod = 167
> pin = 0000
> sim-buffering = true
> host = localhost
> device = /dev/ttyUSBO
> device = /dev/ttyUSB1
> log-file = "/var/log/kannel/smsc.log"
> log-level = 0
> speed = 9600
>
> #group = modems
> group = modems
> id = huawei_e1552
> name = "Huawei E1552"
> detect-string = huawei
> init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
> message-storage = "SM"
> need-sleep = true
> speed = 9600
>
> # SENDSMS-USER
> group = sendsms-user
> default-smsc = default
> username = test
> password = test
> max-messages = 10
> concatenation = true
> #user-deny-ip = "*.*.*.*"
> #user-allow-ip = "127.0.0.1;192.168.18.168"
>
> # SMS SERVICE 'default'
> group = sms-service
> keyword = cnps
> #la variable aliase est importante car elle permet de tenir compte des
> erreurs de frappes
> aliases = 'CNPS;Cnps;CNps'
> text = "merci de faire confiance a la cnps"
> omit-empty = true
> max-messages = 3
> get-url = "
> http://localhost/playsms/index.php?app=call&cat=gateway&plugin=kannel&access=geturl&t=%t&q=%q&a=%a&Q=%Q
> "
>
> group = sms-service
> keyword = default
> text = "Mauvaise syntaxe veuillez saisir le message en respectant la
> syntaxe définie"
>
>
> and thas is url
>
> http://127.0.0.1:13131/cgi-bin/sendsms?username=test%C2%A7password=test%C2%A7to=0023794410781%C2%A7text=bonjour
>
>
>   ------------------------------
> *De :* Tapan Kumar Thapa <tapan.thapa2...@gmail.com>
> *À :* Rodrigue Ango <apim...@yahoo.fr>
> *Envoyé le :* Vendredi 19 octobre 2012 10h27
> *Objet :* Re: help me
>
> Kindly share your kannel config as well as sendsms url which you are
> invoking..
>
> On Fri, Oct 19, 2012 at 2:54 PM, Rodrigue Ango <apim...@yahoo.fr> wrote:
>
> hello
> I'm new to kannel, I had to cross many obstacles but this morning I had
> two new ones. I receive messages but when I try to send I have an answer:
> "Authorization failed for sendsms" yet user name and password created in
> the group sendsms-users is exact. The second problem is that I can not
> route a message to the recipient I have an answer: "No client - multi-send
> or ACK to pull-reply". please I need your assistance to be able to cross this
> barrier
>
>
>
>
>
>
>

Reply via email to