Hi guys,<br><br>with Kamailio 4.1.6 standard configuration and dbtext as db module, when server receives a publish message on the log there's:<br><br>ERROR: db_text [dbt_base.c:391]: dbt_insert(): incompatible types v[5] - c[7]!<br>ERROR: presence [presentity.c:402]: update_presentity(): inserting new record in database<br>ERROR: presence [publish.c:464]: handle_publish(): when updating presentity<br><br>and the server reply with 500 Server Internal Error.<br><br>My conf is standard I've only used DBURL to point to my dbtext files: I've enable presence and presence_xml module<br><br># ----- presence params -----<br>modparam("presence", "db_url", text:///opt/kamailio-orig/dbtext)<br>modparam("presence", "db_table_lock_type", 0)<br>modparam("presence_xml", "db_url", text:///opt/kamailio-orig/dbtext)<br>modparam("presence_xml", "force_active", 1)<br><br>Any idea?<br><br>Marino<br>