a newbie question:
do i need to have a web server running to be able to send SMS messages using the HTTP interface?

i have this config:

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = ""

group = sendsms-user
username = foo
password = bar
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"


when i tried to go to this URL:
http://smsbox.host.name:13013/cgi-bin/sendsms?username=foo&password=bar&to=0123456&text=Hello+world
is returned 'Authorization Failed on sendsms'

any help would be appreciated.


alviN


Reply via email to