You also need a from= field.
BR,
Nikos
----- Original Message -----
From: RIFQI
To: [email protected]
Sent: Thursday, July 01, 2010 3:38 AM
Subject: Authentication Failure on Kannel 1.4.3
I have just install kannel 1.4.3 on ubuntu server 10.04 and i configure the
kannel conf bellow, but when i try to send the sms test using lynx with
command :
lynx -dump
http://localhost:13131/cgi-bin/sendsms?username=aaa&password=bbb&to=0811111111&text=Hello+world
I always get the bellow result
lynx -dump
http://localhost:13131/cgi-bin/sendsms?username=rifqi&password=test&to=081575013938&text=Hello+world
[1] 18256
[2] 18257
[3] 18258
tricon...@tricon-sms-gate:~$ Authorization failed for sendsms
bellow is the SEND SMS-USER config on the kannel.conf :
#SEND-SMS USERS
group = sendsms-user
username = rifqi
password = test
user-deny-ip = ""
user-allow-ip = "*.*.*.*"
concatenation = true
can some one told me why did i always get this error?
Thanks For the answer