Hi,

I have installed svn trunk versions of kannel gateway and sqlbox with
this simple working configuration:

group = core
admin-port = 13000
admin-password = admin
smsbox-port = 13001
dlr-storage = internal

group = smsbox
bearerbox-host = localhost
smsbox-id = smsbox-0
sendsms-port = 13013

group = smsc
smsc = fake
smsc-id = smsc-0
port = 10000
connect-allow-ip = 127.0.0.1

group = sendsms-user
username = ""
password = ""
default-sender = +79314114119

After running bearerbox and smsbox with this configuration file and
fakesmsc without any params I can send message with HTTP request
(http://localhost:13013/cgi-bin/sendsms?username=&password=&to=+123456789011&text=Hello+world)
and see results in fakesmsc console.

Next I tried to start sqlbox with this configuration:

group = sqlbox
id = sqlbox-db
smsbox-id = sqlbox
bearerbox-host = localhost
bearerbox-port = 13001
smsbox-port = 13005
sql-log-table = sent_sms
sql-insert-table = send_sms

group = mysql-connection
id = sqlbox-db
host = localhost
username = root
password =
database = kannel

Tables was created but I can't see any records in them after sending
message via HTTP. Need I change main configuration between bearerbox
and sqlbox? There are no suitable notes or examples in sqlbox
documentation.

-- 
Regards,
Eugene Prokopiev

Reply via email to