/usr/share/kamailio/xhttp_pi/matrix-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 | <!-- Declaration of matrix table-->
<db_table id="matrix">
<table_name>matrix</table_name>
<db_url_id>mysql</db_url_id>
<column><field>first</field><type>DB1_INT</type></column>
<column><field>second</field><type>DB1_INT</type></column>
<column><field>res</field><type>DB1_INT</type></column>
</db_table>
|