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(&quot;dialog&quot;, &quot;profiles_with_value&quot;, &quot;inbound&quot;)<br>
modparam(&quot;dialog&quot;, &quot;dlg_flag&quot;, 4)<br>modparam(&quot;dialog&quot;, &quot;db_url&quot;, &quot;mysql://root:passxxxx@localhost/opensips&quot;)<br>modparam(&quot;dialog&quot;, &quot;db_mode&quot;, 1)<br>modparam(&quot;dialog&quot;, &quot;db_update_period&quot;, 60)<br>
modparam(&quot;dialog&quot;, &quot;table_name&quot;, &quot;dialog&quot;)<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>