Alex Judd wrote:
Hi everyone
We're setting up DLR redirection into mySQL using the dlr-storage parameter in the core group, and it would appear that the octstr_compare in the dlr.c is not behaving as it should do.
Three basic tests.
1. Setup for internal (works)
[config]
dlr-storage = "internal"
[logs]
2005-01-23 12:45:07 [28122] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0
2005-01-23 12:45:07 [28122] [0] INFO: DLR using storage type: internal
2005-01-23 12:45:07 [28122] [0] INFO: Added logfile etc.
2. Setup for mysql (fails)
[config]
dlr-storage = "mysql"
[logs]
2005-01-23 12:44:27 [27827] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0
2005-01-23 12:44:27 [27827] [0] PANIC: DLR: storage type 'mysql' is not supported!
3. Setup for junk test (fails)
[config]
dlr-storage = "jungle"
[logs]
2005-01-23 12:43:42 [27682] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0
2005-01-23 12:43:42 [27682] [0] PANIC: DLR: storage type 'jungle' is not supported!
Anyone else seen this or worked around it?
Regards
actually it's not a problem. Kannel treats any non-compiled-in support as "not supported".
Hence you have to ensure mysql support is compiled in, as Alex stated.
Stipe
mailto:stolj_{at}_wapme.de ------------------------------------------------------------------- Wapme Systems AG
Vogelsanger Weg 80 40470 D�sseldorf, NRW, Germany
phone: +49.211.74845.0 fax: +49.211.74845.299
mailto:info_{at}_wapme-systems.de http://www.wapme-systems.de/ -------------------------------------------------------------------
