/usr/share/kamailio/xhttp_pi/siptrace-table is in kamailio-xml-modules 4.0.4-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | <!-- Declaration of sip_trace table-->
<db_table id="sip_trace">
<table_name>sip_trace</table_name>
<db_url_id>mysql</db_url_id>
<column><field>id</field><type>DB1_INT</type></column>
<column><field>time_stamp</field><type>DB1_DATETIME</type></column>
<column><field>time_us</field><type>DB1_INT</type></column>
<column><field>callid</field><type>DB1_STR</type></column>
<column><field>traced_user</field><type>DB1_STR</type></column>
<column><field>msg</field><type>DB1_BLOB</type></column>
<column><field>method</field><type>DB1_STR</type></column>
<column><field>status</field><type>DB1_STR</type></column>
<column><field>fromip</field><type>DB1_STR</type></column>
<column><field>toip</field><type>DB1_STR</type></column>
<column><field>fromtag</field><type>DB1_STR</type></column>
<column><field>direction</field><type>DB1_STR</type></column>
</db_table>
|