Hi Alvin,

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

For sending SMS using HTTP interface, u don't require any external HTTP
server. But in case of serving incoming SMS message, you might require HTTP
server, if you set get/post-url in sms service group.

> 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"

For sending SMS messages, u also require to put SMSC group in the conf file.
Consult user guide for setting SMSC.

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

Regards
Shridhar Raju

Reply via email to