This file is indexed.

/usr/share/kamailio/xhttp_pi/htable-table 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
	<!-- Declaration of htable table-->
	<db_table id="htable">
		<table_name>htable</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB1_INT</type></column>
		<column><field>key_name</field><type>DB1_STR</type></column>
		<column><field>key_type</field><type>DB1_INT</type></column>
		<column><field>value_type</field><type>DB1_INT</type></column>
		<column><field>key_value</field><type>DB1_STR</type></column>
		<column><field>expires</field><type>DB1_INT</type></column>
	</db_table>