/usr/share/kamailio/xhttp_pi/matrix-mod 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 18 19 20 21 | <!-- matrix provisionning -->
<mod><mod_name>matrix</mod_name>
<cmd><cmd_name>show</cmd_name>
<db_table_id>matrix</db_table_id>
<cmd_type>DB1_QUERY</cmd_type>
<query_cols>
<col><field>first</field></col>
<col><field>second</field></col>
<col><field>res</field></col>
</query_cols>
</cmd>
<cmd><cmd_name>add</cmd_name>
<db_table_id>matrix</db_table_id>
<cmd_type>DB1_INSERT</cmd_type>
<query_cols>
<col><field>first</field></col>
<col><field>second</field></col>
<col><field>res</field></col>
</query_cols>
</cmd>
</mod>
|