This file is indexed.

/usr/share/kamailio/xhttp_pi/standard-mod is in kamailio-xml-modules 4.2.0-2+deb8u3.

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>DB1_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>DB1_INSERT</cmd_type>
			<query_cols>
				<col><field>table_name</field></col>
				<col><field>table_version</field></col>
			</query_cols>
		</cmd>
	</mod>