/usr/share/opensips/pi_http/siptrace-table is in opensips-http-modules 2.2.2-3build4.
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 18 19 20 | <!-- 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>DB_INT</type></column>
<column><field>time_stamp</field><type>DB_DATETIME</type></column>
<column><field>callid</field><type>DB_STR</type></column>
<column><field>trace_attrs</field><type>DB_STR</type></column>
<column><field>msg</field><type>DB_BLOB</type></column>
<column><field>method</field><type>DB_STR</type></column>
<column><field>status</field><type>DB_STR</type></column>
<column><field>from_proto</field><type>DB_STR</type></column>
<column><field>from_ip</field><type>DB_STR</type></column>
<column><field>from_port</field><type>DB_INT</type></column>
<column><field>to_proto</field><type>DB_STR</type></column>
<column><field>to_ip</field><type>DB_STR</type></column>
<column><field>to_port</field><type>DB_INT</type></column>
<column><field>fromtag</field><type>DB_STR</type></column>
<column><field>direction</field><type>DB_STR</type></column>
</db_table>
|