This file is indexed.

/usr/share/kamailio/xhttp_pi/lcr-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
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
	<!-- Declaration of lcr_gw table-->
	<db_table id="lcr_gw">
		<table_name>lcr_gw</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB1_INT</type></column>
		<column><field>lcr_id</field><type>DB1_INT</type></column>
		<column><field>gw_name</field><type>DB1_STR</type></column>
		<column><field>ip_addr</field><type>DB1_STR</type></column>
		<column><field>hostname</field><type>DB1_STR</type></column>
		<column><field>port</field><type>DB1_INT</type></column>
		<column><field>params</field><type>DB1_STR</type></column>
		<column><field>uri_scheme</field><type>DB1_INT</type></column>
		<column><field>transport</field><type>DB1_INT</type></column>
		<column><field>strip</field><type>DB1_INT</type></column>
		<column><field>prefix</field><type>DB1_STR</type></column>
		<column><field>tag</field><type>DB1_STR</type></column>
		<column><field>flags</field><type>DB1_INT</type></column>
		<column><field>defunct</field><type>DB1_INT</type></column>
	</db_table>
	<!-- Declaration of lcr_rule_target table-->
	<db_table id="lcr_rule_target">
		<table_name>lcr_rule_target</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB1_INT</type></column>
		<column><field>lcr_id</field><type>DB1_INT</type></column>
		<column><field>rule_id</field><type>DB1_INT</type></column>
		<column><field>gw_id</field><type>DB1_INT</type></column>
		<column><field>priority</field><type>DB1_INT</type></column>
		<column><field>weight</field><type>DB1_INT</type></column>
	</db_table>
	<!-- Declaration of lcr_rule table-->
	<db_table id="lcr_rule">
		<table_name>lcr_rule</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB1_INT</type></column>
		<column><field>lcr_id</field><type>DB1_INT</type></column>
		<column><field>prefix</field><type>DB1_STR</type></column>
		<column><field>from_uri</field><type>DB1_STR</type></column>
		<column><field>request_uri</field><type>DB1_STR</type></column>
		<column><field>stopper</field><type>DB1_INT</type></column>
		<column><field>enabled</field><type>DB1_INT</type></column>
	</db_table>