Potential problem with dlr-storage in core group
"Alex Judd" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Skywire |
| Message-ID | <[email protected]> |
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 Alex Judd