"Authorization failed for sendsms" error when i try from browser

2012-01-12 Thread mohamed keita
Hello. I think that you have not used the right parameters.Try this in your case. http://127.0.0.1:9000/cgi-bin/sendsms?username=foobar&password=foobar&to=xxx&text=test

Re: "Authorization failed for sendsms" error when i try from browser

2012-01-11 Thread Zaharia Constantin
that i use to send message > default-smsc = cosmote_SMSC > concatenation = true > max-messages = 10 > #dlr-url = "http://192.168.1.118/acronsms/acronsms.php?dlr=%d > #user-deny-ip = "*.*.*.*" > #user-allow-ip = "127.0.0.1,192.168.1.*" On Wed, 11 Jan

Re: "Authorization failed for sendsms" error when i try from browser

2012-01-11 Thread Nyika Alex
m browser. > > "Authorization failed for sendsms" the user name and the password are > right, the ip for that request is ok, but still i get this error, any ideea > way? > > this is the kannel info: > > "Kannel bearerbox version `1.4.3'. Build `May 19 2011 22:12

"Authorization failed for sendsms" error when i try from browser

2012-01-11 Thread Zaharia Constantin
hi, i get this error message when i try to send a message from browser. "Authorization failed for sendsms" the user name and the password are right, the ip for that request is ok, but still i get this error, any ideea way? this is the kannel info: "Kannel bearerbox version

Re: Authorization Failed - sendsms

2010-03-05 Thread Nikos Balkanas
Hi, Try escaping the '&' and '?' in your curl arguments. They are meaningful to the shell. BR, Nikos - Original Message - From: "Danny Francisco" To: "Nikos Balkanas" Cc: Sent: Saturday, March 06, 2010 3:13 AM Subject: Re: Authorizati

Re: Authorization Failed - sendsms

2010-03-05 Thread Danny Francisco
> GET /cgi-bin/sendsms?username=sms HTTP/1.1 > User-Agent: curl/7.18.2 (i486-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.10 > Host: localhost:14000 > Accept: */* > < HTTP/1.1 403 Forbidden < Server: Kannel/1.4.3 < Date: Sat, 06 Mar 2010 01:10:57 GMT <

Re: Authorization failed for XML post

2008-12-16 Thread Nikos Balkanas
quot;Nikos Balkanas" To: "Francis Vidal" ; Sent: Tuesday, December 16, 2008 7:44 AM Subject: Re: Authorization failed for XML post Dear Francis, I see a possible problem by Curl. In POST it sends Content-Length: 17, when the length of the xml file > 50. This normally would l

Re: Authorization failed for XML post

2008-12-15 Thread Nikos Balkanas
l" To: Sent: Tuesday, December 16, 2008 6:20 AM Subject: Re: Authorization failed for XML post /var/log/kannel/smsbox.log: 2008-12-16 12:14:49 [4507] [2] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'. 2008-12-16 12:14:49 [4507] [2] DEBUG: HTTP: Created HTTPClient area 0x97aefd0. 20

Re: Authorization failed for XML post

2008-12-15 Thread Francis Vidal
CURL output from your (succesful) > GET operation? Seems like your URL is not what kannel expects. > > BR, > Nikos > - Original Message - From: "Francis Vidal" > To: "seikath" > Cc: > Sent: Monday, December 15, 2008 11:21 AM > Subject: Re: Au

Re: Authorization failed for XML post

2008-12-15 Thread Francis Vidal
curl/7.18.2 (i486-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g >>> zlib/1.2.3.3 libidn/1.8 >>> Host: localhost:8081 >>> Accept: */* >>> Content-type: text/xml >>> Content-Length: 17 >>> >> < HTTP/1.1 403 Forbidden >> < Server: Kannel/1.4.1

Re: Authorization failed for XML post

2008-12-15 Thread Nikos Balkanas
: "Francis Vidal" To: "seikath" Cc: Sent: Monday, December 15, 2008 11:21 AM Subject: Re: Authorization failed for XML post Okay, tried adding "?username=user&password=pass" to the URL: curl -v -H "Content-type: text/xm localhost:8081/cgi-bin/sendsms?u

Re: Authorization failed for XML post

2008-12-15 Thread Francis Vidal
so great if you could get a tcpdump of the packets sent and > received. > > BR, > Nikos > > ----- Original Message - From: "Francis Vidal" > To: > Sent: Monday, December 15, 2008 9:30 AM > Subject: Authorization failed for XML post > > >> Hi al

Re: Authorization failed for XML post

2008-12-15 Thread Francis Vidal
ext/xml > Content-Length: 17 > < HTTP/1.1 403 Forbidden < Server: Kannel/1.4.1 < Content-Length: 32 < Content-type: text/html < Pragma: no-cache < Cache-Control: no-cache < * Connection #0 to host localhost left intact * Closing connection #0 Authorization failed for sendsms

Re: Authorization failed for XML post

2008-12-15 Thread seikath
s > > Here's the content of test.xml: > > > > > the_number > Another+test+sms > > > > user > user > > > > > I can send SMS using the normal HTTP method (i.e. > http://localhost:8081/cgi

Re: Authorization failed for XML post

2008-12-15 Thread Nikos Balkanas
&' and 'smsbox &' and check the logs generated. It would be also great if you could get a tcpdump of the packets sent and received. BR, Nikos - Original Message - From: "Francis Vidal" To: Sent: Monday, December 15, 2008 9:30 AM Subject: Authorizati

Authorization failed for XML post

2008-12-14 Thread Francis Vidal
n send SMS using the normal HTTP method (i.e. http://localhost:8081/cgi-bin/sendsms?user=user&pass=user&;...) but when I use the CURL method above, I get "Authorization failed". What am I doing wrong?

RE: Authorization Failed When Sending Text SMS

2008-09-03 Thread Kent Walker
PM To: Kent Walker Cc: users@kannel.org Subject: Re: Authorization Failed When Sending Text SMS Hi Kent, Connection between the bearerbox and the SMSC is ok. > group = sendsms-user > username = kent > password = testpass add: user-allow-ip = "*.*.*.*" max-messages = 4 us

Re: Authorization Failed When Sending Text SMS

2008-09-03 Thread Jovan Kostovski
Hi Kent, Connection between the bearerbox and the SMSC is ok. > group = sendsms-user > username = kent > password = testpass add: user-allow-ip = "*.*.*.*" max-messages = 4 user-allow-ip sets the IPs which are allowed to issue sendsms requests max-message defines globally how many messages can

Re: Authorization failed for sendsms

2008-06-24 Thread Otandeka Simon Peter
enced weird problem: After adding another kannel gw user: (group = sendsms-user block) I got the "Authorization failed for sendsms" error for one of the existing/old users. I created the user by coping and editing the configuration from one of the existing users: group = sendsm

Re: Authorization failed for sendsms

2008-06-24 Thread Jovan Kostovski
On Mon, Jun 23, 2008 at 5:05 PM, Jovan Kostovski <[EMAIL PROTECTED]> wrote: > Hi, > > I've experienced weird problem: > After adding another kannel gw user: (group = sendsms-user block) I got > the "Authorization failed for sendsms" error for one of the existin

Authorization failed for sendsms

2008-06-23 Thread Jovan Kostovski
Hi, I've experienced weird problem: After adding another kannel gw user: (group = sendsms-user block) I got the "Authorization failed for sendsms" error for one of the existing/old users. I created the user by coping and editing the configuration from one of the existing users:

Re: Authorization failed for sendsms - reg.

2007-04-24 Thread Rodrigo Cremaschi
, Rodrigo. On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, fine and thank you for your guide line but the same code is not functioning for me. Insteadof xxx in system-id I use the user id what I got from clickatell and corresponding username and my pwd I used. sti

Authorization failed for sendsms - reg.

2007-04-24 Thread rarputham
Hi, fine and thank you for your guide line but the same code is not functioning for me. Insteadof xxx in system-id I use the user id what I got from clickatell and corresponding username and my pwd I used. still I got an error as "Authorization failed for sendsms" how did

Authorization failed

2007-04-23 Thread rarputham
/http/sendmsg?"; While I try to use the browser with http://localhost:13013/cgi-bin/sendsms?username=foo&password=bar&to=mobileno&text=hello but I have got an error as "Authorization failed for sendsms" What it means how can I o

Authorization failed - reg.

2007-04-23 Thread rarputham
/http/sendmsg?"; While I try to use the browser with http://localhost:13013/cgi-bin/sendsms?username=foo&password=bar&to=mobileno&text=hello but I have got an error as "Authorization failed for sendsms" What it means how can I o

Authorization failed for sendsms

2006-04-20 Thread Konstantinos Liadakis
my asp script message is not send and I get Authorization failed for sendsms   If I use the constructed link to send the sms from the browser it works ok.   Why is this happening. Previwsly I had installed kannel on freebsd and had the same problem.   Anybody  has used asp to send sms with

Re: RE Authorization failed for sendsms

2006-03-07 Thread Leonardo Torrella
No, your includes are fine. So in order to use the sendsms interface you must use one of the sendsms-user defined on the smsbox.conf file. regards Leonardo 2006/3/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi Rene, > > Thanks. My kannel.conf uses 'Includes': > >

RE Authorization failed for sendsms

2006-03-06 Thread nui_2_gui
Hi Rene, Thanks. My kannel.conf uses 'Includes': include = /etc/kannel/modems.conf include = /etc/kannel/smsbox.conf include = /etc/kannel/wapbox.conf My 'group = sendsms-user' is actually in /etc/kannel/smsbox.conf, are you saying that it *must* be in kannel.con

Re: Authorization failed for sendsms

2006-03-06 Thread Leonardo Torrella
8.100.20:13013/cgi-bin/sendsms?username=kannel&password=123456&to=04xxxx&text=Test%20SMS > > with an error returned of: > > Authorization failed for sendsms > > I did a systems status check via cmd: > > http://192.168.100.20:13000/status?password=123456 &g

RE: Authorization failed for sendsms

2006-03-06 Thread Rene Kluwen
=Test%20SMS with an error returned of: Authorization failed for sendsms I did a systems status check via cmd: http://192.168.100.20:13000/status?password=123456 with output of: Kannel bearerbox version `1.4.0'. Build `Mar 4 2006 11:40:31', compiler `3.3.5-20050130 (Gentoo 3.3.5.20050130

Authorization failed for sendsms

2006-03-06 Thread nui_2_gui
rror returned of: Authorization failed for sendsms I did a systems status check via cmd: http://192.168.100.20:13000/status?password=123456 with output of: Kannel bearerbox version `1.4.0'. Build `Mar 4 2006 11:40:31', compiler `3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.2005013

Re: Authorization failed for sendsms

2005-06-14 Thread Aarno Syvänen
Do not use +, escape it (%2b). + means space. Aarno On 11.6.2005, at 19.30, Allan hank wrote: Hi, I've beeb using kannel for about 3 months but i wanted to add mysql dlr-db and all became a mess instead. 1) I can longer send sms, the error "Authorization failed for sendsms"

Authorization failed for sendsms

2005-06-11 Thread Allan hank
Hi, I've beeb using kannel for about 3 months but i wanted to add mysql dlr-db and all became a mess instead. 1) I can longer send sms, the error "Authorization failed for sendsms" when i issue the command below /usr/local/bin/lynx -dump http://localhost:13013/cgi-bin/send

Authorization failed for sendsms

2005-03-25 Thread Giovanni Venturi
Hello I installed Kannel 1.4.0 on a Fedora core 2 and I always get this from smsbox: [3] INFO: smsbox: Got HTTP request from <*.*.*.*> 2005-03-25 13:03:08 [31336] [3] DEBUG: Status: 403 Answer: 2005-03-25 13:03:08 [31336] [3] DEBUG: HTTP: Resetting HTTPClient for `*.*.*.*'. 2005-03-25 13:04:0

RE: Authorization Failed

2004-09-08 Thread Heru Tjatur
/jpeg, image/pjpeg, application/msword, application/vnd.ms-excel, > */*\r\n"; > > objHTTP.RequestHeaders += "Accept-Language: en-us\r\n"; > > objHTTP.RequestHeaders += "Content-Length: " + > objHTTP.RequestBody.length + "\r\n"; > > objHTTP.Requ

Re: Authorization Failed

2004-09-08 Thread Jeetendra Singh
ER whereas your GET request gets originated from a HTTP CLIENT. Thus effectively these cannot be same app.   Although the response was sent to my phone, I see the “Authorization failed for sendsms” answer of Kannel in my smsbox log. The response which you get on phone obviously is n

RE: Authorization Failed

2004-09-08 Thread Jane P. Ifurung
the response was sent to my phone, I see the “Authorization failed for sendsms” answer of Kannel in my smsbox log.     MT (from my web app to phone) My web app sends a message to the phone via Kannel using a HTTP GET request (using the same function below) to sendsms of Kannel.   I

Authorization Failed

2004-09-07 Thread Jane P. Ifurung
Hello! When doing a GET HTTP request from my application to sendsms of Kannel, I receive an “Authorization Failed for sendsms” reply from Kannel. Where should I set the authentication/authorization details? I’ve already placed the username and password variables in my sendsms-user group as