Hi,
   
 How come when I'm trying to push message thru this url a message "  
Authorization failed for sendsms"

This is my URL

   http://127.0.0.1:13013/cgi-bin/sendsms?
username=639212720094&password=bartolina&from=639212720094&to=639273043931&tex
t=test

here is my .conf file

group = core
admin-port = 13000
admin-password = bar
smsbox-port = 13001
log-file = "/var/log/newgateway/newgateway.log"
log-level = 0
access-log = "/var/log/newgateway/access.log"
store-file = "/var/log/newgateway/gateway.store"
unified-prefix = "0,63;0,+63"

group = smsc
smsc = at
modemtype = nokiaphone 
device = /dev/ttyS0
speed = 38400 
keepalive = 5
sim-buffering = true 

group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 639212720094
sendsms-chars = "0123456789 +-"
log-file = "/var/log/newgateway/box.log"
log-level=1
access-log = "/var/log/newgateway/access.log"


include = "modems.conf"

group = sendsms-user
username = 639212720094
password = bartolina
max-messages = 3
concatenation = true



Reply via email to