On Thu, Jan 8, 2009 at 4:56 PM, Tony Kirkham <[email protected]> wrote: > > I am trying to do some testing of Kannel with my modem and I cannot get a > request to Kannel to work in Perl (on Ubuntu 8.04). > > I am attempting to do something like this: > open(RESPONSE, lynx -dump "http:...&text=hi" | ); > $response = <RESPONSE>;
Send us the complete url which you are using to send the message. Authorization errors usually appear when you are passing wrong username/password. Check their values in the http request and the configuration sendsms-user group, the username and the password parameters. BR, Jovan
