Hello All, The problem was that I needed single quotes around the URL in my wget request. I believe it wasn't seeing anything after the username in the URL.
Thanks, Kent -----Original Message----- From: Jovan Kostovski [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 3:04 PM To: Kent Walker Cc: [email protected] 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 user-allow-ip sets the IPs which are allowed to issue sendsms requests max-message defines globally how many messages can be sent in one session by this smsbox Check the user guide[1] the sendsms section for more info. If that doesn't help check the username and password. It happened to me once when editing them with vim, vim to add some junk (not printable characters) at the end of the lines. [1] http://kannel.org/download/1.4.1/userguide-1.4.1/userguide.html
