/usr/share/opensips/pi_http/standard-mod 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 | <!-- version provisionning -->
<mod><mod_name>version</mod_name>
<cmd><cmd_name>show</cmd_name>
<db_table_id>version</db_table_id>
<cmd_type>DB_QUERY</cmd_type>
<query_cols>
<col><field>table_name</field></col>
<col><field>table_version</field></col>
</query_cols>
</cmd>
<cmd><cmd_name>add</cmd_name>
<db_table_id>version</db_table_id>
<cmd_type>DB_INSERT</cmd_type>
<query_cols>
<col><field>table_name</field></col>
<col><field>table_version</field></col>
</query_cols>
</cmd>
</mod>
|