Hello Everyone!

 

            I’m trying to install SQLBOX from CVS, I already have a previous version of it (before it was on CVS, patch for 1.4.0) running with 1.4.0; it works very very nicely but I have noticed that it has a problem that it does not log msgs with different UDH (wap pushes, etc..). I read this happening to someone else, (Catalin to be precise) and Rene reported that it was already fixed on the CVS version by changing the UDH to blob type.

 

 

Currently I have this working

 

 

#SQLBOX SETUP

 

group = mysql-connection

id = mysqlbox

host = localhost

mysql-username =

mysql-password = 123456

database = smsdata

max-connections=1

 

 

group = sqlbox

id = mysqlbox

smsbox-id = sqlbox2

bearerbox-host = "127.0.0.1"

smsbox-port = "13005"

smsbox-port-ssl = "false"

sql-log-table = sent_sms

sql-insert-table = send_sms

 

 

But if I run this on the CVS version, I get

 

[EMAIL PROTECTED] gw]# /usr/local/sbin/bearerbox /etc/kannel/smskannel.conf

2005-11-22 12:04:56 [5296] [0] INFO: Debug_lvl = -1, log_file = <none>, log_lvl = 0

2005-11-22 12:04:56 [5296] [0] ERROR: Group 'mysql-connection' may not contain field 'mysql-username'.

2005-11-22 12:04:56 [5296] [0] ERROR: Error found on line 411 of file `/etc/kannel/smskannel.conf'.

2005-11-22 12:04:56 [5296] [0] PANIC: Couldn't read configuration from `/etc/kannel/smskannel.conf'.

2005-11-22 12:04:56 [5296] [0] PANIC: /usr/local/sbin/bearerbox(gw_panic+0x175) [0x80cd4b2]

2005-11-22 12:04:56 [5296] [0] PANIC: /usr/local/sbin/bearerbox(main+0x171) [0x8052c9e]

2005-11-22 12:04:56 [5296] [0] PANIC: /lib/tls/libc.so.6(__libc_start_main+0xe4) [0x42015504]

2005-11-22 12:04:56 [5296] [0] PANIC: /usr/local/sbin/bearerbox(SSL_write+0x51) [0x8051d05]

 

im pretty sure I did ./configure –with-mysql

 

 

any ideas anyone??

 

 

Thank you!

 

 

Alejandro Ramírez

 

 

 

 

Reply via email to