I get this errors when starting opensips 1.6 with dialog module enabled ( centos 5.2) <br><br>WARNING:db_mysql:db_mysql_get_columns: unhandled data type column (hash_id) type id (154246320), use DB_STRING as default<br>WARNING:db_mysql:db_mysql_get_columns: unhandled data type column (dialog) type id (154246392), use DB_STRING as default<br>
WARNING:db_mysql:db_mysql_get_columns: unhandled data type column (dialog) type id (154246432), use DB_STRING as default<br>WARNING:db_mysql:db_mysql_get_columns: unhandled data type column (opensips) type id (154246512), use DB_STRING as default<br>
WARNING:db_mysql:db_mysql_get_columns: unhandled data type column (def) type id (154246544), use DB_STRING as default<br><br><br>my config looks like this:<br><br>#dialog<br>modparam("dialog", "profiles_with_value", "inbound")<br>
modparam("dialog", "dlg_flag", 4)<br>modparam("dialog", "db_url", "mysql://root:passxxxx@localhost/opensips")<br>modparam("dialog", "db_mode", 1)<br>modparam("dialog", "db_update_period", 60)<br>
modparam("dialog", "table_name", "dialog")<br><br><br>opensips never starts and exit. any ideas?? BTW same config and version worked on centos 4.6.<br><br><br>Thanks<br><br>