Also in your group = smsbox, you need to have: bearerbox-port = 13005. == Rene
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Alvaro Cornejo Sent: Saturday, 08 September, 2012 16:00 To: Eugene Prokopiev Cc: [email protected] Subject: Re: sqlbox connecting hi You should insert sms in sms-send table; once sent, sms is moved to sms-sent table. Check logs to see activity. Regards Alvaro |--------------------------------------------------------------------------- --------------------------------------| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Sat, Sep 8, 2012 at 8:10 AM, Eugene Prokopiev <[email protected]> wrote: > 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 >
