THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#412 - mtree module causes kamilio to segfault when loading from mysql table User who did this - adeel (adeeln)
---------- turns out, this was due to me having the mtree table created using INT rather than VARCHAR for the fields. The field type requirement is not listed anywhere, nor does the error indicate the fault ----------
More information can be found at the following URL: http://sip-router.org/tracker/index.php?do=details&task_id=412#comment13...
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
sip-router writes:
turns out, this was due to me having the mtree table created using INT rather than VARCHAR for the fields. The field type requirement is not listed anywhere, nor does the error indicate the fault
this is not true. see schema files in lib/srdb1/schema dir.
-- juha
On 18 Mar 2014, at 17:30, Juha Heinanen jh@tutpro.com wrote:
sip-router writes:
turns out, this was due to me having the mtree table created using INT rather than VARCHAR for the fields. The field type requirement is not listed anywhere, nor does the error indicate the fault
this is not true. see schema files in lib/srdb1/schema dir.
From the TOC of the README:
3.3. mtree (string) 3.4. tname_column (string) 3.5. tprefix_column (string) 3.6. tvalue_column (string)
It is clearly documented as STRING values.
/O