EASY. That's surely because you are using a kannel version that doesnot support field-url.
Peep into gw/dlr_mysql.c to see what all fields are supported in your version. HTH Navjot Singh >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Tuesday, March 02, 2004 6:19 PM >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: mysql dlr > > > >Hi, > > How can I resolve this? I already enable mysql when I compiled kannel > > >Starting GLOBE Connection ...2004-03-02 21:06:55 [0] INFO: Debug_lvl = 1, >log_file = <none>, log_lvl = 0 >2004-03-02 21:06:55 [0] ERROR: Group 'dlr-mysql' may not contain field >'field-url'. >2004-03-02 21:06:55 [0] ERROR: Error found on line 59 of file `globe.conf'. >2004-03-02 21:06:55 [0] PANIC: Couldn't read configuration from >`globe.conf'. >2004-03-02 21:06:55 [0] PANIC: ./bearerbox [0x80a7aff] >2004-03-02 21:06:55 [0] PANIC: ./bearerbox(vfprintf+0x150c) [0x804bbec] >2004-03-02 21:06:55 [0] PANIC: /lib/tls/libc.so.6(__libc_start_main+0xf0) >[0x856750] >2004-03-02 21:06:55 [0] PANIC: ./bearerbox(SSL_write+0x41) [0x804acd1] >done. >Starting GLOBE SMS service...2004-03-02 21:07:05 [0] INFO: Debug_lvl = 1, >log_file = <none>, log_lvl = 0 >2004-03-02 21:07:05 [0] ERROR: Group 'dlr-mysql' may not contain field >'field-url'. >2004-03-02 21:07:05 [0] ERROR: Error found on line 59 of file `globe.conf'. >2004-03-02 21:07:05 [0] PANIC: Couldn't read configuration from >`globe.conf'. >2004-03-02 21:07:05 [0] PANIC: ./smsbox [0x806b99b] >2004-03-02 21:07:05 [0] PANIC: ./smsbox [0x8052e64] >2004-03-02 21:07:05 [0] PANIC: /lib/tls/libc.so.6(__libc_start_main+0xf0) >[0x856750] >2004-03-02 21:07:05 [0] PANIC: ./smsbox(SSL_write+0x41) [0x804ac4d] > > > >kannel.conf > >group = core >admin-port = 13111 >admin-password = bar >admin-deny-ip = "*.*.*.*" >admin-allow-ip = "192.168.1.*" >smsbox-port = 13112 >box-deny-ip = "*.*.*.*" >box-allow-ip = "127.0.0.1" >log-file = "/var/log/newglobe/globe.log" >log-level = 1 >access-log = "/var/log/newglobe/globe-access.log" >store-file = "/var/log/newglobe/globe.store" >unified-prefix = "0,63;0,+63" >dlr-storage = mysql > >group = mysql-connection >id = mydlr >host = localhost.localdomain >mysql-username = userdev >mysql-password = [EMAIL PROTECTED] >database = dlr >max-connections = 1 > >group = dlr-mysql >id = mydlr >table = dlr >field-smsc = smsc >field-timestamp = ts >field-destination = destination >field-source = source >field-service = service >field-url = url >field-mask = mask >field-status = status >field-boxc-id = boxc > >Tnx >
